mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
0cd5939a26
Too many stub modules to be practical..next need sim models
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
#Compiling sim
|
|
iverilog -f elink.cmd
|
|
|
|
#Running sim
|
|
./a.out
|