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

  • 相关阅读:
    UPC12617 卡片
    mcmf的dijkstra板子(来自PHY学长)
    UPC9630 Mad Veterinarian
    UPC8173【 哈希和哈希表】Three Friends
    UPC9655 Plug It In!
    UPC8428 网格VI
    UPC4248【数论】数字迷阵
    UPC4247【数论】普通递归关系
    SPOJ
    hdu 5992 Finding Hotels (kdTree)
  • 原文地址:https://www.cnblogs.com/air-of-code/p/10240868.html
Copyright © 2011-2022 走看看