Coder Social home page Coder Social logo

zip-orcad-design's Introduction

zGlue Netlist Generator for OrCAD

Version: 1.0.0

Author(s): Jorge L. Rojas

zGlue Inc, 883 N Shoreline Blvd, C200, Mountain View, CA 94043, USA

Contact: [email protected]

Released under Apache 2.0 license for distribution and open-source development

Overview

This repository contains a TCL script that generates a valid SPICE netlist from an OrCAD schematic that can be directly imported in ChipBuilder, an OrCAD ChipBuilder symbol library, and an example OrCAD schematic with it's importable netlist. Besides having a working example system that can be used to test the schematic import process, the repository also serves as a template and tutorial for creating ZIP-based schematics with OrCAD's schematic capture tool. The TCL script, ChipBuilder symbol library, and example schematic files in this repository are being released by zGlue Inc under Apache 2.0 license.

Creating a Schematic

To create a schematic, simply add the CHIPBUILDER_SYMBOLS.OLB library into your OrCAD project, populate one SMART-FABRIC part instance, and wire-up your schematic. Use the BONDPAD symbol to specify which nets should be exposed as ZIP package pins. For more information on how to create your ZIP schematic, please visit zGlue University for in-depth tutorials.

Generating the Netlist

Once the OrCAD schematic is completed, click "View" -> "Command Window". Then, enter the following commands on the interactive TCL shell, replacing the <...> with the appropriate arguments:

source <"path\\to\\capNetGen.tcl">
capNetGen::generateNetlist <design_name.dsn> <"netlist\\system_name.cir">

Note

Keep the double quotes and backslashes on arguments specifying a path to escape the backslash characters correctly.

The GIF below shows this process from OrCAD Capture.

media/orcad_netlist_gen.gif

Netlist Import Specification

For a complete specification of the ChipBuilder symbols library and the SPICE netlist format, please read the detailed specification in this repository.

What's Included?

  • TCL script for generating SPICE netlist
  • zGlue's ChipBuilder symbols OrCAD library
  • OrCAD example project and design files
  • SPICE netlist example generated from schematic
  • Apache 2.0 License

zip-orcad-design's People

Contributors

jorgezglue avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.