mirror of https://github.com/YosysHQ/nextpnr.git
9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
|
DESIGN := counter
|
||
|
|
DESIGN_TOP := top
|
||
|
|
PACKAGE := cpg236
|
||
|
|
|
||
|
|
include ../template.mk
|
||
|
|
|
||
|
|
build/counter.json: counter.v | build
|
||
|
|
yosys -c run.tcl
|