moved apae sources into rtl/afu

This commit is contained in:
Blaise Tine
2020-12-08 04:59:11 -08:00
parent d5fa82f5e4
commit 14baec86d5
18 changed files with 35 additions and 1710 deletions

View File

@@ -87,8 +87,8 @@ tar -cvjf trace.fst.tar.bz2 trace.fst run.log
tar -cvjf trace.vcd.tar.bz2 trace.vcd run.log
# decompress VCD trace
tar -zxvf /mnt/c/Users/Blaise/Downloads/vortex.vcd.tar.gz
tar -xvf /mnt/c/Users/Blaise/Downloads/vortex.vcd.tar.bz2
tar -zxvf vortex.vcd.tar.gz
tar -xvf vortex.vcd.tar.bz2
# launch Gtkwave
gtkwave ./build_ase_1c/work/vortex.vcd &