We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As noted in issue #193, it appears Verilator version 4.030 crashes with an internal error:
%Error: Internal Error: NyuziProcessor/hardware/testbench/soc_tb.sv:377: ../V3LinkDot.cpp:2222: Couldn't resolve inlined scope 'unnamedblk1' in: unnamedblk1 : ... In instance soc_tb int'(nyuzi.l2_cache.l2_cache_read_stage.sram_l2_data.data[{way, set}] >> ((CACHE_LINE_WORDS - 1 - line_offset) * 32));
Investigate and file a bug against verilator if necessary.
Although the subproject is supposed to be pinning verilator to an older (tested) version, it also appears setup.sh is downloading the latest release.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As noted in issue #193, it appears Verilator version 4.030 crashes with an internal error:
Investigate and file a bug against verilator if necessary.
Although the subproject is supposed to be pinning verilator to an older (tested) version, it also appears setup.sh is downloading the latest release.
The text was updated successfully, but these errors were encountered: