blob: b53def68ec4b746b5609fdd246d78333b9244146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# icestick-uart
Simple UART sender and receiver for the lattice icestick. It echoes every received word back.
Configuration: 115200 8N1
## Repository structure
- hdl: Contains the hardware design.
- syn: Contains the scripts and constraints for synthesis.
## Usage
- `cd syn && ./synth.sh`
- configure and open putty or another serial terminal and type something
|