ifeq ($(FPGA_TARGET), ULX3S)
RESET_LOW=true
CLK_INPUT=25000000
-CLK_FREQUENCY=40000000
+CLK_FREQUENCY=25000000
LPF=constraints/orange-crab.lpf
PACKAGE=CABGA381
-NEXTPNR_FLAGS=--um5g-85k --freq 40
+NEXTPNR_FLAGS=--um5g-85k --freq 25
OPENOCD_JTAG_CONFIG=openocd/ulx3s.cfg
OPENOCD_DEVICE_CONFIG=openocd/LFE5UM5G-85F.cfg
endif
nonrandom.vhdl
# use an alternative core (in verilog)
-EXTERNAL_CORE=true
+EXTERNAL_CORE=false
ifeq ($(EXTERNAL_CORE),false)
fpga_files = $(_fpga_files) $(_soc_files) $(core_files)
synth_files = $(core_files) $(soc_files) $(fpga_files) $(clkgen) $(toplevel) $(dmi_dtm)