opae fixes

This commit is contained in:
Blaise Tine
2020-05-06 21:14:53 -07:00
parent 59cc0d5be9
commit de9fc68ccc
14 changed files with 249 additions and 170 deletions

View File

@@ -38,13 +38,20 @@ make clean
make
./basic
#ASE build instructions
#
# ASE build instructions
#
# Acquire a sever node for running ASE simulations
qsub-sim
# modify "vsim_run.tcl" to dump VCD trace
vcd file vortex.vcd
vcd add -r /*/Vortex/hw/rtl/*
run -all
#compress
# compress VCD trace
tar -zcvf vortex.vcd.tar.gz work/vortex.vcd
# decompress
# decompress VCD trace
tar -zxvf vortex.vcd.tar.gz vortex.vcd