1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/elink/dv/run.sh

11 lines
149 B
Bash
Raw Normal View History

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