You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some verilog code, such as the serv core, uses $readmemh to read memory content to pre-fill memory arrays. This apparently happens at verilation step, making it necessary to provide the memory file to the verilator_cc_library rule at compile time.
While it is possible to provide additional files to verilator_library, such files become part of the runfiles, and are not available at build time.
The text was updated successfully, but these errors were encountered:
Some verilog code, such as the
serv
core, uses$readmemh
to read memory content to pre-fill memory arrays. This apparently happens at verilation step, making it necessary to provide the memory file to theverilator_cc_library
rule at compile time.While it is possible to provide additional files to
verilator_library
, such files become part of therunfiles
, and are not available at build time.The text was updated successfully, but these errors were encountered: