Resolve L2SDP-667
2 unresolved threads
2 unresolved threads
Closes L2SDP-667
Merge request reports
Activity
Filter activity
requested review from @walle
assigned to @wee
36 USE tech_ddr_lib.tech_ddr_pkg.ALL; 37 38 39 ENTITY ddrctrl_controller IS 40 GENERIC ( 41 g_tech_ddr : t_c_tech_ddr; 42 g_stop_percentage : NATURAL := 50 43 ); 44 PORT ( 45 clk : IN STD_LOGIC; 46 rst : IN STD_LOGIC; 47 48 -- ddrctrl_input 49 out_of : IN NATURAL; 50 out_sosi : IN t_dp_sosi; 51 out_adr : IN NATURAL; changed this line in version 2 of the diff
138 161 test_running <= '0'; 139 162 wr_not_rd <= '0'; 140 163 164 mentioned in commit 36562913
Please register or sign in to reply