diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-31 17:52:27 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-02 22:20:23 -0600 |
| commit | 814eb9d024a928380815a8a830eee3b86d71cf75 (patch) | |
| tree | 3fe80bd9dd5aabe1d944fe24935d2f2c2fb239e3 /rtl/gfx/fp_add.sv | |
| parent | eed877444f9af85d6e4596853d8f188e61f6c4ed (diff) | |
ip: add ip_fp_inv
Diffstat (limited to 'rtl/gfx/fp_add.sv')
| -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; |
