VexRiscv icon indicating copy to clipboard operation
VexRiscv copied to clipboard

A FPGA friendly 32 bit RISC-V CPU implementation

Results 112 VexRiscv issues
Sort by recently updated
recently updated
newest added

Hello, I'm looking to generate the Verilog/Vhdl of a VexRISCV multicore SMP processor but rework its IO buto AXI. I see it has been done for a single VexRISCV core:...

Hi Dolu1990, Found a weird D-cache stuck issue. Attached the waveform. It's related to refilling. D-cache goes into line fill phase and expect loader_counter_values to go up. On the other...

Hey, I have generated the Full version of vexRiscv using `sbt "runMain vexriscv.demo.GenFull" ` and then I ran some regression tests which passed. I tried running the uart.elf example using...

Hello, I'm building a softcore based on Briey. I've the AxiCrossbar without Sdram and on the APB3Bridge 1 Timer, 1 UartCtrl, 1 Gpio. On the APB3 I would like to...

I wrote a simple task switching that save registers and restore registers // Save registers sw s0,4(sp) sw s1,8(sp) sw s2,12(sp) sw s3,16(sp) : : // Restore registers lw s0,4(sp)...

Hello VexRiscV Community, I've been trying to run my VexRiscV project on my DE0-Nano FPGA board and encountered two issues. I aimed to configure the project for a Cyclone IV...

Fixes #361 Not tested, because I did not find the time for it. So I do not know, whether it works or not.

Hello, I'm trying the Murax soc on a Tang Nano 9k. MuraxWithRamInit works with no issues. I'm able to run the demo, and to compile custom C software. Now I...

Hi there! I appreciate your involvement in this project. I'm developing a plugin to add shadow stack functionality to VexRiscv. I've implemented instructions, 'sspush' for pushing onto the shadow stack...

Sent from PPHub