|
CDL Modules
|
Files | |
| file | picoriscv.cdl |
| Pico-RISC-V microcomputer implementation module. | |
| module picoriscv::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 |
1.8.11