RISC-V-On-PYNQ icon indicating copy to clipboard operation
RISC-V-On-PYNQ copied to clipboard

Bram Processor not found

Open colbacc8 opened this issue 4 years ago • 1 comments

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

colbacc8 avatar Dec 01 '20 16:12 colbacc8

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

Deepakpy avatar Jul 16 '21 13:07 Deepakpy