advent-of-code/2020/day2/vhdl/run.sh

9 lines
155 B
Bash
Raw Normal View History

2021-12-01 13:58:49 +01:00
#!/bin/bash
2020-12-02 11:09:36 +01:00
2021-12-01 13:58:49 +01:00
source "$COMMON_DIR/vhdl_run.sh"
cd "$(dirname "${BASH_SOURCE[0]}")"
2021-12-01 13:58:49 +01:00
DUT_OUTPUT_WIDTH=12
test_synth day2 parser.vhdl verifier.vhdl top.vhdl