YosysHQ / picorv32

PicoRV32 - A Size-Optimized RISC-V CPU
ISC License
3.08k stars 748 forks source link

Beginner Question : Flow of the execution of this whole code in Xilinx ISE? #200

Open Abhishek7799-max opened 3 years ago

Abhishek7799-max commented 3 years ago

Hello,

I am a complete beginner here and I wanted to know how to execute and check the functionality of the picorv32 code in Xilinx ISE 14.7, in the Windows platform? I just want to first check the working simulation of the Picorv32 core(i.e. Varyfying basic instructions from the Instruction set). There is no manual as such to do it in Windows Platform on ISE. I just downloaded the whole Project, imported all the Verilog files and test benches in ISE, and Synthesized and simulated it, It worked just fine(without any error). But I do not know how to check the Testbench, As there is no mention of implementing and checking the functionality of an Instruction set!!!

Please share with me some ideas as to how to do it, Thanks in advance.