Git Product home page Git Product logo

bsc-contrib's Introduction

Bluespec Compiler - Contributed libraries and utilities


This is a place to share libraries and utilities that don't belong (or don't yet belong) in the core bsc repository.

Files can be installed in the same way as in the bsc repository:

$ make PREFIX=/tools/bluespec

If the PREFIX variable is not specified, the default is inst.

Each set of libraries is installed into its own subdirectory, so that they are not in the path by default, but instead are only available when explicitly added on the command line:

$ bsc -p +:%/Libraries/FPGA/Xilinx/

Until a more sophisicated library system is available, this repository can be used for sharing useful code. Contributions are welcome. No guarantees are made about the quality of this code. Tests for some libraries can be found in the testing directory.


Testing

The directory testing/bsc.contrib contains tests that can be run using the testing infrastructure of the bsc repository. Simply copy the directory to a clone of that repo, set BSCCONTRIBDIR in the environment to point to the installation to be tested, and run the testsuite as usual:

$ cp -r testing/bsc.contrib /path/to/bsc/testsuite/
$ cd /path/to/bsc/testsuite/bsc.contrib/
$ export BSCCONTRIBDIR=/path/to/bsc-contrib/inst
$ make check

License

Individual contributions are responsible for specifying their own copyright and license. Libraries provided by Bluespec Inc have a header comment that states the copyright and the license as an SPDX short identifier (BSD-3-Clause) with the full license text given in the LICENSES directory.

bsc-contrib's People

Contributors

quark17 avatar krame505 avatar nanavati 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.