mirror of https://github.com/YosysHQ/yosys.git
5 lines
171 B
Bash
5 lines
171 B
Bash
|
|
#!/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'
|