opae rtl fixes
This commit is contained in:
@@ -47,8 +47,9 @@ source /export/fpga/bin/setup-fpga-env fpga-pac-a10
|
||||
# Acquire a sever node for running ASE simulations
|
||||
qsub-sim
|
||||
|
||||
# test
|
||||
# tests
|
||||
./run_ase.sh ../../driver/tests/basic/basic
|
||||
./run_ase.sh ../../driver/tests/demo/demo
|
||||
|
||||
# modify "vsim_run.tcl" to dump VCD trace
|
||||
vcd file vortex.vcd
|
||||
@@ -66,4 +67,7 @@ gtkwave ./build_ase/work/vortex.vcd &
|
||||
|
||||
# kill process by Users
|
||||
ps -u tinebp
|
||||
kill -9 <pid>
|
||||
kill -9 <pid>
|
||||
|
||||
# fixing device resource busy issue when deleting /build_ase/
|
||||
lsof +D build_ase
|
||||
Reference in New Issue
Block a user