This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
icestorm
mirror of
https://github.com/YosysHQ/icestorm.git
Watch
1
Star
0
Fork
You've already forked icestorm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d05659d83a
icestorm
/
icefuzz
/
tests
/
sb_warmboot.v
8 lines
106 B
Verilog
Raw
Blame
History
module
top
(
input
boot
,
s0
,
s1
)
;
SB_WARMBOOT
warmboot
(
.
BOOT
(
boot
)
,
.
S0
(
s0
)
,
.
S1
(
s1
)
)
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink