zoukankan      html  css  js  c++  java
  • [ Virtuoso ] Batch 模式

    https://www.cnblogs.com/yeungchie/

    Batch 模式

    virtuoso -nograph -replay script.il -log ~/LOG/CDS.log
    

    Help

    virtuoso usage:
      [-help | -h | -H]	Displays this message.
      [-V]			Provides Cadence release version.
      [-W]			Provides Cadence release subversion.
      [-log logfileName]	Logs session to logfileName.
      [-nocdsinit]		Skip reading the cdsinit file.
      [-noblink]		Turn off blinking.
      [-45]			Enhanced drawing of 45 degree diagonal lines.
      [-noxshm]		Prevents use of X Shared Memory Access.
      [-nograph]		Starts software in non-graphical mode.
    			Should only use this option to replay logfiles
    			that have been created interactively.
      [-nographE]		Emulate non-graphical mode.
    			Uses the default display or that specified with the
    			-display command line option, but otherwise is similar
    			to the -nograph option.  Note that windows and forms
    			will be drawn on the display specified.  Nograph
    			emulation can also be invoked by defining the
    			environment variable CDS_NOGRAPH_DISPLAY to specify
    			the display along with the -nograph command line option
    			or this option.
      [-replay inputLog]	Specifies the log file to replay.
      [-restore fileName]	Specifies the session file to restore.
    
  • 相关阅读:
    基于Linux的v4l2视频架构驱动编写
    eclipse中的快捷键
    单例模式
    Java集合之LinkedHashMap
    Java集合之HashMap
    Java集合之LinkedList
    Java集合之ArrayList
    Java垃圾回收机制
    JVM的内存区域划分
    Java并发编程:Thread类的使用
  • 原文地址:https://www.cnblogs.com/yeungchie/p/14933216.html
Copyright © 2011-2022 走看看