add verilog sd-wishbone
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Jul 2018 10:52:58 +0000 (11:52 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 21 Jul 2018 10:52:58 +0000 (11:52 +0100)
commit33f8a649562f120870000bcc96aece02b96c1ed7
tree26ceaf743a0bb5ff28369d9d50f0aad4a1ab2193
parentc2f99357a5ebe331d5291916cb81d301d583bb3d
add verilog sd-wishbone
src/bsv/bsv_lib/sd/sd.tgz [new file with mode: 0644]
src/bsv/bsv_lib/sd/sd_bus.sv [new file with mode: 0644]
src/bsv/bsv_lib/sd/sd_clock_divider.v [new file with mode: 0644]
src/bsv/bsv_lib/sd/sd_cmd_serial_host.v [new file with mode: 0644]
src/bsv/bsv_lib/sd/sd_crc_16.v [new file with mode: 0644]
src/bsv/bsv_lib/sd/sd_crc_7.v [new file with mode: 0644]
src/bsv/bsv_lib/sd/sd_data_serial_host.sv [new file with mode: 0644]
src/bsv/bsv_lib/sd/sd_defines.h [new file with mode: 0644]
src/bsv/bsv_lib/sd/sd_top.sv [new file with mode: 0644]