build: fix rules and dependencies
This commit is contained in:
parent
4bc4c34af4
commit
6ab5d4c156
7 changed files with 18 additions and 26 deletions
|
@ -2,7 +2,7 @@ include(ChiselBuild)
|
|||
add_executable(V${TOPMODULE} config.cpp main.cpp)
|
||||
target_link_libraries(V${TOPMODULE} PRIVATE sdb)
|
||||
|
||||
verilate(V${TOPMODULE} TRACE COVERAGE THREADS
|
||||
verilate(V${TOPMODULE} TRACE THREADS
|
||||
TOP_MODULE ${TOPMODULE}
|
||||
PREFIX V${TOPMODULE}
|
||||
SOURCES ${CHISEL_OUTPUT_TOPMODULE} ${CHISEL_OUTPUT_VERILATOR_CONF}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue