MULTICORE WITH L2 WORKING
This commit is contained in:
@@ -45,6 +45,10 @@ compdebug:
|
||||
echo "#define VCD_OUTPUT" > simulate/tb_debug.h
|
||||
verilator_bin_dbg $(COMP) -cc $(SINGLE_CORE) $(INCLUDE) $(EXE) $(LIB) -CFLAGS '-std=c++11 -DVL_DEBUG' $(WNO) $(DEB)
|
||||
|
||||
compdebugmulti:
|
||||
echo "#define VCD_OUTPUT" > simulate/tb_debug.h
|
||||
verilator_bin_dbg $(COMP) -cc $(MULTI_CORE) $(INCLUDE) $(MULTI_EXE) $(LIB) -CFLAGS '-std=c++11 -DVL_DEBUG' $(WNO) $(DEB)
|
||||
|
||||
RUNFILE: VERILATOR
|
||||
$(MAKECPP)
|
||||
|
||||
@@ -57,6 +61,9 @@ w: VERILATORnoWarnings
|
||||
multicore: VERILATORMULTInoWarnings
|
||||
$(MAKEMULTICPP)
|
||||
|
||||
dmulticore: compdebugmulti
|
||||
$(MAKEMULTICPP)
|
||||
|
||||
run: w
|
||||
(cd obj_dir && ./VVortex)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user