mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-30 15:00:26 +00:00
Rename verific to import in tests and update README explanation
This commit is contained in:
parent
54c69f1fed
commit
53ed83fcac
4 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
verific -sv -lib +/quicklogic/qlf_k6n10f/dsp_sim.v
|
||||
import -sv -lib +/quicklogic/qlf_k6n10f/dsp_sim.v
|
||||
|
||||
verific -sv <<EOF
|
||||
import -sv <<EOF
|
||||
module top (
|
||||
input wire [19:0] a,
|
||||
input wire [17:0] b,
|
||||
|
@ -35,7 +35,7 @@ endmodule
|
|||
|
||||
EOF
|
||||
|
||||
verific -import top
|
||||
import -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