Skip to content

wuehr1999/nacht_am_rhein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker build

nacht_am_rhein

Docker enviroment for CologneChip GateMate FPGA. The following toolchain blocks are currently integrated:

For building the enviroment simply run ./build_docker.sh.

The enviroment can be started with ./run_docker.sh Then the workspace folder will be mounted to /workspace.

Example blink project layout

.
├── blink
│   ├── log           Log files
│   ├── Makefile      Makefile (includes workspace Makefile config)
│   ├── net           Yosys net
│   ├── sim           Simulation (to be done)
│   ├── src           Sources
│   └── svg_netlist   Netlists as json and svg images