Skip to content
Snippets Groups Projects
Commit 344ef98e authored by BRONES Romain's avatar BRONES Romain
Browse files

Correction on addressmap and RDL

parent d66d1064
Branches
Tags 1.0.0
No related merge requests found
`include "comcellnode.vh" // Auto generated by FWK
addrmap COMCELLNODE { addrmap COMCELLNODE {
......
addrmap xil_ethsubsyst { addrmap xil_ethsubsyst {
desyrdl_generate_hdl = false;
desyrdl_interface = "AXI4L";
//=================== //===================
reg { reg {
field { field {
......
...@@ -30,7 +30,7 @@ proc setSources {} { ...@@ -30,7 +30,7 @@ proc setSources {} {
proc setAddressSpace {} { proc setAddressSpace {} {
variable AddressSpace variable AddressSpace
addAddressSpace AddressSpace "COMCELLNODE" RDL {} ../rdl/comcellnode.rdl addAddressSpace AddressSpace "COMCELLNODE" RDL {} ../rdl/comcellnode.rdl
addAddressSpace AddressSpace "xil_ethsubsyst" RDL {} ../rdl/xil_ethsubsyst.rdl addAddressSpace AddressSpace "xil_ethsubsyst" RDL {} ../rdl/xilinx_ethsubsyst.rdl
} }
# ============================================================================== # ==============================================================================
...@@ -45,8 +45,9 @@ proc doOnCreate {} { ...@@ -45,8 +45,9 @@ proc doOnCreate {} {
set_property part ${fpga_part} [current_project] set_property part ${fpga_part} [current_project]
set_property target_language VHDL [current_project] set_property target_language VHDL [current_project]
# Create GT wizard IP #
source ../tcl/combpm_gtwizard.tcl source ../tcl/generate_ethernet.tcl
source ../tcl/generate_axisinterco.tcl
} }
# ============================================================================== # ==============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment