CDL Modules
|
Files | |
file | bbc_floppy_sram.cdl |
BBC micro floppy to SRAM read/write interface module. | |
module bbc_floppy_sram::bbc_floppy_sram | ( | clock | clk, |
input bit | reset_n, | ||
input t_bbc_floppy_op | floppy_op, | ||
output t_bbc_floppy_response | floppy_response, | ||
output t_bbc_floppy_sram_request | sram_request, | ||
input t_bbc_floppy_sram_response | sram_response, | ||
input t_csr_request | csr_request, | ||
output t_csr_response | csr_response | ||
) |
[in] | clk | Clock running at 2MHz |
[out] | csr_response | This module provides an SRAM-fakeout of a set of floppy disks, tied to the BBC micro floppy disc controller. |