mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Found the first issue. the axi clock converter was stuck in reset because the polarity was reversed.
This commit is contained in:
parent
bb4ebd9b61
commit
d783456746
@ -354,7 +354,7 @@ module fpgaTop
|
||||
.s_axi_rready(m_axi_rready),
|
||||
|
||||
.m_axi_aclk(BUSCLK),
|
||||
.m_axi_aresetn(~resetn),
|
||||
.m_axi_aresetn(resetn),
|
||||
.m_axi_awid(BUS_axi_awid),
|
||||
.m_axi_awlen(BUS_axi_awlen),
|
||||
.m_axi_awsize(BUS_axi_awsize),
|
||||
|
Loading…
Reference in New Issue
Block a user