lattice/yosys: don't use quiet operation since logs are useful and for consistency...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 28 Feb 2020 07:32:29 +0000 (08:32 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 28 Feb 2020 07:32:29 +0000 (08:32 +0100)
litex/build/lattice/icestorm.py
litex/build/lattice/trellis.py

index 51d6b6949e7011c3bce2b214fa088042d91d0df8..05b3912cbdf6c2157195c2dd32b2d80c33fca586 100644 (file)
@@ -88,7 +88,7 @@ def parse_device(device):
 # Script -------------------------------------------------------------------------------------------
 
 _build_template = [
-    "yosys -q -l {build_name}.rpt {build_name}.ys",
+    "yosys -l {build_name}.rpt {build_name}.ys",
     "nextpnr-ice40 --json {build_name}.json --pcf {build_name}.pcf --asc {build_name}.txt \
     --pre-pack {build_name}_pre_pack.py --{architecture} --package {package}",
     "icepack {build_name}.txt {build_name}.bin"
index 7244f283512cc2d63dec36556c3d7ce050720ff4..1bd84adbe013e80b76a36ef126e8b17c6693d445 100644 (file)
@@ -111,7 +111,7 @@ nextpnr_ecp5_architectures = {
 # Script -------------------------------------------------------------------------------------------
 
 _build_template = [
-    "yosys -q -l {build_name}.rpt {build_name}.ys",
+    "yosys -l {build_name}.rpt {build_name}.ys",
     "nextpnr-ecp5 --json {build_name}.json --lpf {build_name}.lpf --textcfg {build_name}.config  \
     --{architecture} --package {package} --speed {speed_grade} {timefailarg} {ignoreloops}",
     "ecppack {build_name}.config --svf {build_name}.svf --bit {build_name}.bit"