ibex-demo-system icon indicating copy to clipboard operation
ibex-demo-system copied to clipboard

A demo system for Ibex including debug support and some peripherals

Results 27 ibex-demo-system issues
Sort by recently updated
recently updated
newest added
trafficstars

SRAMInitFile is a localparam defined in ibex_demo_system.sv. I'm sure how to use that. Is this can initial u_ram in implementation phase of vivado, or this just for simulation with verilator...

Hi all, I'm using the hello_world demo. I'm want to print a pattern 1 times inside the main while loop, but the pattern is printed multiple times inside the loop....

This is a port of https://github.com/lowRISC/sonata-system/pull/55

This pull request adds support for the TUL PYNQ-Z2 board. BTN3 is used as a reset button, leaving 4 LEDs (LD0-3), 2 RGB LEDs (LD4-5), 2 slide switches (SW0-1), 4...

Hello, I'm working on a project to improve myself, and unfortunately, I don't have an FPGA, so I'm testing what I do in simulation. As far as I understand, the...

Hello, so as i was going through the procedures, i was trying to run the simulator by running `./build/lowrisc_ibex_demo_system_0/sim-verilator/Vtop_verilator \ --meminit=ram,./sw/c/build/demo/hello_world/demo `, as stated. However, for some reason it produced...

When creating the container fresh after cloning this repository and when into the VNC viewer, running the fusesoc command: `fusesoc --cores-root=. run --target=sim --tool=verilator --setup --build lowrisc:ibex:demo_system` results in an...

First of all, I had to clear a smaller issue to find the container in the first place. This instruction in the readme says there is a prebuilt container ready,...

Hi, I am building the Ibex demo system in windows and successfully built the software. While running the command for synthesis `fusesoc --cores-root=. run --target=synth --setup --build lowrisc:ibex:demo_system` The output...

While building simulation from Ibex Repo folder, I got this error. _sh-5.0$ fusesoc --cores-root=. run --target=sim --tool=verilator --setup --build lowrisc:ibex:demo_system ERROR: 'lowrisc:ibex:demo_system' or any of its dependencies requires 'demo_system', but...