mirror of https://github.com/YosysHQ/yosys.git
tests/various/clk2fflogic_effects.sh: remove /tmp use
Might not be accessible.
This commit is contained in:
parent
b1f8308772
commit
10e06f9b66
|
@ -4,7 +4,7 @@ set -ex
|
||||||
../../yosys -p "
|
../../yosys -p "
|
||||||
read_verilog -formal -DFAST clk2fflogic_effects.sv
|
read_verilog -formal -DFAST clk2fflogic_effects.sv
|
||||||
hierarchy -top top; proc;;
|
hierarchy -top top; proc;;
|
||||||
tee -o clk2fflogic_effects.sim.log sim -fst /tmp/sim.fst -q -n 16
|
tee -o clk2fflogic_effects.sim.log sim -fst clk2fflogic_effects.sim.fst -q -n 16
|
||||||
"
|
"
|
||||||
|
|
||||||
../../yosys -p "
|
../../yosys -p "
|
||||||
|
@ -12,7 +12,7 @@ read_verilog -formal -DFAST clk2fflogic_effects.sv
|
||||||
hierarchy -top top; proc;;
|
hierarchy -top top; proc;;
|
||||||
clk2fflogic;;
|
clk2fflogic;;
|
||||||
|
|
||||||
tee -o clk2fflogic_effects.clk2fflogic.log sim -fst /tmp/sim.fst -q -n 16
|
tee -o clk2fflogic_effects.clk2fflogic.log sim -fst clk2fflogic_effects.clk2fflogic.fst -q -n 16
|
||||||
"
|
"
|
||||||
|
|
||||||
iverilog -g2012 -o clk2fflogic_effects.iv.out clk2fflogic_effects.sv
|
iverilog -g2012 -o clk2fflogic_effects.iv.out clk2fflogic_effects.sv
|
||||||
|
|
Loading…
Reference in New Issue