Giter Site home page Giter Site logo

xyce_docker_image's Introduction

Dockerfile to run Xyce on Win 10, Linux and OS X

This Dockerfile builds the following packages:

Name Release Source repo Description
Xyce serial 7.2.0 https://github.com/Xyce/Xyce Circuit simulator
ADMS 2.3.6 https://github.com/Qucs/ADMS.git Verilog A compiler
xdm_bdl 2.2.0 https://github.com/Xyce/XDM converts netlists to xyce format

Usage

How to build

docker build -t xyce_il .

How to run interactive shell giving access to current folder

docker run \
    --mount type=bind,source="$(pwd)",target=/home/xyce/shared \
    -it \
    --rm \
    --name xyce_test \
    --net=host \
    xyce_il

On Windows

A complete guide to install Docker on Windows can be found on this link. Docker can run on Windows 10 64-bit: Pro, Enterprise, or Education (Build 17134 or higher) using Hyper-V backend, or on all distributions of Windows using WSL 2. The Xyce image has been tested only with WSL2 and following the following steps: Enable WSL and check if it is version 2.

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Then check the windows version with the following command:

winver

Os build must be > 18362. If it is not it would not be possible to install Docker Desktop for Windows 10 with this method.

BIOS-level hardware virtualization support must be enabled in the BIOS settings.

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

Reboot the machine

Download and run the WSL Linux kernel Update

Download Docker Desktop installer and run it.

At the end close and logout Log in again

xyce_docker_image's People

Contributors

restelli avatar

Watchers

James Cloos avatar  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.