SPI Master with Chip-Select, VHDL Testbench

Поделиться
HTML-код
  • Опубликовано: 8 май 2019
  • Here I simulate and test the code we added in the previous video. Previously we introduced the Chip-Select in VHDL and now we need to test it.
    Support this channel! Buy a Go Board, the best development board for beginners to FPGA:
    www.nandland.com/goboard/intr...
    Like my content? Help me make more at Patreon!
    / nandland
  • НаукаНаука

Комментарии • 4

  • @electromatic2014
    @electromatic2014 5 лет назад +1

    Amazing channel, I really apreciate that you are showing how to work with the FPGAs rather than sticking with Just theory. It is amazing to see how you desing your IP so we can all learn about good practices on using VHDL/VERILOG and start getting used to processes and the rest of the tools. Ill definatly be one more of your patrons from today. Thanks!

  • @Ishfarzzz94
    @Ishfarzzz94 4 года назад

    thanks for these videos. they are quite helpful. Quick question. A bit confused about w_Master_RX_Count. I know it connects to o_RX_COUNT. Ran the simulation in Vivado and checked that. it only goes to 1 after receiving c1 and then goes back to zero. what exactly is that telling us?

    • @Nandland
      @Nandland  4 года назад +1

      The width of this counter depends on the number of bytes to send. If you're only sending 2 bytes per transaction, the possible values of the counter are 0 and 1. If you send more bytes it will have more values.

    • @Ishfarzzz94
      @Ishfarzzz94 4 года назад

      @@Nandland thanks for the reply. Figured it out eventually