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

Update templage_regbank.vhd

parent 229786e3
Branches
No related tags found
No related merge requests found
#########
# Ignore
#########
# Emacs
#########
*.*~
*.*#
################
# Do NOT ingore
################
...@@ -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; 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