Git Product home page Git Product logo

actsim's Introduction

actsim

Build and Installation

This program is for use with the ACT toolkit.

  • Please install the ACT toolkit first; installation instructions are here.
  • Also install the ACT standard library.
  • Build this program using the standard ACT tool install instructions here.

To build, run ./configure and then make and make install.

Building with Xyce

There are a number of things to keep in mind when building actsim with Xyce.

Building Xyce:

  • Replace the files N_CIR_Xyce.{C,h} (in src/CircuitPKG/) and N_CIR_XyceCInterface.{C,h} (in utils/XyceCInterface) with the modified files from xyce-bits/ (note: we've sent these to the Xyce authors and this should not be needed in the near future)
  • Build and install Xyce itself, and also build and install the Xyce C interface library (in the utils/XyceCInterface directory)
  • Preserve your cmake build directory for the next step. (We need one file from it as described below.)

Building actsim:

  • When you run ./configure, it should detect that the Xyce C interface library exists.
  • To use static linking for actsim, we need to extract the correct link-time options used by your Xyce build. To do so:
    • Run ./grab_xyce.sh <path> where <path> is the path to the cmake build directory for your Xyce build
    • Alternatively, you can copy the file src/CMakeFiles/Xyce.dir/link.txt from your cmake build directory for Xyce, place it it any directory, and run grab_xyce.sh with the path set to the directory containing link.txt
  • After this, you can build actsim.

actsim's People

Contributors

rmanohar 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.