-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.cfg.sample
43 lines (32 loc) · 1.01 KB
/
build.cfg.sample
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# Copy this file to 'build.cfg' first, i.e.:
#
# cp build.cfg.sample build.cfg
#
# Then adapt the configuration according to you local setup.
#
###############################################################################
# http://www.clash.lang
CLASH=clash
# https://github.com/cliffordwolf/yosys
YOSYS=yosys
# https://github.com/cseed/arachne-pnr
ARACHNEPNR=arachne-pnr
# https://github.com/YosysHQ/nextpnr
NEXTPNR=nextpnr
# https://github.com/cliffordwolf/icestorm/tree/master/icepack
ICEPACK=icepack
# https://github.com/cliffordwolf/icestorm/tree/master/iceprog
ICEPROG=iceprog
# https://github.com/cliffordwolf/icotools/tree/master/icoprog
ICOPROG=icoprog
# https://github.com/reactive-systems/tsltools
# path to the folder containing all tsltools executables
TSLTOOLS=tsltools
# https://strix.model.in.tum.de/
# path to strix executable
STRIX=strix
# https://github.com/reactive-systems/bosy
# path to bosy executable
BOSY=bosy
###############################################################################