diff options
Diffstat (limited to 'tb/soc')
-rw-r--r-- | tb/soc/irq/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tb/soc/irq/Makefile b/tb/soc/irq/Makefile new file mode 100644 index 0000000..33e94e5 --- /dev/null +++ b/tb/soc/irq/Makefile @@ -0,0 +1,5 @@ +.PHONY: all +all: + verilator -Wall --trace -cc ../../../sv/soc/irq/pimc.sv --exe tb_pimc.cpp + make -C obj_dir/ -f Vpimc.mk Vpimc + ./obj_dir/Vpimc |