zoukankan      html  css  js  c++  java
  • irun vcs option

    irun:

    -input dump.tcl

    -sv compile by sv source 

    ---恢复内容结束---

    +acess+wrc

    -timescale

    dump.tcl

    fsdbDumpfile “”

    fsdbDumpvars [depth] [var]

    fsdbDumpflush;

    $fsdbAutoSwitchDumpfile(300,"./test_top.fsdb",40);

    $fsdbDumpvarsToFile("dump.list");

    //dump.tcl for vcs

    fsdbDumpfile "filename"

    fsdbDumpvars 

    run

    exit

    run

    fsdbDumpMDA

    vcs 

    -y  search library directory 

    +libext+extention

    -v search library file

    For TCL 

    set env(MY_VAR)  Modification.

    set  var                $env(MY_VAR)  read the env var

    For synthesis

    muticycle 

    1: -end   indicate launch point is fixed, and move clock counts on the sampling clock by clock; used to fast clock sampling the slow clock

    set_multicycle_path -setup 3 -end -from clk1 -to clk2

    set_multicycle_path -hold   2 -start -from clk1 -to clk2

    2: -start indicate sampling point fixed, and move clock counts on the driving clock by clock; used to slow clock sampling the fast clock

    set_multicycle_path -setup 3 -start -from clk1 -to clk2
    set_multicycle_path -hold   2 -start -from clk1 -to clk2

    https://www.cnblogs.com/IClearner/p/6618992.html

     

     

    vdCov -covdir mergedir_new.vdb/ &

    urg -dir ./simv.vdb -dbname mergedir/merged

  • 相关阅读:
    ubuntu 安裝QQ ,WEIXIN,百度WP等
    深度学习基础--Bottleneck(瓶颈) Architectures
    sql 函数
    线性回归
    二元逻辑回归
    参数检验
    DrawFrameControl 绘制标准控件
    SetProcessWorkingSetSize 降低程序运行内存
    【转载】VC IME 通信
    【转载】EmptyWorkingSet 程序运行内存整清理
  • 原文地址:https://www.cnblogs.com/air-of-code/p/10240868.html
Copyright © 2011-2022 走看看