|
CDL Modules
|
Files | |
| file | bbc_micro_rams.cdl |
| BBC microcomputer RAMs module. | |
| module bbc_micro_rams::bbc_micro_rams | ( | clock | clk, |
| input bit | reset_n, | ||
| input t_bbc_clock_control | clock_control, | ||
| input t_bbc_micro_sram_request | host_sram_request, | ||
| output t_bbc_micro_sram_response | host_sram_response, | ||
| input t_bbc_display_sram_write | display_sram_write, | ||
| input t_bbc_floppy_sram_request | floppy_sram_request, | ||
| output t_bbc_floppy_sram_response | floppy_sram_response, | ||
| output t_bbc_micro_sram_request | bbc_micro_host_sram_request, | ||
| input t_bbc_micro_sram_response | bbc_micro_host_sram_response | ||
| ) |
| [in] | clk | 4MHz clock in as a minimum |
1.8.11