Download List

프로젝트 설명

Pyspice is an easily extendable SPICE pre-processor written in Python to reduce simulation times with little loss in accuracy. It was inspired by John Sheahan's spicepp and developed as a modular and extensible method of pre-processing netlists. Primarily, it has been used to reduce netlists from the output of layout extraction tools. It combines parallel MOSFETs and capacitors, and optionally drops small capacitors. Planned improvements include a hierarchical namespace (e.g. .subckt/.ends and .alter blocks), more devices, and .include/.model support. Unlike other pre-processors, comments and blank lines are preserved in their relative positions. This keeps the output netlist readable for subsequent editing or processing.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-11 20:24 Back to release list
0.2

이 릴리스 (를 통해) 모든 요소를 처리하는 형식의 패스를 최소한 기본적으로 포함되어있습니다. 클래스의 구조 레오 ()에 변경되었습니다 : 거기에 일반적인 특성을 포함하는 기본 클래스, 그리고 요소는 클래스의 특정 동작을 정의합니다. 이 버전은 모든 Netlist 오직 터치와 함께 작동합니다 남의와 C의. 작업 클래스 구조가 지속됩니다.
Tags: Minor feature enhancements
This release includes least default (pass through) handling of all element types. The structure of classes (in LEO) has changed: there are base classes that contain common attributes, and element classes that define the specific behavior. This version should work with any netlist and only touch M's and C's. Work is ongoing on the class structure.

Project Resources