KYPD and OLED Update
Hey everyone, Brandon here
The KYPD and OLED example codes actually work for Verilog if you download the Verilog versions from the links:
I had falsely assumed that you needed the Microblaze to get code working for these Pmods, Something may have changed with the page because I have documentation from last year of using C code with Microblaze. Either way, you can use them with Verilog. Add the proper modules and it should work (theoretically). I'll update this post with any fixes that I may have to make.
UPDATE: So I have been trying to get the OLED Verilog code to work, the problem is it was not made for the current Vivado version, it was made for ISE in 2012 (this is the previous version of the software). One of the lines in the code uses SystemVerilog, a certain version of Verilog not directly supported by Vivado. I had to change the file extension of this module from .v to .sv, but this didn't allow the synthesis to go through. Although I can't seem to figure out how to use the code at the moment, it could still be worth a download if you're looking into how to use the display as the modules are a valuable lesson on commands.
Comments
Post a Comment