mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
240e5b433c
-Mailbox is a pretty useful little block, registers don't belong in the RX space -Moved registers to the "MESH" group block at bits [10:8]. -Feel good about this, should not change... -Has been tested to work with test/test_regs.emf -For new register address, see README.md cc @olajep @peteasa
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
if [ -e "test_0.emf" ]
|
|
then
|
|
rm test_0.emf
|
|
fi
|
|
cp $1 test_0.emf
|
|
./axi_elink.vvp
|