yosys/tests/sdc/unknown-getter.sh

6 lines
155 B
Bash
Raw Normal View History

2025-10-09 20:55:15 +02:00
#!/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'