Code Coverage Reports
391 if(reset_n = '0') then
400 393 int_ifc_ad <= (others => '0');
400 396 int_ifc_c_be <= (others => '0');
400 399 int_ifc_par <= '0';
400 400 int_ifc_par64 <= '0';
401 elsif (clk = '1' and clk'EVENT) then
403 if(i2p_ad_ld = '1') then
268 404 int_ifc_ad <= i2p_ad;
1349 406 int_ifc_ad <= int_ifc_ad;
410 if(ism_cbe_ld = '1') then
276 411 int_ifc_c_be <= ini_c_be;
1341 413 int_ifc_c_be <= int_ifc_c_be;