g_sim_type:NATURAL:=2;-- 0 = Increment, 1 = Increment over the maximum, 2 = Decrease, 3 = Decrease over the minimum
g_in_dat_w:POSITIVE:=8;-- Width of the incoming data.
g_fs_offset_w:POSITIVE:=10;-- Width of the offset of the linear coefficient
g_accu_w:POSITIVE:=31;-- Width of the accumulation register
g_fs_step_w:POSITIVE:=17;-- Width of the step of the linear coefficient
g_nof_channels:POSITIVE:=4;-- Number of serial channels for which the fringe stopping must be applied uniquely
g_phasor_w:POSITIVE:=9;-- Width of the phasor values in the lookup table
g_bf_weights_file_name:STRING:="../../../src/hex/weights";-- "UNUSED" or relative path to e.g. the bf/build/data/weights hex file for adr_w=8 and dat_w=32