From 814eb9d024a928380815a8a830eee3b86d71cf75 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 31 Oct 2023 17:52:27 -0600 Subject: ip: add ip_fp_inv --- rtl/gfx/fp_mul.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/fp_mul.sv') 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; -- cgit v1.2.3