CDL Modules
|
Module that makes up a Pico-RISC-V microcomputer. More...
Module that makes up a Pico-RISC-V microcomputer.
module picoriscv | ( | clock | clk, |
input bit | reset_n, | ||
clock | video_clk, | ||
input bit | video_reset_n, | ||
output t_video_bus | video_bus, | ||
input t_prv_keyboard | keyboard, | ||
input t_csr_request | csr_request, | ||
output t_csr_response | csr_response | ||
) |
[in] | clk | Clock, divided down for CPU |
[in] | reset_n | Active low reset |
[in] | video_clk | Video clock, independent of CPU clock |
[in] | video_reset_n | Active low reset |