mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-17 00:32:17 +00:00
Revert back to using Verific naming
This commit is contained in:
parent
aa515e8847
commit
c8c97ea00b
10 changed files with 75 additions and 123 deletions
|
@ -1,6 +1,6 @@
|
|||
import -sv -lib +/quicklogic/qlf_k6n10f/dsp_sim.v
|
||||
verific -sv -lib +/quicklogic/qlf_k6n10f/dsp_sim.v
|
||||
|
||||
import -sv <<EOF
|
||||
verific -sv <<EOF
|
||||
module top (
|
||||
input wire [19:0] a,
|
||||
input wire [17:0] b,
|
||||
|
@ -35,7 +35,7 @@ endmodule
|
|||
|
||||
EOF
|
||||
|
||||
import -import top
|
||||
verific -import top
|
||||
hierarchy -top top
|
||||
synth_quicklogic -family qlf_k6n10f
|
||||
select -assert-count 1 t:QL_DSP2_MULT_REGIN_REGOUT a:MODE_BITS=80'h1232324
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue