mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-02 20:47:53 +00:00
QLF_TDP36K: test bram_tdp post synth
This commit is contained in:
parent
64609afe2c
commit
b62173775c
2 changed files with 7 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
read_verilog bram_tdp.v
|
||||
hierarchy -top BRAM_TDP
|
||||
synth_quicklogic -family qlf_k6n10f
|
||||
read_verilog +/quicklogic/qlf_k6n10f/brams_sim.v +/quicklogic/qlf_k6n10f/sram1024x18_mem.v +/quicklogic/qlf_k6n10f/ufifo_ctl.v +/quicklogic/qlf_k6n10f/TDP18K_FIFO.v
|
||||
read_verilog -formal bram_tdp.v bram_tdp_tb.v
|
||||
read_verilog -formal bram_tdp_tb.v
|
||||
hierarchy -top TB
|
||||
proc
|
||||
sim -clock clk -n 20 -assert # -vcd bram_tdp.vcd
|
||||
sim -clock clk -n 20 -assert # -vcd bram_tdp.vcd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue