上传者: feitianchunge
|
上传时间: 2019-12-21 19:43:45
|
文件大小: 16KB
|
文件类型: v
写一个顶层模块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