mirror of
https://gitlab.com/brendanhaines/ice40.git
synced 2024-11-09 21:14:58 -07:00
11 lines
426 B
Markdown
11 lines
426 B
Markdown
# ICE40
|
|
|
|
Example project using Lattice ICE40 parts and [icestorm](http://www.clifford.at/icestorm/) toolchain.
|
|
|
|
On Ubuntu 22.04.1 LTS, the build dependencies can be installed with:
|
|
`sudo apt install iverilog yosys verilator gtkwave arachne-pnr`
|
|
|
|
|
|
## Viewing waveforms
|
|
|
|
`.gtkw` files use absolute paths for locating the associated `.vcd` file. Manually edit the paths in `.gtkw` files if project was cloned to a new location. |