Commit 5c15128a authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

hdl: Add NIC/DIO designs using the new BSP components.

- Legacy NIC/DIO

This design instantiates the NIC and DIO cores externally.
The WRPC fabric interface is connected to a fabric redirector core to allow the interconnection of a NIC module together with an Etherbone one.

- DIO design with only NIC capabilities.
- DIO design with only Etherbone capabilities.
parent 1c1e44c5
target = "xilinx"
action = "synthesis"
fetchto = "../../ip_cores"
syn_tool = "ise"
syn_device = "xc6slx45t"
syn_grade = "-3"
syn_package = "fgg484"
syn_top = "dio_etherbone_top"
syn_project = "dio_etherbone_top.xise"
modules = {"local" :
[ "../../top/dio-etherbone"]
}
target = "xilinx"
action = "synthesis"
fetchto = "../../ip_cores"
syn_tool = "ise"
syn_device = "xc6slx45t"
syn_grade = "-3"
syn_package = "fgg484"
syn_top = "dio_ext_nic_etherbone_top"
syn_project = "dio_ext_nic_etherbone_top.xise"
modules = {"local" :
[ "../../top/dio-ext-nic-etherbone"]
}
target = "xilinx"
action = "synthesis"
fetchto = "../../ip_cores"
syn_tool = "ise"
syn_device = "xc6slx45t"
syn_grade = "-3"
syn_package = "fgg484"
syn_top = "dio_nic_top"
syn_project = "dio_nic_top.xise"
modules = {"local" :
[ "../../top/dio-nic"]
}
files = ["dio_common_top.vhd", "dio_common_top_pkg.vhd"]
This diff is collapsed.
This diff is collapsed.
files = ["dio_etherbone_top.vhd", "dio_etherbone_top.ucf"]
modules = { "local" : [ "../dio-common",
"../../" ] }
This diff is collapsed.
This diff is collapsed.
files = ["dio_ext_nic_etherbone_top.vhd", "dio_ext_nic_etherbone_top.ucf"]
modules = { "local" : [ "../../" ] }
This diff is collapsed.
This diff is collapsed.
files = ["dio_nic_top.vhd", "dio_nic_top.ucf"]
modules = { "local" : [ "../dio-common",
"../../" ] }
This diff is collapsed.
This diff is collapsed.
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