欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PPT文档下载
    分享到微信 分享到微博 分享到QQ空间

    Asynchronous Design Using Commercial HDL Synthesis Tools.ppt

    • 资源ID:378676       资源大小:697KB        全文页数:40页
    • 资源格式: PPT        下载积分:2000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要2000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    Asynchronous Design Using Commercial HDL Synthesis Tools.ppt

    1、Asynchronous Design Using Commercial HDL Synthesis Tools,Michiel Ligthart Karl Fant Ross Smith Alexander Taubin Alex Kondratyev,Outline,Added Value of NCL - Simplification of design Canonical form of gates - The key for optimization NCL in CAD flow. An example Validation of optimization Experimental

    2、 results Conclusion and future work,Outline,Added Value of NCL - Simplification of design Canonical form of gates - The key for optimization NCL in CAD flow. An example Validation of optimization Experimental results Conclusion and future work,Potential NCL Advantages,Outline,Added Value of NCL - Si

    3、mplification of design Canonical form of gates - The key for optimization NCL in CAD flow. An example Validation of optimization Experimental results Conclusion and future work,NULL,Data Communication Based on DI Encoding,Completion detection,Combinational circuitry,Request for DATA/NULL,DI protocol

    4、 with spacer (NULL) NULL propagation / NULL acknowledge Data propagation / Data acknowledge,Register,Register,DATA,NCL: Pushing Two-phase Behavior Down to the Level of Each Gate,NCL: Pushing Two-phase Behavior Down to the Level of Each Gate,Gate output acknowledges input changes Simplest DI encoding

    5、 - dual-rail Sims58,General Implementation of Hysteresis Gates in CMOS,Refined Implementation of NCL Hysteresis Gates in CMOS,Reset of each individual gate scales up to the whole network,Family of Logic Gates,z=ab+ac+bc+z(a+b+c),The gate switchesto data when M inputs are datato NULL when all inputs

    6、are NULLIt is possible to use “negative logic” reversing pull-up and pull-down networks,a,b,b,b,c,c,a,a,z,Example: 2-of-3 Threshold Gate with Hysteresis,c,Outline,Added Value of NCL - Simplification of design Canonical form of gates - The key for optimization NCL in CAD flow. An example Validation o

    7、f optimization Experimental results Conclusion and future work,RTL Design Flow Combinational Optimization,Separate combinational logic and registers,Request for data/null,reset,Combi-national process,Request for data/null,Sequential process,NCL library,VHDL,Generic library,Synthesis,Synthesis,Step 1

    8、. Translate HDL into “synchronous” netlist,Step 2.Convert intermediate netlist into NCL netlist,Two-Step Synthesis Flow(Using Synopsys Design Compiler),RTL description (MUX),entity testinput a,b,s : ncl_logic;output z : ncl_logic; architecture process (a, b, s) is beginif s = 1 then z = a;elsez = b;

    9、end if; end process;,a,b,s,z,Input to Step 1: RTL Description (Multiplexer Example),MUX Example: Output of Step 1 / Input to Step 2: Intermediate Netlist,a,s,b,x,y,z,Two input NAND gates,Dual-rail Package,Define typetype dual_rail_logic is recordrail1 : std_logic ;rail0 : std_logic ; end record;,Opt

    10、imizing with Design Compiler,Dual-rail expansion Two phases (set and reset) are separated Set phase ensures circuit functionality Reset phase is implied Optimizations are applied to the set phase,Dual-rail Expansion of MUX,a,s,b,x,y,z,Naive semi-static DIMS implementation 114 transistors (can be red

    11、uced to 63 transistors by merging C-elements with OR-gates) versus 14 for a synchronous circuit,b.f,a.t,b.t,D-R,NAND,D-R,NAND,D-R,NAND,x.t,s.f,a.f,x.f,y.t,y.f,z.t,z.f,s.t,“Images”-Boolean Gates Implementing Set Functions,In the initial state: z=a=b=c=0,Image of Dual-rail NAND Gate,out.t,out.f,C,C,C,

    12、C,a.t,b.t,a.f,b.f,D-R,NAND,a.t,a.f,b.t,b.f,out.t,out.f,Image of Dual-rail NAND Gate,out.t,out.f,a.t,b.t,a.f,b.f,Dual-rail Expansion for MUX,b.f,a.t,b.t,x.t,s.f,a.f,x.f,y.t,y.f,z.t,z.f,s.t,Twelve 2-input C-gates & Three 3-input OR-gates,Image Circuit of Dual-rail Expansion for MUX,b.f,a.t,b.t,x.t,s.f

    13、,a.f,x.f,y.t,y.f,z.t,z.f,s.t,Optimized with Design Compiler,MUX circuit passes technology independent optimization and is mapped to “images” of gates from NCL library.,Technology Mapping with Design Compiler,NCL circuit: images are replaced by gates with hysteresis,44 transistors - 30% better than o

    14、ptimized DIMS,Outline,Added Value of NCL - Simplification of design Canonical form of gates - The key for optimization NCL in CAD flow. An example Validation of optimization Experimental results Conclusion and future work,Optimization Flow,Boolean circuit,Dual-rail image,translation,Optimized circui

    15、t,optimization,Mapped to images,tech.mapping,Synchronous,Validation of Optimization,The validity of transformations (DI equivalence) is based on two properties:Functional equivalence of optimized and original circuits (under two-phase operation)Maintenance of DI properties in optimized circuit,Both

    16、are based on the properties of prime and irredundant networks and properties of algebraic factorization Brayton90, Hachtel92,Validation of Optimization: Idea of the Proof,Outline,Added Value of NCL - Simplification of design Canonical form of gates - The key for optimization NCL in CAD flow. An exam

    17、ple Validation of optimization Experimental results Conclusion and future work,Manual vs. Synthesized Designs,Area (transistor number),For bigger circuits Synthesis/Manual ratio is better (22% improvement for biggest example),Synchronous vs. NCL design,gates,transistors,Penalty in transistors:,Dual-

    18、rail implementation Effective delay-insensitivity,To reduce transistor count:,Use four-rail encoding Improve architectural solutions: e.g., OR instead MUX Compromise delay insensitivity,Outline,Added Value of NCL - Simplification of design Canonical form of gates - The key for optimization NCL in CA

    19、D flow. An example Validation of optimization Experimental results Conclusion and future work,Conclusions,First methodology to use standard HDL and commercial tools both to simulate and synthesize asynchronous circuits The methodology is formally validated The results of the synthesis are acceptable

    20、,Future Tasks,Reduce area/power without losing delay insensitivity (e.g., four-rail design) Relax DI requirements to reduce area (e.g., using timing assumptions)Use peephole optimizations (e.g., merge gates used for registration with their input gates etc.) Write DesignWare components to get better

    21、performance for arithmetic units (infer hand designed components),Completion detection (request signal),Inverter (acknowledgement signal),Structural View on Sequential NCL,Propagation of DATA/NULL through orphans is not acked by output,Orphans are:,more local than fundamental mode assumption (concern particular paths),safer than isochronic forks (compare wire delays to cycle time),2NCL Delay-sensitivity: Orphans,Full adder,do not cross the completion boundaries,could be avoided by adding observability points,Orphans (continued),


    注意事项

    本文(Asynchronous Design Using Commercial HDL Synthesis Tools.ppt)为本站会员(王申宇)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开