read_saif ref missing instance resolves #406

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2026-03-24 10:31:24 -07:00
parent 3ec34c571e
commit f4048cdf3e
7 changed files with 42 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
(SAIFILE
(SAIFVERSION "2.0")
(DIRECTION "backward")
(DIVIDER / )
(TIMESCALE 1ns)
(DURATION 1000)
(INSTANCE TOP
(INSTANCE child
(INSTANCE grandchild
(NET
(clk (T0 500) (T1 500) (TZ 0) (TX 0) (TB 0) (TC 1000))
)
)
)
)
)