logi-hard-master/testbench folder missing file

In the logi-hard-master/testbench folder there is a 'spi2ad_testbench' module. In that module there is a module under test called 'spi2ad_bus'.
Nowhere in the logi-hard-master folder is there a spi2ad_bus module, does anyone know where it is located??

Comments

  • Hi,

    The spi2ad was the old module before we switched to wishbone. You now can find the spi2wishbone in RTL/wishbone. Some of the test bench might be outdated sorry about that.

    Regards,

    Jonathan piat
  • I am looking for just a straight spi to shared memory module, don't want wishbone and would really like to see one in verilog!
  • We don't have such module. Do you mean you don't need an addressing part for your implementation ? You can have a look at  the hard-cv repository :

    https://github.com/jpiat/hard-cv

    the spi2ad is in "hw/rtl/interface".

    Sorry about the verilog implementation but its very hard to have all modules written in both languages (VHDL/Verilog).

    Regards,

    Jonathan Piat


  • Thanks Jonathan
Sign In or Register to comment.