RISC-V-On-PYNQ
RISC-V-On-PYNQ copied to clipboard
Bram Processor not found
I'm trying to follow the tutorial for loading the overlay of picorv32, and I face the erorr depicted in the attached figure during the execution of the "Testing Tutorial Overlay" in the notebook "Packaging-An-Overlay.ipynb" The folder riscvonpynq/picorv32/tut/build correctly exists.
NOTE: I skipped the "Creating a RISC-V Processor Bitstream" and I utilized the tutorial.bit and tutorial.tcl already provided in the repository
Could you please help me in filinizing the tutorial?
The variable BramProcessor is not initialized. import it with this "from riscvonpynq.Processor import BramProcessor"