Sign in
foss-fpga-tools
/
third_party
/
icestorm
/
2d1f1f6258a2d56bf3b7b86d6a2483e3c99e7de1
/
.
/
icefuzz
/
tests
/
sb_warmboot.v
blob: 9b632ba71cb81eef86c8519274c23f9f46b14343 [
file
] [
log
] [
blame
]
module
top
(
input boot
,
s0
,
s1
);
SB_WARMBOOT warmboot
(
.
BOOT
(
boot
),
.
S0
(
s0
),
.
S1
(
s1
)
);
endmodule