mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 19:36:55 +02:00
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.
21 lines
423 B
Plaintext
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
|