Skip to content

LongJohnCoder/llhdl

 
 

Repository files navigation

LLHDL - Low Level Hardware Description Language
A logic synthesis and manipulation infrastructure for FPGAs.

(C) Copyright 2010, 2011 Sebastien Bourdeauducq.
Released under GNU GPL version 3. See file COPYING.

Build requirements:
 * Clang
 * CMake
 * re2c
 * Lemon parser generator
 * GMP
 * Python

Build/installation instructions:
 $ mkdir build
 $ cd build
 $ cmake ..
 $ make
 # make install

Then you can try the example designs in the "designs" folder. Xilinx ISE is
still needed for the place and route and bitstream encoding phases.

Homepage: http://www.milkymist.org/fpgatools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published