本帖最后由 轩辕志瑜 于 2022-8-11 07:07 编辑
gitee有镜像, 你自己去拉代码编译. 开源的东西向来支持要使用项目的人自己动手实践.
网站地址:
标准单元模块
https://gitee.com/mirrors_google/skywater-pdk-libs-sky130_bag3_pr (BAG生成模型)
https://gitee.com/mirrors_google ... s-sky130_fd_bd_sram (SRAM单元)
https://gitee.com/mirrors_google ... -sky130_fd_pr_reram (电阻式内存单元)
https://gitee.com/mirrors_google/skywater-pdk-libs-sky130_fd_io (IO单元)
PDK其他数据
https://gitee.com/mirrors_google/skywater-pdk-sky130-raw-data (原始数据)
https://gitee.com/mirrors_google/skywater-pdk-libs-sky130_fd_pr (原始模型)
PDK本体, 一共七种工艺
https://gitee.com/mirrors_google ... bs-sky130_fd_sc_hvl (高电压)
https://gitee.com/mirrors_google ... ibs-sky130_fd_sc_lp (低电压)
https://gitee.com/mirrors_google ... ibs-sky130_fd_sc_hs (高速)
https://gitee.com/mirrors_google ... ibs-sky130_fd_sc_ms (中速)
https://gitee.com/mirrors_google ... ibs-sky130_fd_sc_ls (低速)
https://gitee.com/mirrors_google ... ibs-sky130_fd_sc_hd (高密度)
https://gitee.com/mirrors_google ... s-sky130_fd_sc_hdll (高密度低漏电)
编译PDK的项目
https://gitee.com/h874589148/skywater-pdk
https://gitee.com/curliph/open_pdks
使用方法
先clone open_pdks项目 然后进入 open_pdks 创建 sources 目录然后在进入sources 目录 把上面你想要下载的PDK工艺代码clone到这里面
之后回到open_pdks目录运行 ./configure 配置PDK, 最后运行 make 等编译跑完
也可以
先clone open_pdks项目 然后运行 ./configure 配置PDK 在之后进入到sources 目录 把上面你想要下载的PDK工艺代码clone到这里面
最后运行 make 等编译跑完
项目的 README 文件, 有啥不懂自己看README 文件
Open-PDKs (open_pdks)
-----------------------------------------
Summary:
Automatic setup of PDKs for open-source tools from foundry sources.
Builds out and populates a new set of directories and subdirectories in
the efabless format, with the efabless name for the PDK at the top,
followed by categories "libs.ref" (IP) and "libs.tech" (EDA tool setup),
each with subcategories corresponding to layout, abstract views,
netlists, etc. for the IP; and magic, netgen, qflow, etc., for the
EDA tool setup.
The populated PDK directories can contain either copies of files from
the foundry sources, links to the foundry sources, or links back to
another PDK.
Generates magic layout views for all vendor IP for which either a GDS
view or a LEF view exists. Annotates the views as needed to handle
ports, bounding boxes, etc.
-----------------------------------------
This distribution contains sources for building out the SkyWater SKY130
130nm process. Sources for the foundry process data must be obtained
separately. Read the README file in subdirectory sky130/ for instructions
on obtaining and building the SkyWater sky130A PDK.
-----------------------------------------
License:
Open_PDKs is open-source software distributed under the Apache-2.0 license.
See file LICENSE for the complete license text.
-----------------------------------------
Instructions:
git clone https://github.com/RTimothyEdwards/open_pdks.git
cd open_pdks
./configure [options]
make
[sudo] make install
where the configure [options] are specific to each foundry PDK supported
by open_pdks and can be queried using
./configure --help
At a minimum you will want to pass a configure option to declare the location
of the PDK vendor source distribution (which can be obtained separately),
./configure --enable-[PDK_name]-pdk=[path]
The open_pdks version of the PDK can be built locally within open_pdks without
the need to declare an install target or run "make install". However, it is
recommended to declare a target location and install there, using
./configure --prefix=[path] --enable-[PDK_name]-pdk=[path]
followed by "make" and "make install".
Also see the website at http://opencircuitdesign.com/open_pdks/. The "Install"
page has full instructions for configuring and installing open_pdks.
锅碗瓢盆 油盐酱醋 瓜果蔬菜都齐全了剩下的是你们自己动手生火 切菜 炒菜的事!!!
|