Resolve L2SDP-115
1 unresolved thread
1 unresolved thread
Closes L2SDP-115
Merge request reports
Activity
48 49 CONSTANT c_mm_clk_period : TIME := 20 ns; 50 CONSTANT c_dp_clk_period : TIME := 10 ns; 51 CONSTANT c_cross_clock_domain_latency : NATURAL := 20; 52 53 CONSTANT c_complex_data : BOOLEAN := TRUE; 54 CONSTANT c_complex_gain : BOOLEAN := FALSE; 55 CONSTANT c_gain_w : NATURAL := 8; 56 CONSTANT c_in_dat_w : NATURAL := 9; 57 CONSTANT c_in_length : INTEGER := 2**(c_in_dat_w-3)-1; -- Expected sosi does not take clipping into account 58 CONSTANT c_in_max : INTEGER := 2**(c_in_dat_w-3)-1; 59 CONSTANT c_in_min : INTEGER := -2**(c_in_dat_w-3); 60 CONSTANT c_out_dat_w : NATURAL := c_in_dat_w; -- skip double sign bit and assume complex gain amplitude <= 1 61 cONSTANT c_lsb_w : NATURAL := 1; 62 63 CONSTANT c_gain_re : INTEGER := 2**2; changed this line in version 2 of the diff
mentioned in commit 53cd1386
Please register or sign in to reply