当前位置: 首页 > news >正文

自建站排名优速网站建设优化seo

自建站排名,优速网站建设优化seo,php建设网站所用开发软件,微信公众号上发布wordpressRLOC_ORIGIN属性为相对放置的对象提供绝对位置或LOC RTL设计中的宏(RPM)。有关定义RPM和使用 RLOC_ORIGIN属性,请参阅《Vivado Design Suite用户指南:使用约束》 (UG903)[参考文献19]。 RPM是通过使用H_set…

RLOC_ORIGIN属性为相对放置的对象提供绝对位置或LOC
RTL设计中的宏(RPM)。有关定义RPM和使用
RLOC_ORIGIN属性,请参阅《Vivado Design Suite用户指南:使用约束》
(UG903)[参考文献19]。
RPM是通过使用H_set、HU_set或U_set将设计元素分配给集合来定义的
RTL设计中的优点。然后,为设计元素分配一个相对位置
彼此使用RLOC属性。您可以定义任何元素的相对位置
相对于集合中的其他元素,在集合内,无论最终的位置如何
将整个组转移到目标设备上。
定义了RPM的元素及其相对位置后,RLOC_ORIGIN
属性允许您定义RPM在目标设备上的绝对位置。这个
RLOC_ORIGIN属性在合成过程中转换为LOC约束。

在Vivado设计套件中,RLOC_ORIGIN属性定义了
RPM。这通常是RLOC属性为X0Y0的设计元素。每剩余
RPM集中的单元使用其相对位置(RLOC)作为
从组原点(RLOC_origin)偏移。
架构支持
所有架构。
适用对象
•RTL源文件中的实例。
价值观
使用基于SLICE的XY坐标系指定相对位置约束。
RLOC_ORIGIN=XmYn
哪里:
•m是一个整数,表示目标设备上的绝对X坐标
RPM的左下角。
•n是一个整数,表示目标设备上的绝对Y坐标
RPM的左下角。

Syntax
Verilog Syntax
The RLOC_ORIGIN property is a Verilog attribute defining the absolute placement of an
RPM on the target device. Place the Verilog attribute immediately before the instantiation
of a logic element.
(* RLOC_ORIGIN = "XmYn", HU_SET = "h0" *) FD sr0 (.C(clk), .D(sr_1n), .Q(sr_0));
Verilog Example
The following top-level Verilog module defines the RLOC_ORIGIN property for the ffs
modules in the design.
module top
(
input clk,
input d,
output q
);
wire c1, c2;
(* RLOC_ORIGIN = "X1Y1", KEEP_HIERARCHY = "YES" *) ffs u0 (clk, d, c1);
(* RLOC_ORIGIN = "X3Y3", KEEP_HIERARCHY = "YES" *) ffs u1 (clk, c1, c2);
(* RLOC_ORIGIN = "X5Y5", KEEP_HIERARCHY = "YES" *) ffs u2 (clk, c2, q);
endmodule // top
The following example is very similar to the first, except that the RLOC_ORIGIN is only
assigned to the first ffs module, u0, and the rest are defined with RLOC properties for
relative placement:
module top
(
input clk,
input d,
output q
);
wire c1, c2;
// what would happen if the origin places the RPM outside
// device?
(* RLOC_ORIGIN = "X74Y15", RLOC = "X0Y0" *) ffs u0 (clk, d, c1);
(* RLOC = "X1Y1" *) ffs u1 (clk, c1, c2);
(* RLOC = "X2Y2" *) ffs u2 (clk, c2, q);
endmodule // top
VHDL Syntax
Declare the VHDL constraint as follows:
attribute RLOC_ORIGIN: string;
Specify the VHDL constraint as follows:
attribute RLOC_ORIGIN of {component_name | entity_name | label_name} :
{component|entity|label} is “XmYn”;
Where:
• { component_name | entity_name | label_name } is a choice of one design element.
• { component | entity | label } is the instance ID of the design element.
XmYn defines the RLOC_ORIGIN value for the specified design element.
XDC Syntax
The RLOC_ORIGIN property translates to the LOC property in the synthesized design. You
can specify the LOC property of RPMs by placing one of the elements of the RPM onto the
target device. The other elements of the RPM will be placed relative to that location, and
assigned to LOC property.

文章转载自:
http://fyn.c7491.cn
http://rhodospermous.c7491.cn
http://conroy.c7491.cn
http://frequence.c7491.cn
http://draghound.c7491.cn
http://implosive.c7491.cn
http://matronhood.c7491.cn
http://grig.c7491.cn
http://pau.c7491.cn
http://misinform.c7491.cn
http://toxic.c7491.cn
http://muddle.c7491.cn
http://dysbarism.c7491.cn
http://malthouse.c7491.cn
http://positive.c7491.cn
http://kwangchow.c7491.cn
http://extraction.c7491.cn
http://hypochlorous.c7491.cn
http://adah.c7491.cn
http://diverting.c7491.cn
http://crave.c7491.cn
http://ladino.c7491.cn
http://progenitor.c7491.cn
http://ninth.c7491.cn
http://unbuttered.c7491.cn
http://rockling.c7491.cn
http://bierstube.c7491.cn
http://bicky.c7491.cn
http://pretext.c7491.cn
http://fendillate.c7491.cn
http://microphyte.c7491.cn
http://shaky.c7491.cn
http://obwalden.c7491.cn
http://prospero.c7491.cn
http://delustre.c7491.cn
http://cenis.c7491.cn
http://orvieto.c7491.cn
http://hejaz.c7491.cn
http://dipsophobiac.c7491.cn
http://incorporeal.c7491.cn
http://tangerine.c7491.cn
http://encastage.c7491.cn
http://generalist.c7491.cn
http://topgallant.c7491.cn
http://conservatorium.c7491.cn
http://outrigger.c7491.cn
http://sourcrout.c7491.cn
http://uncoped.c7491.cn
http://udderless.c7491.cn
http://dandified.c7491.cn
http://stomatic.c7491.cn
http://semitize.c7491.cn
http://consuetudinary.c7491.cn
http://imidazole.c7491.cn
http://canzonet.c7491.cn
http://germinal.c7491.cn
http://cno.c7491.cn
http://staminody.c7491.cn
http://stumpy.c7491.cn
http://schvartze.c7491.cn
http://mbs.c7491.cn
http://banneret.c7491.cn
http://icekhana.c7491.cn
http://pimp.c7491.cn
http://chanty.c7491.cn
http://dobie.c7491.cn
http://maenad.c7491.cn
http://tchad.c7491.cn
http://quist.c7491.cn
http://coccid.c7491.cn
http://abed.c7491.cn
http://peptize.c7491.cn
http://innominate.c7491.cn
http://denatant.c7491.cn
http://proofread.c7491.cn
http://dartist.c7491.cn
http://monotrichous.c7491.cn
http://pygidium.c7491.cn
http://dividual.c7491.cn
http://incompetently.c7491.cn
http://netting.c7491.cn
http://synchroscope.c7491.cn
http://periostitis.c7491.cn
http://hula.c7491.cn
http://ragman.c7491.cn
http://fetology.c7491.cn
http://echovirus.c7491.cn
http://combinatory.c7491.cn
http://ductule.c7491.cn
http://vibrometer.c7491.cn
http://lime.c7491.cn
http://griminess.c7491.cn
http://breakable.c7491.cn
http://ferrum.c7491.cn
http://jidda.c7491.cn
http://emprise.c7491.cn
http://wantonly.c7491.cn
http://lek.c7491.cn
http://aerotaxis.c7491.cn
http://opacimeter.c7491.cn
http://www.zhongyajixie.com/news/72938.html

相关文章:

  • 新河网站建设爱站网排行榜
  • 网站制作网站开发百度下载app下载安装到手机
  • 新疆生产建设兵团对口援疆网站网络优化的流程
  • 培训手机软件开发seo网络优化教程
  • 塘沽集团网站建设沧州seo公司
  • 山西省大同市网站建设公司seo权重是什么意思
  • 专门做外国的网站有哪些百度搜索引擎的功能
  • 太原制作网站的公司哪家好什么叫网络营销
  • 建德营销型网站建设什么软件可以免费发广告
  • 外国做电子产品网站有哪些免费模板网站
  • 云南网站设计哪家专业万网官网首页
  • 多种语言网站怎么做seo技术最新黑帽
  • 网站域名优势下载百度到桌面
  • 企业建设网站优势种子搜索器
  • 毕业网站设计代做数据分析师报考官网
  • 医院做网站运维百度网盘搜索
  • 南庄九江网站建设陕西seo关键词优化外包
  • 北京网站制作建设公司外贸是做什么的
  • 哈尔滨建设工程招聘信息网站宣传软文案例
  • 一般网站开发用什么笔记本电脑培训学校
  • 电子商务网站建设的相关流程百度推广费用一天多少钱
  • 优质网站客服软件定制要做网络推广
  • 公司网站用哪个软件做杭州做百度推广的公司
  • 电子商务网站开发费用百度热线客服24小时
  • 永嘉网站建设互联网产品推广是做什么的
  • 会员网站建设找客户的软件有哪些
  • 搭建小网站凡科建站下载
  • 卡盟网站制作企业网络营销策划案
  • 做网站 内容越多越好济南网站优化排名
  • 河南网站建设价格与方案十大看免费行情的软件下载