mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Add zsbl to makefile
This commit is contained in:
parent
08506b5872
commit
5483b6fee0
2
.gitignore
vendored
2
.gitignore
vendored
@ -106,6 +106,8 @@ sim/sd_model.log
|
|||||||
fpga/src/sdc/*
|
fpga/src/sdc/*
|
||||||
fpga/src/sdc.tar.gz
|
fpga/src/sdc.tar.gz
|
||||||
fpga/src/CopiedFiles_do_not_add_to_repo/*
|
fpga/src/CopiedFiles_do_not_add_to_repo/*
|
||||||
|
fpga/src/boot.mem
|
||||||
|
fpga/src/data.mem
|
||||||
sim/branch.log
|
sim/branch.log
|
||||||
/fpga/generator/sim/imp-funcsim.v
|
/fpga/generator/sim/imp-funcsim.v
|
||||||
/fpga/generator/sim/imp-timesim.sdf
|
/fpga/generator/sim/imp-timesim.sdf
|
||||||
|
4
Makefile
4
Makefile
@ -6,6 +6,7 @@ SIM = ${WALLY}/sim
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
make riscof
|
make riscof
|
||||||
|
make zsbl
|
||||||
make testfloat
|
make testfloat
|
||||||
# make verify
|
# make verify
|
||||||
# make coverage
|
# make coverage
|
||||||
@ -20,6 +21,9 @@ testfloat:
|
|||||||
cd ${WALLY}/addins/TestFloat-3e/build/Linux-x86_64-GCC; make
|
cd ${WALLY}/addins/TestFloat-3e/build/Linux-x86_64-GCC; make
|
||||||
cd ${WALLY}/tests/fp; ./create_all_vectors.sh
|
cd ${WALLY}/tests/fp; ./create_all_vectors.sh
|
||||||
|
|
||||||
|
zsbl:
|
||||||
|
$(MAKE) -C ${WALLY}/fpga/zsbl
|
||||||
|
|
||||||
verify:
|
verify:
|
||||||
cd ${SIM}; ./regression-wally
|
cd ${SIM}; ./regression-wally
|
||||||
cd ${SIM}/sim; ./sim-testfloat-batch all
|
cd ${SIM}/sim; ./sim-testfloat-batch all
|
||||||
|
Loading…
Reference in New Issue
Block a user