Skip to content

Commit

Permalink
axi_atop_filter: 🎨 Fix typo in comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Florian Zaruba <[email protected]>
  • Loading branch information
andreaskurth and zarubaf authored Mar 9, 2020
1 parent 205f11f commit 4a29bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axi_atop_filter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module axi_atop_filter #(
r_resp_cmd_push_valid, r_resp_cmd_push_ready,
r_resp_cmd_pop_valid, r_resp_cmd_pop_ready;

// A AW without a complete W burst is in-flight downstream if the W counter is > 0 and not
// An AW without a complete W burst is in-flight downstream if the W counter is > 0 and not
// overflowed.
assign aw_without_complete_w_downstream = !w_cnt_q[COUNTER_WIDTH] && (w_cnt_q > 0);
// A complete W burst without AW is in-flight downstream if the W counter is -1.
Expand Down

0 comments on commit 4a29bf8

Please sign in to comment.