add readme

This commit is contained in:
Harry 2023-07-19 05:33:27 +00:00 committed by Zihao Yu
parent b67c6c4f68
commit 6736c0e643
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
usage
```shell
#
# build && install yosys
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends build-essential clang bison flex libreadline-dev gawk tcl-dev libffi-dev git graphviz xdot pkg-config python3 libboost-system-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev ca-certificates gcc iverilog
cd yosys
make
sudo make install
cd ..
# run yosys
bash ./synth.sh | tee ./result/gcd.log
```