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

First step for AddressSpace handled by fwk

* Rename the RDL file, and the addrmap name to match the module name.
* Add addAddressSpace that gives the RDL file path.
parent 3cd93067
No related branches found
No related tags found
No related merge requests found
`include "COMBPM.vh" // Auto generated from FWK
addrmap COMBPM {
addrmap combpm_ctrl {
desyrdl_generate_hdl = true;
desyrdl_interface = "AXI4L";
name="BPM protocol decoder controller";
......
......@@ -23,6 +23,8 @@ proc setSources {} {
# ==============================================================================
proc setAddressSpace {} {
variable AddressSpace
addAddressSpace AddressSpace "COMBPM" RDL {} ../rdl/COMBPM.rdl
}
# ==============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment