aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config
blob: d0299e8ecbfc1c541bd3f4ed9fa70c76aa931b09 (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
25
# 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
VVP = vvp

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

WAT2WASM = wat2wasm

TOPMODULE = soc

PCF = design/pins.pcf