1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/elink/dv/run.sh
Andreas Olofsson b9d3c5ac5c Verilator lint cleanup
~10 real bugs
-mostly name mismatches and bit range mistakes
2015-04-14 14:00:23 -04:00

11 lines
149 B
Bash
Executable File

#!/bin/bash
#Linting in Verilator
verilator --lint-only -F elink.cmd -DTARGET_VERILATOR
#Compiling sim
iverilog -f elink.cmd
#Running sim
./a.out