The project directory consists of two sub-directories:
-
processor_python Here, we have implemented a SimpleRISC processor using python. It consists of pythonREADME.md file that contains details of the python implementation and steps to run it.
-
processor_verilog Here, we have implemented a SimpleRISC processor using VerilogHDL. It consists of verilogREADME.md file that contains details of the VerilogHDL implementation and steps to run it.