aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-10-03 01:47:49 +0200
committereine <eine@users.noreply.github.com>2021-10-03 01:49:32 +0200
commit3e7732bbaaf9368bdd40164cd24fe1b9be486873 (patch)
tree1e34d97a7ffbdf6e0d30a8a013138b36af90bcc1
parent640aa58ec9807ddddc2bdf9b9d4c3a537a51db6f (diff)
downloadghdl-yosys-plugin-3e7732bbaaf9368bdd40164cd24fe1b9be486873.tar.gz
ghdl-yosys-plugin-3e7732bbaaf9368bdd40164cd24fe1b9be486873.tar.bz2
ghdl-yosys-plugin-3e7732bbaaf9368bdd40164cd24fe1b9be486873.zip
readme: remove TOC (now supported in the GitHub UI)
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index ae7ce91..fdf94aa 100644
--- a/README.md
+++ b/README.md
@@ -12,16 +12,8 @@
**This is experimental and work in progress!** See [ghdl.github.io/ghdl: Using/Synthesis](http://ghdl.github.io/ghdl/using/Synthesis.html).
-- [Build as a module](#build-as-a-module-shared-library)
-- [Build as part of Yosys](#build-as-part-of-yosys-not-recommended)
-- [Pre-built packages](#pre-built-packages)
-- [Usage](#Usage)
-- [Containers](#Containers)
-
> TODO: Create table with features of VHDL that are supported, WIP and pending.
----
-
## Build as a module (shared library)
> On Windows, Yosys does not support loading modules dynamically. Therefore, this build approach is not possible. See [*Build as part of Yosys*](#build-as-part-of-yosys-not-recommended) below.