gateware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9999d68a84554065aa02743985f446f171a36098
parent ffc013add5208852276d815ab3af5dca26684764
Author: Brian Swetland <swetland@frotz.net>
Date:   Mon, 26 Nov 2018 16:06:43 -0800

build: default to using nextpnr for p&r

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -11,7 +11,7 @@ VSIM_VGA_SRCS := hdl/testvga.sv $(VGA_SRCS) ICE40_SRCS := hdl/ice40.v hdl/spi_debug_ifc.v hdl/lattice/pll_12_25.v ICE40_SRCS += $(CPU_SRCS) $(VGA_SRCS) -USE_NEXTPNR ?= false +USE_NEXTPNR ?= true VERILATOR := verilator ARACHNEPNR := arachne-pnr