3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-18 05:05:45 +00:00
yosys/tests/rtlil/suffix-chain.il
Emil J. Tywoniak 3424c00cd0 twine
2026-06-10 14:53:45 +02:00

15 lines
257 B
Text

autoidx 1
twines
leaf 0 "/home/emil/repo/"
suffix 1 0 "foo/"
suffix 2 1 "bar.v"
suffix 3 2 ":10.1-10.5"
suffix 4 2 ":11.1-11.5"
end
module \chain
attribute \src "@3"
wire input 1 \a
attribute \src "@4"
wire output 2 \b
connect \b \a
end