optimized opae cci to dev memcpy using double buffering and request window to work around unordered read requests

This commit is contained in:
Blaise Tine
2020-04-23 01:30:45 -07:00
parent 3e64cb4380
commit 77a52ea20b
10 changed files with 249 additions and 110 deletions

View File

@@ -38,9 +38,13 @@ make clean
make
./basic
ASE build instructions
#ASE build instructions
vcd file vortex.vcd
vcd add -r /*/Vortex/hw/rtl/*
run -all
run -all
#compress
tar -zcvf vortex.vcd.tar.gz work/vortex.vcd
# decompress
tar -zxvf vortex.vcd.tar.gz vortex.vcd