mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-09 09:21:58 +00:00
4 lines
171 B
Bash
Executable file
4 lines
171 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
../../yosys -p 'read_verilog alu_sub.v; proc; hierarchy -auto-top; sdc side-effects.sdc' | grep 'This should print something:
|
|
YOSYS_SDC_MAGIC_NODE_0'
|