forked from PyFPGA/pyfpga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigs.yml
26 lines (26 loc) · 820 Bytes
/
configs.yml
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
openflow:
oci:
engine:
command: docker
volumes: ["$HOME:$HOME"]
work: $PWD
containers:
ghdl: "ghdl/synth:beta"
yosys: "ghdl/synth:beta"
nextpnr-ice40: "ghdl/synth:nextpnr-ice40"
icetime: "ghdl/synth:icestorm"
icepack: "ghdl/synth:icestorm"
iceprog: "--device /dev/bus/usb ghdl/synth:prog"
nextpnr-ecp5: "ghdl/synth:nextpnr-ecp5"
ecppack: "ghdl/synth:trellis"
openocd: "--device /dev/bus/usb ghdl/synth:prog"
tools:
ghdl: ghdl
yosys: yosys
nextpnr-ice40: nextpnr-ice40
icetime: icetime
icepack: icepack
iceprog: iceprog
nextpnr-ecp5: nextpnr-ecp5
ecppack: ecppack
openocd: openocd