首先
first
import design from file is different from import design from library
前者 take design compile to ram, then last take design compile to library
default lib is "work"
做成批处理的方式导入 import file mode
/************
debussy -f xxx.f
or
debusssy -vhdl -f xxx.f
*********************/
caustion: if use mixed-language design should use import library
/**************
vericom -inc -f run.f
debussy -lib work -top xxx(top 文件)
then
vhdlcom 93 -f run.f
debussy -lib work -top XXX
***********************/