Files
yosys/tests/rtlil/src-twines.il
Emil J. Tywoniak 490f9e5e31 tests: cover source location pooling
roundtrip-src.sh checks that an `srcs` section survives write/read and a
design push/pop unchanged, and that -readable resolves the handles.
no-pipe-leaf.sh checks that fusing locations never bakes a '|'-joined
string into a twine leaf.
2026-08-25 11:40:59 +02:00

21 lines
423 B
Plaintext

autoidx 1
twines
leaf 1053 "everything.v"
suffix 1054 1053 ":1.1-1.10"
suffix 1055 1053 ":2.5-2.8"
leaf 1056 "tiny"
end
srcs
set 0 1054
set 1 1055
set 2 1054 1055
end
attribute \src "@2" # everything.v:1.1-1.10|everything.v:2.5-2.8
module $pub@1056 # \tiny
attribute \src "@0" # everything.v:1.1-1.10
wire input 1 \a
attribute \src "@1" # everything.v:2.5-2.8
wire output 2 \b
connect \b \a
end