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

15 lines
243 B
Text

autoidx 1
twines
leaf 0 "everything.v"
suffix 1 0 ":1.1-1.10"
suffix 2 0 ":2.5-2.8"
concat 3 1 2
end
attribute \src "@3"
module \tiny
attribute \src "@1"
wire input 1 \a
attribute \src "@2"
wire output 2 \b
connect \b \a
end