From cbc2686373a5fe81b6b28f845edc323d4cae56e5 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Tue, 8 Sep 2020 17:27:48 +0200 Subject: modernize the build (test) system --- Makefile.config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Makefile.config (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config new file mode 100644 index 0000000..5c619c3 --- /dev/null +++ b/Makefile.config @@ -0,0 +1,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 -- cgit v1.2.3