mirror of https://github.com/lnis-uofu/SOFA.git
[HDL] Update caravel include netlist to use simulation without power pins
This commit is contained in:
parent
2d8b4b59db
commit
9c2764723f
|
@ -50,4 +50,8 @@
|
|||
|
||||
// Use Post-PnR netlists of QLSOFA HD FPGA
|
||||
`include "/research/ece/lnis/USERS/tang/github/skywater-openfpga/HDL/common/user_project_wrapper.v"
|
||||
`include "/research/ece/lnis/USERS/tang/github/skywater-openfpga/FPGA1212_QLSOFA_HD_PNR/fpga_top/fpga_top_icv_in_design.lvs.v"
|
||||
`ifdef USE_POWER_PINS
|
||||
`include "/research/ece/lnis/USERS/tang/github/skywater-openfpga/FPGA1212_QLSOFA_HD_PNR/fpga_top/fpga_top_icv_in_design.lvs.v"
|
||||
`else
|
||||
`include "/research/ece/lnis/USERS/tang/github/skywater-openfpga/FPGA1212_QLSOFA_HD_PNR/fpga_top/fpga_top_icv_in_design.pt.v"
|
||||
`endif
|
||||
|
|
Loading…
Reference in New Issue