Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 730 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 730 Bytes

Mi-V soft processor platform source code

Repo organization

<platform>
  |
  |-- drivers
  |     |- fpga_ip
  |     |     | CoreGPIO
  |     |     | CoreSysServices_PF
  |     |     | CoreUARTapb
  |     |
  |     |- off_chip
  |     |     |  .
  |     |     |  .
  |     |
  |-- hal
  |     |
  |-- miv_rv32_hal

  

The drivers published here are compatible with the improved SoftConsole project folder structure being used in the latest example projects. These drivers can also be used with the legacy folder structure (projects released via Firmware Catalog) by defining the LEGACY_DIR_STRUCTURE macro in the SoftConsole project settings.