GithubHelp home page GithubHelp logo

ghdl-vagrant-builders's Introduction

These are simple debian based Vagrantfile s that build GHDL.

Currently supported builds:
* mcode
* llvm
* gcc - Note, this build is very very IO intensive. This will take an
    excruciatingly long amount of time if you don't have an SSD. I would
    suggest you try one of the other builds if you're using mechanical media.

Each Vagrantfile should result in a box that you can ssh into and run ghdl.

For instance:

$ vagrant up
...
...
...
    default: install -m 644 -p libghdlvpi.so /usr/local/lib/
    default: install -m 644 -p /home/vagrant/ghdl/./src/grt/vpi_user.h /usr/local/include/
    default: Hello world!
$ vagrant ssh
...
vagrant@debian-9:~$ rm -r hello_world/
vagrant@debian-9:~$ cp -r /vagrant/hello_world/ .
vagrant@debian-9:~$ cd hello_world/
vagrant@debian-9:~/hello_world$ ghdl -a hello.vhdl
vagrant@debian-9:~/hello_world$ ghdl -e hello_world
vagrant@debian-9:~/hello_world$ ghdl -r hello_world
Hello world!
vagrant@debian-9:~/hello_world$ exit
logout
Connection to 127.0.0.1 closed.
$

ghdl-vagrant-builders's People

Contributors

crazycasta avatar

Watchers

 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.