Browse Source

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 years ago
parent
commit
786919b165
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/project-rules.mk

+ 1 - 1
build/project-rules.mk

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