Skip to content
Snippets Groups Projects
Commit d47775f0 authored by joachim.schmidt's avatar joachim.schmidt
Browse files

Updated HDL template

parent 6c51bd78
Branches main
No related tags found
No related merge requests found
{ {
"config" : { "config" : {
"entity_name" : "scalp_fast_router_registers", "entity_name" : "scalp_fast_router_registers",
"entity_version" : "1.4", "entity_version" : "1.6",
"entity_reg_io_access" : true, "entity_reg_io_access" : true,
"block_name" : "ScalpFastRouterRegisters", "block_name" : "ScalpFastRouterRegisters",
"bd_name" : "/scalp_axi4lite_0/SAXILitexDIO", "bd_name" : "/scalp_axi4lite_0/SAXILitexDIO",
...@@ -123,7 +123,26 @@ ...@@ -123,7 +123,26 @@
}, },
{ {
"register_status_active" : true, "register_status_active" : true,
"register_name" : "QoSDMAInitOcpCtrl", "register_name" : "QoSDMAInitSetOcpCtrl",
"register_size" : "32",
"register_type" : "ocp",
"register_access_mode" : "wo",
"register_multifield" : true,
"register_initial_value" : 0,
"register_fields" : {
"NORTH" : 1,
"EAST" : 1,
"SOUTH" : 1,
"WEST" : 1,
"TOP" : 1,
"BOTTOM" : 1,
"LOCAL" : 1,
"RESERVED" : 25
}
},
{
"register_status_active" : true,
"register_name" : "QoSDMAInitClrOcpCtrl",
"register_size" : "32", "register_size" : "32",
"register_type" : "ocp", "register_type" : "ocp",
"register_access_mode" : "wo", "register_access_mode" : "wo",
......
...@@ -129,7 +129,7 @@ begin ...@@ -129,7 +129,7 @@ begin
SAxiBValidxAS : SAxiBValidxSO <= SAxiBValidxS; SAxiBValidxAS : SAxiBValidxSO <= SAxiBValidxS;
SAxiWReadyxAS : SAxiWReadyxSO <= SAxiWReadyxS; SAxiWReadyxAS : SAxiWReadyxSO <= SAxiWReadyxS;
SAxiAWReadyxAS : SAxiAWReadyxSO <= SAxiAWReadyxS; SAxiAWReadyxAS : SAxiAWReadyxSO <= SAxiAWReadyxS;
WrValidxAS : WrValidxS <= SAxiWValidxSI and not SAxiAWValidxSI;; WrValidxAS : WrValidxS <= SAxiWValidxSI and not SAxiAWValidxSI;
WrDataxAS : WrDataxD <= SAxiWDataxDI; WrDataxAS : WrDataxD <= SAxiWDataxDI;
WrAddrOutxAS : WrAddrxD <= WrAddrxDP; WrAddrOutxAS : WrAddrxD <= WrAddrxDP;
WrAddrxAS : WrAddrxDN((C_AXI4_ADDR_SIZE - 1) downto 0) <= SAxiAWAddrxDI((C_AXI4_ADDR_SIZE - 1) downto 0) when WrAddrxAS : WrAddrxDN((C_AXI4_ADDR_SIZE - 1) downto 0) <= SAxiAWAddrxDI((C_AXI4_ADDR_SIZE - 1) downto 0) when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment