3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-18 13:15:46 +00:00
yosys/tests/rtlil/suffix-chain.il
2026-06-22 17:53:19 +02:00

15 lines
368 B
Text

autoidx 1
twines
leaf 1009 "/home/emil/repo/"
suffix 1010 1009 "foo/"
suffix 1011 1010 "bar.v"
suffix 1012 1011 ":10.1-10.5"
suffix 1013 1011 ":11.1-11.5"
end
module \chain
attribute \src "@1012" # /home/emil/repo/foo/bar.v:10.1-10.5
wire input 1 \a
attribute \src "@1013" # /home/emil/repo/foo/bar.v:11.1-11.5
wire output 2 \b
connect \b \a
end