From f5883299262b5de25db9ec9dff710a27d92103c9 Mon Sep 17 00:00:00 2001 From: Roland Coeurjoly Date: Sat, 17 Nov 2018 08:03:47 +0100 Subject: Disable errors before installing libghdlsynth and fix typo (#17) * Installation instructions updated * Disable errors before installing libghdlsynth and fix typo * Add comments to README about pending actions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 80730b6..e67c29c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ VHDL synthesis (based on ghdl) This is awfully experimental and work in progress! +TODO: Explain purpose of program. +What is the relationship with GHDL? Is it going to be integrated in GHDL once it is fully featured? +What kind of VHDL do we want to support? (GHDL fully supports the 1987, 1993, 2002 versions of the IEEE 1076 VHDL standard, and partially the latest 2008 revision, according to the website) +Explain expected input and outputs. +Create table with features of VHDL that are supported, WIP and pending. ## How to build as a module @@ -10,6 +15,7 @@ Get and install yosys. Get ghdl from github. Get the latest version of GNAT: +This doesn't work. Cannot find gnat-7 in apt-get. ```sh $ sudo apt-get install gnat-7 ``` -- cgit v1.2.3