diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/gfx_pipeline_flow.sv (renamed from rtl/gfx/pipeline_flow.sv) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/gfx/pipeline_flow.sv b/rtl/gfx/gfx_pipeline_flow.sv index 64b5714..9b3f22a 100644 --- a/rtl/gfx/pipeline_flow.sv +++ b/rtl/gfx/gfx_pipeline_flow.sv @@ -1,4 +1,4 @@ -module pipeline_flow +module gfx_pipeline_flow #(parameter STAGES=0) ( input logic clk, @@ -14,7 +14,7 @@ module pipeline_flow logic[STAGES - 1:0] valid; - skid_flow skid + gfx_skid_flow skid ( .in_valid(valid[STAGES - 1]), .* |
