Skip to content

Commit

Permalink
assign: Remove atops from flat assigns
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Sep 27, 2022
1 parent d4a940f commit 88d52b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/axi/assign.svh
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@
assign m_axi_``pat``_awprot = req.aw.prot; \
assign m_axi_``pat``_awqos = req.aw.qos; \
assign m_axi_``pat``_awregion = req.aw.region; \
// assign m_axi_``pat``_awatop = req.aw.atop; \
assign m_axi_``pat``_awuser = req.aw.user; \
\
assign m_axi_``pat``_wvalid = req.w_valid; \
Expand Down Expand Up @@ -610,7 +609,6 @@
assign req.aw.prot = s_axi_``pat``_awprot; \
assign req.aw.qos = s_axi_``pat``_awqos; \
assign req.aw.region = s_axi_``pat``_awregion; \
assign req.aw.atop = '0; \
assign req.aw.user = s_axi_``pat``_awuser; \
\
assign req.w_valid = s_axi_``pat``_wvalid; \
Expand Down

0 comments on commit 88d52b1

Please sign in to comment.