Skip to content

Commit

Permalink
SGFSM: Moved register declarations to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipCPU committed Nov 30, 2021
1 parent 88cd577 commit 816851c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtl/axisgfsm.v
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ module axisgfsm #(
reg dma_err, dma_abort, dma_done, dma_busy, dma_starting,
dma_aborting;
reg [59:0] r_pf_pc;
reg dma_op_complete, dma_terminate;

// }}}

////////////////////////////////////////////////////////////////////////
Expand All @@ -197,8 +199,6 @@ module axisgfsm #(
//
//

reg dma_op_complete, dma_terminate;

// o_pf_ready
// {{{
always @(*)
Expand Down

0 comments on commit 816851c

Please sign in to comment.