Sfoglia il codice sorgente

build: Remove the -relut yosys option

This is a legacy option, this process is now always applied in recent
toolchains

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 4 anni fa
parent
commit
786919b165
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      build/project-rules.mk

+ 1 - 1
build/project-rules.mk

@@ -5,7 +5,7 @@
 # Default tools
 YOSYS ?= yosys
 YOSYS_READ_ARGS ?=
-YOSYS_SYNTH_ARGS ?= -dffe_min_ce_use 4 -relut
+YOSYS_SYNTH_ARGS ?= -dffe_min_ce_use 4
 NEXTPNR ?= nextpnr-ice40
 NEXTPNR_ARGS ?= --freq 50
 ICEPACK ?= icepack