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