Started on rtl (Finished till decode)
This commit is contained in:
12
rtl/Makefile
Normal file
12
rtl/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
|
||||
all: RUNFILE
|
||||
|
||||
|
||||
VERILATOR:
|
||||
verilator -Wall -cc vortex.v VX_f_d_reg.v VX_fetch.v --exe test_bench.cpp
|
||||
|
||||
RUNFILE: VERILATOR
|
||||
(cd obj_dir && make -j -f Vvortex.mk)
|
||||
|
||||
Reference in New Issue
Block a user