From acee813a5c0d5517ea4123945e4971ddd2e5f3a4 Mon Sep 17 00:00:00 2001 From: dh73 Date: Tue, 14 Nov 2017 22:55:48 -0600 Subject: Fixed the -vout flag to -vqm in examples/intel directory --- examples/intel/asicworld_lfsr/run_cycloneiv | 2 +- examples/intel/asicworld_lfsr/run_max10 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/intel/asicworld_lfsr') diff --git a/examples/intel/asicworld_lfsr/run_cycloneiv b/examples/intel/asicworld_lfsr/run_cycloneiv index cb7f5c9b1..c7498bded 100755 --- a/examples/intel/asicworld_lfsr/run_cycloneiv +++ b/examples/intel/asicworld_lfsr/run_cycloneiv @@ -1,2 +1,2 @@ #!/bin/env bash -yosys -p "synth_intel -family cycloneiv -top lfsr_updown -vout top.vqm" lfsr_updown.v +yosys -p "synth_intel -family cycloneiv -top lfsr_updown -vqm top.vqm" lfsr_updown.v diff --git a/examples/intel/asicworld_lfsr/run_max10 b/examples/intel/asicworld_lfsr/run_max10 index 6bb812c16..b75d552bb 100755 --- a/examples/intel/asicworld_lfsr/run_max10 +++ b/examples/intel/asicworld_lfsr/run_max10 @@ -1,2 +1,2 @@ #!/bin/env bash -yosys -p "synth_intel -family max10 -top lfsr_updown -vout top.vqm" lfsr_updown.v +yosys -p "synth_intel -family max10 -top lfsr_updown -vqm top.vqm" lfsr_updown.v -- cgit v1.2.3