lowrisc-chip icon indicating copy to clipboard operation
lowrisc-chip copied to clipboard

The root repo for lowRISC project and FPGA demos.

Results 49 lowrisc-chip issues
Sort by recently updated
recently updated
newest added

I have follow the instructions by [lowrisc](https://lowrisc.org/docs/tagged-memory-v0.1/setup/) step by step starting from "downloading the lowRISC chip repository" section..and yet i have encountered this error.. ``` rrm cpp.pod gcc.pod fsf-funding.pod gfdl.pod...

I've been trying to git clone the source code according to the documentation: `git clone -b refresh-v0.6 --recursive https://github.com/lowrisc/lowrisc-chip.git lowrisc-chip-refresh-v0.6` but keep running into these 2 error messages: `fatal: remote...

Hi, What is the toolchain that you recommend for `git clone -b ethernet-v0.5 --recursive https://github.com/lowrisc/lowrisc-chip.git`. The riscv-tools build that comes with clone has issue pulling binutils.2.26.tar.gz and thus build fails....

I am trying to add new peripheral to SoC on Refresh 0.6, I created a vivado project and examined codes. I think right place to add a peripheral is perip_soc.sv...

Hello I am trying to work with lowrisc So I followed this link : https://www.lowrisc.org/docs/debug-v0.3/zedboard/ So, I have set up the **env** as following : ``` export TOP=$PWD export RISCV=$TOP/riscv-tools/riscv-gnu-toolchain...

when i boot from SD with debian written in , it will enter emergency mode. what i used is genesys2_ariane_xilinx.new.mcs and rootfs.tar.xz download from https://github.com/lowRISC/lowrisc-chip/releases the message is as flowed:...

Ran make nexys4_ddr_rocket with Vivado 2018.3 and have ERRORs any hint ? WARNING: [filemgmt 56-315] Source scanning failed during design analysis. To get more details run synthesis or simulation and...

After modifying the Makefile PATH for vivado, it works for the previous issue but soon have another. Please help for any hint. vivado -mode batch -source tcl/run.tcl ****** Vivado v2018.3...

Hi I am trying lowrisc-chip v0.7 by the command: make nexys4_ddr_ariane I do source the vivado path by source /tools/Xilinx/Vivado/2018.3/*.sh and which vivado do found the path of vivado. However,...

Error when ran the make buildroot with v0.7 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libglib-2.0.a(libglib_2_0_la-gutils.o): In function `g_get_user_database_entry': (.text+0x267): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version...