Updated collate errors script to include all log and report files. Also disabled a number of warnings. However, a better method of disabling warnings is needed.
1 file changed
tree: a0706160cc87b1fc67fa54c969c6064db73e78b6
  1. .github/
  2. def/
  3. docs/
  4. gds/
  5. lef/
  6. mag/
  7. maglef/
  8. openlane/
  9. sdc/
  10. sdf/
  11. signoff/
  12. spef/
  13. spi/
  14. verilog/
  15. .gitignore
  16. LICENSE
  17. Makefile
  18. README.md
README.md

ExperiarSoC

RISC-V SoC designed for the Efabless Open MPW Program.

Features

Block diagram of Experiar SoC

  • Dual RV32I cores
  • Per core SRAM
  • External flash controller
  • Larger shared block SRAM
  • VGA output using frame buffer in block SRAM
  • 4x UART ports + 1 internal to caravel
  • 2x SPI ports
  • 4x PWM counters with 4x seperate outputs
  • DMA for UART peripheral

ToDo

  • Flash controller
  • DMA
  • Block SRAM
  • VGA
  • Multi core controller
  • Fix all of the timeing errors
  • Test

Reference work and inspiration