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

7 lines
101 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
2021-04-26 08:44:21 -04:00