drichmond / RISC-V-On-PYNQ

RISC-V Integration for PYNQ
Other
165 stars 56 forks source link

Bram Processor not found #17

Open colbacc8 opened 3 years ago

colbacc8 commented 3 years ago

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?

image

Deepakpy commented 3 years ago

The variable BramProcessor is not initialized. import it with this "from riscvonpynq.Processor import BramProcessor"