core-v-mcu icon indicating copy to clipboard operation
core-v-mcu copied to clipboard

This is the CORE-V MCU project, hosting CORE-V's embedded-class cores.

Results 83 core-v-mcu issues
Sort by recently updated
recently updated
newest added

In case of PR review approved by an OHW member (specifically: Florian or Mike or Davide) the core-v-mcu CodeBuild job is started

Do Not Merge

Registers are accessed via abstract commands using the following mapping. | Address range | Registers | |-----------------|--------------------------------------------------------| | 0x0000 - 0x0fff | CSRs | | 0x1000 - 0x101f | GPRs...

Hi @davideschiavone, what is the [src_files.yml](https://github.com/openhwgroup/core-v-mcu/blob/master/rtl/core-v-mcu/src_files.yml) used for?

question

Gates: V1.0.0 Tape-out
task

Hi, I was wondering if there are any plans for other FPGA ports. I'd mostly be interested in Zedboard and ZCU102. In the past these ports (and softcores as standalone...

enhancement
wontfix
fpga

Hello! Can the EFPGA module of your project support all circuits? There is a question about how to realize the reconfiguration of any circuit after your chip is taped out....

Add a readme/howto on creating mem init files for simulation. Include any custom scripts to convert from SREC to required formate for various simulators

documentation
Gates: V1.0.0 Tape-out

The verilator model under development for the CORE-V MCU has been used to access the FPU registers. It appears that register `f0`, which should be one of eight temporaries is...

bug

Following file: https://github.com/openhwgroup/core-v-mcu/blob/master/rtl/core-v-mcu/top/core_v_mcu.sv contains illegal assign statements (lines 485, 486): assign s_test_mode = '0; assign s_dft_cg_enable = '0; because variables s_test_mode and s_dft_cg_enable are also driven by output ports of...

bug
Gates V1.0.0 RTL Freeze

The CORE-V-MCU instantiates the "fpnew" floating point IP from the pulp-platform team. As discussed in #189, the CV32E40P does not make use of this floating point unit, so it really...

bug
Gates V1.0.0 RTL Freeze