|
|
@ -1,6 +1,9 @@
|
|
|
|
|
|
|
|
rm -f -r sim_build
|
|
|
|
rm -f results.xml
|
|
|
|
rm -f results.xml
|
|
|
|
make -f Makefile_64x72_shard results.xml
|
|
|
|
make -f Makefile_64x72_shard results.xml
|
|
|
|
make[1]: Entering directory '/data/projects/toy-sram/rtl/sim/coco'
|
|
|
|
make[1]: Entering directory '/data/projects/toy-sram/rtl/sim/coco'
|
|
|
|
|
|
|
|
mkdir -p sim_build
|
|
|
|
|
|
|
|
/usr/local/bin/iverilog -o sim_build/sim.vvp -D COCOTB_SIM=1 -s tb_ra_64x72_2r1w -Isrc/array_shard -ysrc/array_shard -f sim_build/cmds.f -g2012 ./tb_ra_64x72_2r1w.v src/array_shard/wordlines_comp.v src/array_shard/sky130_hd.v src/array_shard/sky130_fd.v
|
|
|
|
rm -f results.xml
|
|
|
|
rm -f results.xml
|
|
|
|
MODULE=tb_ra_64x72 TESTCASE=tb TOPLEVEL=tb_ra_64x72_2r1w TOPLEVEL_LANG=verilog \
|
|
|
|
MODULE=tb_ra_64x72 TESTCASE=tb TOPLEVEL=tb_ra_64x72_2r1w TOPLEVEL_LANG=verilog \
|
|
|
|
/usr/local/bin/vvp -M /home/wtf/.local/lib/python3.10/site-packages/cocotb/libs -m libcocotbvpi_icarus sim_build/sim.vvp
|
|
|
|
/usr/local/bin/vvp -M /home/wtf/.local/lib/python3.10/site-packages/cocotb/libs -m libcocotbvpi_icarus sim_build/sim.vvp
|
|
|
@ -100270,11 +100273,13 @@ Writes Port 0: 19944
|
|
|
|
50089.00ns INFO cocotb.regression **************************************************************************************
|
|
|
|
50089.00ns INFO cocotb.regression **************************************************************************************
|
|
|
|
** TEST STATUS SIM TIME (ns) REAL TIME (s) RATIO (ns/s) **
|
|
|
|
** TEST STATUS SIM TIME (ns) REAL TIME (s) RATIO (ns/s) **
|
|
|
|
**************************************************************************************
|
|
|
|
**************************************************************************************
|
|
|
|
** tb_ra_64x72.tb PASS 50089.00 43.36 1155.23 **
|
|
|
|
** tb_ra_64x72.tb PASS 50089.00 83.82 597.55 **
|
|
|
|
**************************************************************************************
|
|
|
|
**************************************************************************************
|
|
|
|
** TESTS=1 PASS=1 FAIL=0 SKIP=0 50089.00 43.52 1151.03 **
|
|
|
|
** TESTS=1 PASS=1 FAIL=0 SKIP=0 50089.00 83.98 596.43 **
|
|
|
|
**************************************************************************************
|
|
|
|
**************************************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
VCD info: dumpfile tb_ra_64x72.vcd opened for output.
|
|
|
|
VCD info: dumpfile tb_ra_64x72.vcd opened for output.
|
|
|
|
VCD warning: $dumpvars: Package ($unit) is not dumpable with VCD.
|
|
|
|
VCD warning: $dumpvars: Package ($unit) is not dumpable with VCD.
|
|
|
|
make[1]: Leaving directory '/data/projects/toy-sram/rtl/sim/coco'
|
|
|
|
make[1]: Leaving directory '/data/projects/toy-sram/rtl/sim/coco'
|
|
|
|
|
|
|
|
vcd2fst tb_ra_64x72.vcd tb_ra_64x72.fst
|
|
|
|
|
|
|
|
rm tb_ra_64x72.vcd
|
|
|
|