mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
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.
28 lines
470 B
Plaintext
28 lines
470 B
Plaintext
/* C-style comments. */
|
|
|
|
(DELAYFILE
|
|
(SDFVERSION "OVI 2.1")
|
|
(DESIGN "xor_rtl")
|
|
(DATE "Sun Apr 1 11:57:01 2007")
|
|
(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)
|
|
(DELAY
|
|
(ABSOLUTE
|
|
(IOPATH A Q (3.0:3.0:3.0) (3.0:3.0:3.0))
|
|
(IOPATH B Q (3.0:3.0:3.0) (3.0:3.0:3.0))
|
|
)
|
|
)
|
|
)
|
|
|
|
)
|