⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 localize.sh

📁 spice中支持多层次元件模型仿真的可单独运行的插件源码
💻 SH
字号:
#! /bin/sh -##	This shell script calls spice binaries indirectly after setting#	some spice3-specific environment variables.  This way, you can#	change the organization of the directories containing spice3#	without re-compiling.##	To use these for the program "xxx", move the actual executable to #	"xxx.bin", and copy this script to "xxx" (be sure this script is#	executable).  Edit this script as necessary to set the listed#	variables.# Where the spice3 executable residesSPICE_EXEC_DIR=~cad/bin# Where spice3 support files resideSPICE_LIB_DIR=~cad/lib/spice3# For "rspice", the server name# SPICE_HOST=localhost# For mailing bugs# SPICE_BUGADDR=cad@localhost# Editor used by the "edit" command# SPICE_EDITOR=/usr/ucb/vi# Set to 1 if you want raw data files to be in ascii (to move across# different types of systems.# SPICE_ASCIIRAWFILE=0# The following will be set automatically to the values shown; if you want# to override these values, uncomment out the relevant line.## SPICE_NEWS=$(SPICE_LIB_DIR)/news# SPICE_MFBCAP=$(SPICE_LIB_DIR)/mfbcap# SPICE_HELP=$(SPICE_LIB_DIR)/helpdir# SPICE_SCRIPTS=$(SPICE_LIB_DIR)/scripts# SPICE_PATH=$(SPICE_EXEC_DIR)/spice3## Don't edit this line.exec $0.bin

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -