From a29f90f9f27353256c5917b22cfda1475644515b Mon Sep 17 00:00:00 2001 From: panhongyang0 Date: Fri, 10 May 2024 15:29:43 +0800 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32803f7..5dcffda 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Compiled successfully with Clang 6.0.1, Clang 12.0.0, GCC 7.3.0, and GCC 8.2.0. ## How to Compile ```bash -git clone --recursive https://github.com/panhongyang0/phyLS.git +git clone -b aig --recursive https://github.com/panhongyang0/phyLS.git cd phyLS mkdir build cd build @@ -27,5 +27,7 @@ ps -a; resub; balance; rewrite; +read_genlib ../src/mcnc.genlib; +techmap; quit; ``` \ No newline at end of file