mirror of
https://github.com/aolofsson/oh.git
synced 2025-02-07 06:44:09 +08:00
6 lines
76 B
Bash
6 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./build.sh $1/dv/dut_$1.v
|
||
|
./sim.sh $1/dv/tests/test_basic.emf
|
||
|
|