yosys/tests/sdc/unknown-getter.sh

6 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
! ../../yosys -p 'read_verilog alu_sub.v; proc; hierarchy -auto-top; sdc get_foo.sdc' 2>&1 | grep 'Unknown getter'