We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a778a commit 841ed04Copy full SHA for 841ed04
README.md
@@ -10,4 +10,4 @@ This repository contains my little experiments with an IceStick, yosys and nextp
10
* LedTerminal: display scrolling messages on the LED matrix, obtained from the USB virtual UART
11
* FemtoRV: a minimalistic RISC-V CPU. Implements the RV32I instruction set (minus FENCE and SYSTEM).
12
- Runs at 60MHz. 4Kb RAM, optional memory-mapped IOs (UART, LEDs, OLed screen).
13
- - Firmware can be generated with gnu RISC-V toolsuite (script included), and soon gcc.
+ - Firmware can be generated with gnu RISC-V toolsuite (script included), in C or in assembly.
0 commit comments