Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Notes from learning Verilog on a FPGA

Opensource toolchain: https://projectf.io/posts/building-ice40-fpga-toolchain/

Synthesize Verilog to Hardware mapping

yosys -p "read_verilog test.v; synth_ice40 -json test.json"

Place and route design

nextpnr-ice40 --hx1k --pcf Go_Board_Constraints.pcf --package vq100 --json test.json --asc test.txt

Generate binary from design

icepack test.txt test.bin

Program design into chip

sudo iceprog test.bin

About

Programming an FPGA with Verilog

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages