Skip to content
Snippets Groups Projects
  1. Apr 14, 2022
  2. Apr 11, 2022
  3. Apr 10, 2022
  4. Apr 09, 2022
  5. Apr 08, 2022
    • Byron Lathi's avatar
      add testbench for SD command tx · 38566f7b
      Byron Lathi authored
      Sends a few commands which we know the proper checksum for and makes
      sure that the bits on the output are correct.
      38566f7b
    • Byron Lathi's avatar
      Add SD Card controller for sending commands · f89ecfa0
      Byron Lathi authored
      Adds the start of the SD card controller which is capable of sending
      commands using the SD protocol.
      
      It is accessed by writing the arguments first and triggered by writing
      the command number.
      f89ecfa0
    • Byron Lathi's avatar
      Have valid crc when valid signal is present · 552fe8b6
      Byron Lathi authored
      Previously the crc would be reset after 1 clock cycle while the valid
      signal was still high. Now the data is preserved in the valid state
      until the load signal is asserted.
      552fe8b6
    • Byron Lathi's avatar
      Add tests for crc7 · 3e691094
      Byron Lathi authored
      These are just some values that I found from an example program. This
      does not test every possible value.
      3e691094
    • Byron Lathi's avatar
      Add crc7 module · e828df08
      Byron Lathi authored
      This module takes in a 40 bit word and generates the 7 bit crc7
      appropriate for an SD card.
      
      It does not use any fancy parallel algorithm, it does it 1 bit at a
      time.
      e828df08
    • Byron Lathi's avatar
      Fix indentation · f276c546
      Byron Lathi authored
      f276c546
  6. Apr 07, 2022
  7. Apr 05, 2022
Loading