remove whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 15 Feb 2020 14:06:25 +0000 (14:06 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 15 Feb 2020 14:06:25 +0000 (14:06 +0000)
mk/synthesis-yosys.mk

index b044aa1fc5a673fde30ccbca89b82b72573d12e5..7a5f0a56fe398412158a4e9461662a7f91429892 100644 (file)
@@ -4,11 +4,11 @@
  #ifeq ($(YOSYS_TOP),)
  #  $(error YOSYS_TOP has not been set)
  #endif
+
  ifeq ($(LIBERTY_FILE),)
   $(error LIBERTY_FILE has not been set)
  endif
+
  ifeq ($(YOSYS_FLATTEN),)
    YOSYS_FLATTEN = No
  endif
@@ -20,7 +20,7 @@
  NETLISTS_NOCORONA = $(foreach netlist,$(NETLISTS)         ,$(shell echo $(netlist) | sed 's:.*_model::'))
  NETLISTS_NOMODELS = $(foreach netlist,$(NETLISTS_NOCORONA),$(shell echo $(netlist) | sed 's:.*corona::'))
  VLOG_MODULE       = $(firstword $(NETLISTS_NOMODELS))
- NETLISTS_VST      = $(shell echo $(VLOG_MODULE) | tr '[:upper:]' '[:lower:]').vst 
+ NETLISTS_VST      = $(shell echo $(VLOG_MODULE) | tr '[:upper:]' '[:lower:]').vst
  NETLISTS_SYNTH    = $(foreach netlist,$(NETLISTS_NOMODELS), $(shell echo $(netlist) | tr '[:upper:]' '[:lower:]'))
  CLEAN_SYNTHESIS   = $(addsuffix .vst,$(NETLISTS_SYNTH)) $(VLOG_MODULE).blif $(VLOG_MODULE).tcl