Files
iverilog/ivtest/ivltests/sdf7.sdf
T
Stephen Williams cea237b407 Add ivtest to the iverilog source tree
By adding ivtest to the iverilog source tree, it is easier to keep
the regression test synchronized with the source that is being tested.
This should be especially helpful for PRs that add a new feature, and
have a matching ivtest PR with the regression test for that feature.
2022-01-15 10:18:50 -08:00

28 lines
453 B
Plaintext

/* C-style comments. */
(DELAYFILE
(SDFVERSION "OVI 2.1")
(DESIGN "xor_rtl")
(DATE "Mon Feb 9 17:54:11 2009")
(VENDOR "Icarus Test")
(PROGRAM "Hand Coded")
(VERSION "0.0")
(DIVIDER /)
(VOLTAGE 3.30:3.30:3.30)
(PROCESS "nom_pvt")
(TEMPERATURE 25.00:25.00:25.00)
(TIMESCALE 1ns)
(CELL // C++ style comment
(CELLTYPE "XOR20")
(INSTANCE dut)
(DELAY
(ABSOLUTE
(IOPATH A Q () (3.0:3.0:3.0))
(IOPATH B Q () (3.0:3.0:3.0))
)
)
)
)