Skip to content

Commit

Permalink
quicklogic: fix dspv2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Mar 6, 2025
1 parent 1def0bc commit 8b6049a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/arch/quicklogic/dspv2/complex_mult.ys
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EOF

synth_quicklogic -family qlf_k6n10f -dspv2 -run :coarse
check -assert
read_verilog +/quicklogic/qlf_k6n10f/dsp_sim.v
read_verilog +/quicklogic/qlf_k6n10f/dspv2_sim.v
prep -top top -flatten
opt_clean -purge
opt -full
Expand Down
2 changes: 1 addition & 1 deletion tests/arch/quicklogic/dspv2/simple2.ys
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endmodule
EOF

synth_quicklogic -family qlf_k6n10f -dspv2 -run :coarse
read_verilog +/quicklogic/qlf_k6n10f/dsp_sim.v
read_verilog +/quicklogic/qlf_k6n10f/dspv2_sim.v
prep -top top -flatten
opt_clean -purge
dump

0 comments on commit 8b6049a

Please # to comment.