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

Rename for addrmap

parent b9c1a94b
Branches
Tags
No related merge requests found
`include "COMCELLNODE.vh"
addrmap COMCELLNODE {
desyrdl_generate_hdl = true;
desyrdl_interface = "AXI4L";
xil_ethsubsyst ETH @0x1000;
xilinx_ethsubsyst ETH @0x1000;
// MAC address
reg {
......
addrmap xil_ethsubsyst {
addrmap xilinx_ethsubsyst {
desyrdl_generate_hdl = false;
desyrdl_interface = "AXI4L";
......
......@@ -30,7 +30,7 @@ proc setSources {} {
proc setAddressSpace {} {
variable AddressSpace
addAddressSpace AddressSpace "COMCELLNODE" RDL {} ../rdl/comcellnode.rdl
addAddressSpace AddressSpace "xil_ethsubsyst" RDL {} ../rdl/xilinx_ethsubsyst.rdl
addAddressSpace AddressSpace "xilinx_ethsubsyst" RDL {} ../rdl/xilinx_ethsubsyst.rdl
}
# ==============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment