diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/fp_add.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/fp_add.sv b/rtl/gfx/fp_add.sv index e8e0c5f..b49a8aa 100644 --- a/rtl/gfx/fp_add.sv +++ b/rtl/gfx/fp_add.sv @@ -23,7 +23,7 @@ module fp_add integer i; - always @(posedge clk) + always_ff @(posedge clk) if (!stall) begin a_pipeline[0] <= a; b_pipeline[0] <= b; |
