*** cpu_system_sdram_phy_alt_mem_phy.v~ 2012-12-20 14:12:41.000000000 -0800 --- cpu_system_sdram_phy_alt_mem_phy.v 2013-01-09 14:32:30.000000000 -0800 *************** *** 2960,2970 **** // Mimic path uses single-ended buffer, as this is the SII scheme : arriaii_io_ibuf fb_clk_ibuf( .i (mem_clk[0]), ! // synopsys translate_off ! .ibar(), ! // synopsys translate_on .o (fb_clk) ); --- 2960,2969 ---- // Mimic path uses single-ended buffer, as this is the SII scheme : + // KV: SII must stand for Stupid Idiot Interference arriaii_io_ibuf fb_clk_ibuf( .i (mem_clk[0]), ! .ibar (mem_clk_n[0]), .o (fb_clk) );