From 77ef3e82086b18c063b9b28032becb9ed3e7630e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 18 Jan 2016 08:02:15 +0100 Subject: Create README.md from README. --- README | 47 ----------------------------------------------- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index ffed7af..0000000 --- a/README +++ /dev/null @@ -1,47 +0,0 @@ -This directory contains the sources of GHDL, the VHDL simulator. - -GHDL is not an interpreter: it generates machine code from your design, -the only way for high speed simulation. - -Main features are: -- handle very large designs like leon3/grlib. -- can write waveforms to a vcd or fst file. -- available on Linux (x86 and x86-64), Windows and Mac OS x -- partial support of PSL -- support vunit (https://github.com/LarsAsplund/vunit) -- support OSVVM (http://osvvm.org) through the VPI interface -- support cocotb - -GHDL fully supports IEEE 1076-1987, IEEE 1076-1993, IEE 1076-2002 and -partially the 1076-2008 version of VHDL. - -GHDL is free software. See the file COPYING for copying permission. -The manuals, and some of the runtime libraries, are under different -terms; see the individual source files for details. - -Doc is available on http://ghdl.readthedocs.org/en/latest/index.html - -Building GHDL (Short instructions) -********************************** - -If you aren't on linux, see below for full instructions. - -You need GNAT GPL 2014 (or later) for x86 (32 or 64 bits). GNAT is the GNU Ada -compiler and GNAT GPL is very easy to install (download anonymously from -libre.adacore.com, untar and run the doinstall script). You also need -zlib (for Debian or Ubuntu: install zlib1g-dev package). - -In the GHDL source directory, configure and build: -$ ./configure --prefix=/usr/local -$ make - -At that place, you can already use the 'ghdl_mcode' built in the directory. -You can also install GHDL (the executable is installed as 'ghdl'): -$ make install - -That's all! - -Build GHDL (Long instructions) -****************************** - -See BUILD.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffed7af --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +This directory contains the sources of GHDL, the VHDL simulator. + +GHDL is not an interpreter: it generates machine code from your design, +the only way for high speed simulation. + +Main features are: +- handle very large designs like leon3/grlib. +- can write waveforms to a vcd or fst file. +- available on Linux (x86 and x86-64), Windows and Mac OS x +- partial support of PSL +- support vunit (https://github.com/LarsAsplund/vunit) +- support OSVVM (http://osvvm.org) through the VPI interface +- support cocotb + +GHDL fully supports IEEE 1076-1987, IEEE 1076-1993, IEE 1076-2002 and +partially the 1076-2008 version of VHDL. + +GHDL is free software. See the file COPYING for copying permission. +The manuals, and some of the runtime libraries, are under different +terms; see the individual source files for details. + +Doc is available on http://ghdl.readthedocs.org/en/latest/index.html + +Building GHDL (Short instructions) +********************************** + +If you aren't on linux, see below for full instructions. + +You need GNAT GPL 2014 (or later) for x86 (32 or 64 bits). GNAT is the GNU Ada +compiler and GNAT GPL is very easy to install (download anonymously from +libre.adacore.com, untar and run the doinstall script). You also need +zlib (for Debian or Ubuntu: install zlib1g-dev package). + +In the GHDL source directory, configure and build: +$ ./configure --prefix=/usr/local +$ make + +At that place, you can already use the 'ghdl_mcode' built in the directory. +You can also install GHDL (the executable is installed as 'ghdl'): +$ make install + +That's all! + +Build GHDL (Long instructions) +****************************** + +See BUILD.txt -- cgit