Hello Gabriel Thank you for the pointer.
Best regards J.Osmany -----Original Message----- From: Gabriel Busnot via gem5-users [mailto:[email protected]] Sent: 28 June 2021 12:49 To: [email protected] Cc: Gabriel Busnot <[email protected]> Subject: [gem5-users] Re: [Big, Little] clusters with CHI and SE mode Hi Javed, This is an error from the dot file processing tool. For some reason, likely a hard coded string buffer size, it does not support lines longer that 16384 lines. Luckily, you don’t need it and can ignore this error. The second error says that one of the parameters has no set value. In your case, this is data_channel_size in Cache_Controller. See CHI.py line 225 to see what you need to do. Best, Gabriel _______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s _______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
