Quellcode durchsuchen

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 vor 4 Jahren
Ursprung
Commit
786919b165
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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