写一个顶层模块B,B模块中只包含输入输出和例化模块A。模块(module)前面加上 // XST black box declaration // box_type "black_box" // synthesis attribute box_type of sdram_top is "black_box" 。在例化模块A时,前面加上// synthesis translate_off,例化完后加上// synthesis translate_on