aboutsummaryrefslogtreecommitdiffstats
path: root/examples/intel/MAX10
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2019-07-08 12:37:24 -0700
committerDan Ravensloft <dan.ravensloft@gmail.com>2019-07-18 17:06:12 +0100
commitf950a7a75d4353e0e31c523365a10926bc6180af (patch)
tree3285903d4e38c3de861ee6227fee196511939d8c /examples/intel/MAX10
parent809b94a67b0b666018b35536d4de327e99378a6f (diff)
downloadyosys-f950a7a75d4353e0e31c523365a10926bc6180af.tar.gz
yosys-f950a7a75d4353e0e31c523365a10926bc6180af.tar.bz2
yosys-f950a7a75d4353e0e31c523365a10926bc6180af.zip
intel_synth: Small code cleanup to remove if ladder
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'examples/intel/MAX10')
-rw-r--r--examples/intel/MAX10/run_max102
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/intel/MAX10/run_max10 b/examples/intel/MAX10/run_max10
index 0378e4fa7..5bf4fc141 100644
--- a/examples/intel/MAX10/run_max10
+++ b/examples/intel/MAX10/run_max10
@@ -1 +1 @@
-yosys -p "synth_intel -family max10 -top top -vqm top.vqm" top.v sevenseg.v
+../../../yosys -p "synth_intel -family max10 -top top -vqm top.vqm" top.v sevenseg.v