mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 17:58:07 +00:00
5 lines
155 B
Bash
Executable file
5 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'
|