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

6 lines
100 B
Bash
Raw Normal View History

2016-03-08 19:37:42 -05:00
#!/bin/bash
2016-03-22 08:27:59 -04:00
./scripts/build.sh src/$1/dv/dut_$1.v
./scripts/sim.sh src/$1/dv/tests/test_basic.emf
2016-03-08 19:37:42 -05:00