icestorm/icefuzz/tests/sb_warmboot.v

8 lines
106 B
Coq
Raw Normal View History

2015-07-18 13:10:40 +02:00
module top(input boot, s0, s1);
SB_WARMBOOT warmboot (
.BOOT(boot),
.S0(s0),
.S1(s1)
);
endmodule