This website requires JavaScript.
Explore
Help
Sign In
FPGA
/
oh
Watch
1
Star
0
Fork
0
You've already forked oh
mirror of
https://github.com/aolofsson/oh.git
synced
2025-01-17 20:02:53 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
oh
/
elink
/
dv
/
run.sh
8 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
Adding fofo environment for elink to check for broken signals. Too many stub modules to be practical..next need sim models
2014-12-14 22:17:23 -05:00
#!/bin/bash
Initial register test (still debugging)
2015-11-02 19:27:41 -05:00
if
[
-e
"test_0.memh"
]
Adding new "simpler" test infrastruture - build elink with one command - place all tests in tests/ directory - new stimulus format followed - dut_elink.v created
2015-11-02 16:04:46 -05:00
then
rm test_0.memh
fi
cp
$1
test_0.memh
./elink.vvp
Reference in New Issue
Copy Permalink