From f93d0333d5c8dcaf4484ddea9c9e673f610e4f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E9=B8=BF=E6=B4=8B?= <74575924+panhongyang0@users.noreply.github.com> Date: Wed, 21 Dec 2022 18:07:48 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b66ffe..f8b52c5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ phyLS is based on the [mockturtle](https://github.com/lsils/mockturtle), it can optimize different logics attributes. Currently, it supports AIG, MIG, XAG, and XMG based optimization. +[Read the documentation here.](https://phyls.readthedocs.io/en/latest/) + ## Requirements A modern compiler is required to build the libraries. Compiled successfully with Clang 6.0.1, Clang 12.0.0, GCC 7.3.0, and GCC 8.2.0.