From 9effe4c3afdc58baad2d3b610562646f5da34838 Mon Sep 17 00:00:00 2001 From: Matteo Iervasi Date: Mon, 15 Oct 2018 12:15:11 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53781ce..7c9ba4e 100755 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ This is SIS 1.4, an unofficial release of SIS, the logic synthesis system from UC Berkeley. SIS is no longer supported, but since there are some people still using it, I'm making this release. The primary features added on top of SIS 1.3 are: -- General code refactoring, like porting it to C11 +- General code refactoring - Exploring and deleting unused/unuseful parts (like `xsis`) - Updating obsolete parts that are "uncompilable" under modern Linux systems - Migrate to `doxygen` for code documentation -- Migrate from `autotools` to `cmake` - Rewriting the `sis` shell using `GNU readline` -- Updating general documentation \ No newline at end of file +- Updating general documentation