xilinxFPGA在调用ip核时,顶层模块调用后综合成功,-查字典问答网
分类选择

来自柴苍修的问题

  xilinxFPGA在调用ip核时,顶层模块调用后综合成功,但是implement时,map出问题总,怎么解决ERROR:Place:1206-Thisdesigncontainsaglobalbufferinstance,,drivingthenet,,thatisdrivingthefollowing(first30)non-clocksource

  xilinxFPGA在调用ip核时,顶层模块调用后综合成功,但是implement时,map出问题总,怎么解决

  ERROR:Place:1206-Thisdesigncontainsaglobalbufferinstance,

  ,drivingthenet,,thatisdrivingthe

  following(first30)non-clocksourcepinsoffchip.

  Thisdesignpractice,inSpartan-6,canleadtoanunroutablesituationdue

  tolimitationsintheglobalrouting.Ifthedesigndoesroutetheremaybe

  excessivedelayorskewonthisnet.ItisrecommendedtouseaClock

  Forwardingtechniquetocreateareliableandrepeatablelowskewsolution:

  instantiateanODDR2component;tiethe.D0pintoLogic1;tiethe.D1pinto

  Logic0;tietheclocknettobeforwardedto.C0;tietheinvertedclockto

  .C1.Ifyouwishtooverridethisrecommendation,youmayusethe

  CLOCK_DEDICATED_ROUTEconstraint(givenbelow)inthe.ucffiletodemote

  thismessagetoaWARNINGandallowyourdesigntocontinue.Althoughthenet

  maystillnotroute,youwillbeabletoanalyzethefailureinFPGA_Editor.

  ERROR:Place:1136-Thisdesigncontainsaglobalbufferinstance,

  ,drivingthenet,,thatisdrivingthe

  following(first30)non-clocksourcepins.

  ThisisnotarecommendeddesignpracticeinSpartan-6duetolimitationsin

  theglobalroutingthatmaycauseexcessivedelay,skeworunroutable

  situations.ItisrecommendedtoonlyuseaBUFGresourcetodriveclock

  loads.Ifyouwishtooverridethisrecommendation,youmayusethe

  CLOCK_DEDICATED_ROUTEconstraint(givenbelow)inthe.ucffiletodemote

  thismessagetoaWARNINGandallowyourdesigntocontinue.

  ERROR:Pack:1654-Thetiming-drivenplacementphaseencounteredanerror.

1回答
2020-12-0904:23
我要回答
提示:回答问题需要登录哦!
郭慧鹏

  ,drivingthenet,,thatisdrivingthe

  following(first30)non-clocksourcepinsoffchip.

  CLK75MhZ/clkout1_buf是全局时钟布线,驱动一个向外输出的时钟引脚,因为该输出时钟引用啦全局时钟布线,故会选择芯片专用时钟输出引脚进行适配,如果这个被分配的引脚是普通IO就会造成适配失败.

  可以把这个时钟改到专用时钟引脚,

  也可以不用全局时钟走线.Ifyouwishtooverridethisrecommendation,youmayusethe

  CLOCK_DEDICATED_ROUTEconstraint(givenbelow)inthe.ucffiletodemote

  thismessagetoaWARNINGandallowyourdesigntocontinue.

  在UCF文件中加入:NET"CLK75MhZ"CLOCK_DEDICATED_ROUTE=FALSE

  不使用全局时钟布线.

2020-12-09 04:25:55
大家都在问
最新问答