From 752d12928bda2141b3d08b6f1b376156cff8fff8 Mon Sep 17 00:00:00 2001 From: M0stafaRady Date: Sun, 2 Oct 2022 06:38:22 -0700 Subject: [PATCH] fix iverlog command for the new structure --- verilog/dv/cocotb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verilog/dv/cocotb/Makefile b/verilog/dv/cocotb/Makefile index f1d0b6b3..bc6a73be 100644 --- a/verilog/dv/cocotb/Makefile +++ b/verilog/dv/cocotb/Makefile @@ -46,7 +46,7 @@ cocotb: iverilog -Ttyp -DFUNCTIONAL -DSIM -DUSE_POWER_PINS -DUNIT_DELAY=#1 \ -DTESTNAME=\"$(TestName)\" -DTAG=\"$(RUNTAG)\" -DSIM=\"$(SIM)\" \ -f$(VERILOG_PATH)/includes/includes.rtl.caravel \ - -f$(USER_PROJECT_VERILOG)/includes/includes.rtl.$(CONFIG) -o sim_build/sim.vvp caravel_top.sv + -o sim_build/sim.vvp caravel_top.sv #GL # iverilog -Ttyp -DFUNCTIONAL -DGL -DUSE_POWER_PINS -DUNIT_DELAY=#1 \ # -DTESTNAME=\"$(TestName)\" -DRUNTAG=\"$(RUNTAG)\" -DSIM=\"$(SIM)\" \