opae fixes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user