-
Notifications
You must be signed in to change notification settings - Fork 0
Generic CPU instantiation #2
Copy link
Copy link
Open
Labels
debug-harnessAnything related to the RTL debug harnessAnything related to the RTL debug harnessenhancementNew feature or requestNew feature or requestinfrastructureAnything related to the infra, not including any RTL modifications.Anything related to the infra, not including any RTL modifications.
Metadata
Metadata
Assignees
Labels
debug-harnessAnything related to the RTL debug harnessAnything related to the RTL debug harnessenhancementNew feature or requestNew feature or requestinfrastructureAnything related to the infra, not including any RTL modifications.Anything related to the infra, not including any RTL modifications.
We need the ability to pass a command line argument in the call to Verilator (in the Makefile), which will hopefully turn up in
argvofin main(). This way we can pass on some compile time parameter to the debug_harness to tell it which module/dut to instantiate. This way we can arbitrarily switch between different RTL projects from the command line without having to comment out things internally in the RTL.