
工程里的这个文件事怎么建立的?
set_global_assignment -name IP_TOOL_NAME "ROM: 1-PORT"
set_global_assignment -name IP_TOOL_VERSION "9.0"
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "rom.v"]
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "rom.bsf"]
这些是怎么编写的,看不懂?
rom.v这个文件也是看不懂呀?