diff options
author | rahulp13 | 2022-02-10 02:17:48 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-10 02:17:48 +0530 |
commit | e4a4a839b0079aaff77b0f1a1b9f9684b19c30ca (patch) | |
tree | d26bb2bbe59e4ab99c0af9b65497b23076c6a686 /README.md | |
parent | bacdd5865babb177cb181674df5556ceac960b05 (diff) | |
download | nghdl-e4a4a839b0079aaff77b0f1a1b9f9684b19c30ca.tar.gz nghdl-e4a4a839b0079aaff77b0f1a1b9f9684b19c30ca.tar.bz2 nghdl-e4a4a839b0079aaff77b0f1a1b9f9684b19c30ca.zip |
updated readme releases and pre-requisites
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ GHDL's foreign language interface is used for this inter-process communication. ## Releases -* Ubuntu 16.04 OS and above LTS versions. +* Ubuntu 18.04 and 20.04 LTS versions. * Microsoft Windows 7, 8 and 10. > Note for other distributions: You can refer [`installers`](https://github.com/fossee/nghdl/tree/installers) branch for documentation on packaging (for above mentioned distributions) to build installers for your operating system in a similar way. For providing your build, please check the `Contribution` section mentioned below. @@ -39,7 +39,7 @@ GHDL's foreign language interface is used for this inter-process communication. ## Pre-requisites * [GHDL (LLVM - v0.37)](http://ghdl.free.fr/) -* [Ngspice (v31+)](http://ngspice.sourceforge.net/) +* [Ngspice (v35+)](http://ngspice.sourceforge.net/) ## How to install? |