版主: 51FPGA

分享到:
共3条 1/1 1   

求ise 11.1 约束文件的编写

    [您是本帖的第4239位阅读者]
nongguangze
我是GG
高级会员

最后登陆时间:2011-10-16 13:40:43

直达楼层
1# 发表于 2010-04-22 12:03:22

我是用的是xilinx  ise 11.1套件进行设计的。 前面的语法综合都没有问题。但到ucf文件时就出现如下问题:

我在Edit Constraints (text)输入以下代码:
NET "clk"  LOC="C9"|IOSTANDARD=LVTTL;
NET "reset" LOC="L13"|IOSTANDARD=LVTTL|pullup|DRIVE=2;


NET "LCD_rs" LOC="L18"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;
NET "LCD_rw" LOC="L17"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;
NET "LCD_e" LOC="M18"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;
NET "LCD_d<0>" LOC="R15"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;
NET "LCD_d<1>" LOC="R16"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;
NET "LCD_d<2>" LOC="P17"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;
NET "LCD_d<3>" LOC="M15"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;
NET "flash_oe" LOC="C18"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;
NET "flash_ce" LOC="D16"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;
NET "flash_we" LOC="D17"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;


但进行到Implement Design 时出现以下错误:
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(2): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(5): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(6): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(7): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(8): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(9): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(10): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(11): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(12): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(13): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.
WARNING:ConstraintSystem - In file: oklcd_ucf.ucf(14): Syntax error.  Ensure that the previous constraint specification was terminated with ';'.

麻烦哪位高手给指点一下,到底问题出现在哪里~~不胜感激!




关键词:约束    文件    编写    IOSTANDARD    LVTTL    

ze。

RE: 求ise 11.1 约束文件的编写

Jason_Zhang
我是GG
高级会员

最后登陆时间:2015-01-20 09:30:43

2# 发表于 2010-04-22 13:34:55
应该是语法错误或字符错误。
你用文本编辑器打开ucf文件看看

哥研究的不是寂寞,是DPD。

RE: 求ise 11.1 约束文件的编写

xiaohaha921815
我是MM
高级会员

最后登陆时间:2012-04-16 21:31:27

3# 发表于 2012-01-13 11:26:27
你将NET "LCD_rs" LOC="L18"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;改成
NET "LCD_rs"  LOC="L18"|IOSTANDARD=LVTTL|SLEW=SLOW|DRIVE=2;要在LOC前面加上空格就好了


笑哈哈。

共3条 1/1 1   
快速回复主题
  • 匿名不能发帖!请先 [ 登陆 注册 ]