blob: a10252bd7dcc8d788086b744b4df466d0e208fa2 [file] [log] [blame]
#Test case for .conn declaration ordering from Issue #480
.model flu_core_content
.inputs\
fluclk_g\
sig_in
.outputs\
wire0_inv
.latch \
sig_in\
reg_src\
re \
fluclk_g\
0
#This .conn is delcared before wire0
#has any sink pins, since it is delcared
#before the following .names
.conn reg_src wire0
.names wire0 wire0_inv
0 1
.end