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
I want to add a new CPU variant to the LiteX project, which requires a *behav_srams.v file based on the sample code already in LiteX, as well as a verilog file that includes all the CPU code.
However, when generating Verilog code with the current version of Rocket Chip, there is no *behav_srams.v file, and all RTL modules are located in separate files.
Maybe I can use the cat command to aggregate all the modules into a single file. But with the missing *behav_srams.v file, there's not much I can do.
The text was updated successfully, but these errors were encountered:
I want to add a new CPU variant to the LiteX project, which requires a
*behav_srams.v
file based on the sample code already in LiteX, as well as a verilog file that includes all the CPU code.However, when generating Verilog code with the current version of Rocket Chip, there is no
*behav_srams.v
file, and all RTL modules are located in separate files.Maybe I can use the
cat
command to aggregate all the modules into a single file. But with the missing *behav_srams.v file, there's not much I can do.The text was updated successfully, but these errors were encountered: