aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRoland Coeurjoly <rolandcoeurjoly@gmail.com>2018-11-17 08:03:47 +0100
committertgingold <tgingold@users.noreply.github.com>2018-11-17 08:03:47 +0100
commitf5883299262b5de25db9ec9dff710a27d92103c9 (patch)
tree6ee51a7f14a7dd2b71088373412341564cfea271 /README.md
parent035fa4970e63fe6a7ec8349f711359eb74e5b92f (diff)
downloadghdl-yosys-plugin-f5883299262b5de25db9ec9dff710a27d92103c9.tar.gz
ghdl-yosys-plugin-f5883299262b5de25db9ec9dff710a27d92103c9.tar.bz2
ghdl-yosys-plugin-f5883299262b5de25db9ec9dff710a27d92103c9.zip
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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
```