aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config
blob: a67e9f1e04e2e5694026bff3acafe16b4e18ff2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Uncomment this line when needed
#DEBUG=1

CC = gcc
CFLAGS = -std=c99 -pedantic -Wall -Werror -O2

ifdef DEBUG
CFLAGS += -O0 -g
else
CFLAGS += -O2
endif

IV = iverilog

YOSYS = git-yosys
PNR = git-nextpnr-ice40
ICEPACK = git-icepack
ICETIME = git-icetime

WAT2WASM = wat2wasm

TOPMODULE = soc

PCF = design/pins.pcf