Open iamkarthikbk opened 1 year ago
Normally I remove lef/ gds/ folder from the repo to keep git repo smaller; As these folder are need only silicon tapeout only (You can mask these unzip function inside Makefile).
Any how, I have check-in these folder back, you can resync the repo.
thanks ,for the reply sir, but in verilog gl file is also broken while unziping. as u said ,,whether i can remove gzip verliog from make file?
! image
You can skip/bypass the zip/unzip step, there are only required for tapeout package release.
Hi.
Your readme says this:
Step-2: Clone , update the Submodule, unzip the content
but the commands don't do what is expected. has there been an update which has not been reflected in this readme ?
make unzip
complains aboutlef/*.gz
files being missing. Is there something im missing?Thanks in advance!