Deepak T L

Results 2 comments of Deepak T L

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

As the code pointed the BramProcessorvariable was never instantiated in the tutorial.py. However, tutorial.py mentioned in gold directory has another tutorial.py which has an import for BramProcessor **from riscvonpynq.Processor import...