Commit 2b8c861b authored by Tristan Gingold's avatar Tristan Gingold

svec/ip_cores: create common/Manifest.py to gather common files

Avoid multiple definition of the same unit.
Avoid warnings from hdlmake.
parent b84d0335
# Many files in the ddr3 controller IP are shared between the instantiation
# Keep only one copy to avoid warnings from hdlmake
files = [
'../ddr3_ctrl_svec_bank4_32b_32b/user_design/rtl/iodrp_controller.vhd',
'../ddr3_ctrl_svec_bank4_32b_32b/user_design/rtl/iodrp_mcb_controller.vhd',
'../ddr3_ctrl_svec_bank4_32b_32b/user_design/rtl/mcb_raw_wrapper.vhd',
'../ddr3_ctrl_svec_bank4_32b_32b/user_design/rtl/mcb_soft_calibration_top.vhd',
'../ddr3_ctrl_svec_bank4_32b_32b/user_design/rtl/mcb_soft_calibration.vhd'
]
files = ["ddr3_ctrl_svec_bank4_32b_32b.vhd",
"memc4_infrastructure.vhd",
"memc4_wrapper.vhd",
"iodrp_controller.vhd",
"iodrp_mcb_controller.vhd",
"mcb_raw_wrapper.vhd",
"mcb_soft_calibration_top.vhd",
"mcb_soft_calibration.vhd"]
"memc4_wrapper.vhd"]
modules = { 'local': ['../../../common']}
files = ["ddr3_ctrl_svec_bank4_64b_32b.vhd",
"memc4_infrastructure.vhd",
"memc4_wrapper.vhd",
"iodrp_controller.vhd",
"iodrp_mcb_controller.vhd",
"mcb_raw_wrapper.vhd",
"mcb_soft_calibration_top.vhd",
"mcb_soft_calibration.vhd"]
"memc4_wrapper.vhd"]
modules = { 'local': ['../../../common']}
files = ["ddr3_ctrl_svec_bank5_32b_32b.vhd",
"memc5_infrastructure.vhd",
"memc5_wrapper.vhd",
"iodrp_controller.vhd",
"iodrp_mcb_controller.vhd",
"mcb_raw_wrapper.vhd",
"mcb_soft_calibration_top.vhd",
"mcb_soft_calibration.vhd"]
"memc5_wrapper.vhd"]
modules = { 'local': ['../../../common']}
files = ["ddr3_ctrl_svec_bank5_64b_32b.vhd",
"memc5_infrastructure.vhd",
"memc5_wrapper.vhd",
"iodrp_controller.vhd",
"iodrp_mcb_controller.vhd",
"mcb_raw_wrapper.vhd",
"mcb_soft_calibration_top.vhd",
"mcb_soft_calibration.vhd"]
"memc5_wrapper.vhd"]
modules = { 'local': ['../../../common']}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment