This website requires JavaScript.
Explore
Help
Sign In
pingu_98
/
icicle
Watch
1
Star
0
Fork
You've already forked icicle
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9ca70b76a6
icicle
/
top.sv
10 lines
101 B
Systemverilog
Raw
Normal View
History
Unescape
Escape
Add initial fetch/decode stages
2017-11-30 22:30:49 +00:00
`include
"
rv32.sv
"
module
top
(
Remove redundant logic keyword from the top module
2017-12-01 22:59:43 +00:00
input
clk
Add initial fetch/decode stages
2017-11-30 22:30:49 +00:00
)
;
rv32
rv32
(
.
clk
(
clk
)
)
;
endmodule
Reference in a new issue
Copy permalink