From c662023523d07825bae562621d9a4e4f01b253ef Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Tue, 4 May 2021 05:31:55 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..53e4752 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# ICE40 + +Example project using Lattice ICE40 parts and [icestorm](http://www.clifford.at/icestorm/) toolchain. + +On Ubuntu 18.04.5 LTS, the build dependencies can be installed with: +`sudo apt install iverilog yosys verilator`