update readme

aig
panhongyang0 2024-05-10 15:29:43 +08:00
parent 7686d75739
commit a29f90f9f2
1 changed files with 3 additions and 1 deletions

View File

@ -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;
```