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