aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config
blob: 5c619c32cea7ddf416cd99f4ace61cc9934d0507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CC = gcc
CFLAGS = -std=c89 -pedantic -Wall -Werror -O2

IV = iverilog

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

TOPMODULE = soc

PCF = design/pins.pcf

# Uncomment this line when needed
#DEBUG=1