-
Hello,
I want to run a program which targets zedboard LEDs on rocket-chip. Does that require to write it in Chisel, as provided in:
```
import chisel3._
class GCD extends Module {
val io…
-
## Problem
Building the rocket-chip on a 32-bit architecture causes a failure in
> testchipip/src/main/scala/Adapter.scala:99
## Steps to reproduce
1. Start with a fresh repository
2. Use t…
-
Hello, when I try to make arm-uboot from my zedboard directory:
[root@localhost zedboard]# make arm-uboot
# compile board-compatible u-boot
git submodule update --init /run/media/kllbrd/work/fpga…
ghost updated
7 years ago
-
I want to increase the number of cores/tiles in my project. So, what i need to do, and how i can check/confirm it`s working?
I change the parameter NTILES for 4(fpga-zynq/rocket-chip/src/main/scal…
-
I want to increase the number of cores/tiles in my project. So, what i need to do, and how i can check/confirm it`s working?
I change the parameter NTILES for 4(fpga-zynq/rocket-chip/src/main/scala…
-
I installed riscv-tools on my ubuntu system. Then I wrote a simple hello world program in C. I cross compiled it using "riscv64-unknown-elf-gcc -O2 -o hello1 hello.c". Then I dumped the executable fil…
-
Hi, All
I can't connect the zedboard by command " screen /dev/tty.usbmodem1411 115200,cs8,-parenb,-cstopb ", please help me ,Thanks~
-
Hello Furkan,
Is there any way I can only use the UART (J14) without JTAG (J17) or RS232 ? And use Vivado/SDK to configure the Zedboard and generate the bitstream as standalone ?
I know lowrisc …
-
Hello Furkan,
Is it possible to push another small rtos with rocket cores to the fpga instead of linux ? As in by using Vivado to generate another boot.bin which contains another os than linux with…
-
Do you have a working firmware?
Can you share the .bit file or something similar to use with the ZedBoard?