Skip to content

Commit

Permalink
Use an additional pipeline stage on the FOFB ACC gain multiplication
Browse files Browse the repository at this point in the history
Makes timing closure easier.
  • Loading branch information
augustofg committed Apr 23, 2024
1 parent a0e91be commit f4fbc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdl/top/afc_ref_design_gen/afc_ref_fofb_ctrl_gen.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ generic (
-- Dot product accumulator pipeline stages
g_FOFB_DOT_PROD_ACC_PIPELINE_STAGES : natural := 2;
-- Gain multiplication pipeline stages
g_FOFB_ACC_GAIN_MUL_PIPELINE_STAGES : natural := 2
g_FOFB_ACC_GAIN_MUL_PIPELINE_STAGES : natural := 3
);
port (
---------------------------------------------------------------------------
Expand Down

0 comments on commit f4fbc4c

Please sign in to comment.