本文仅用于技术学习与交流目的,所涉及的操作步骤、工具使用及配置方法均基于公开资料整理。文中提及的软件为商业授权产品,其合法使用须遵守相关软件许可协议及所在国家/地区的法律法规。
作者及发布平台不鼓励、不支持、亦不承担任何因使用破解工具、绕过授权机制或违反软件许可条款而引发的法律风险、系统安全问题或知识产权纠纷。建议用户在正式开发或生产环境中使用正版授权软件,相关内容如有侵权,请联系作者删除。
1:概念
DDI(Design Data Interface)是 Cadence 系列工具,用于设计数据交换、网表 / 版图转换,和 IC618、Innovus 等同属 Cadence 设计流程。
DDI23.14.000-ISR4是 Cadence 公司数字设计实现(Digital Design Implementation, DDI)套件中23.14 版本第 4 次集成服务修复(ISR4)的特定发行包,核心作用是提供逻辑综合(Genus)与布局布线(Innovus)工具的稳定运行环境及关键 Bug 修复,用于芯片后端物理实现流程 。
所属套件:属于 Cadence DDI(Digital Design Implementation)解决方案,主要包含Genus Synthesis Solution(逻辑综合)和Innovus Implementation System(布局布线)两大核心工具 。
主要用途:支撑从网表到 GDSII 的物理实现全流程,包括物理综合、布局、时钟树综合、布线及物理验证准备,确保设计在特定工艺节点(如 7nm/5nm 等)下的 PPA(功耗、性能、面积)优化 。
数据集成:基于统一数据模型(OpenAccess),实现综合与布局布线工具间的数据无缝传递,减少数据转换错误 。
2:环境
操作系统:CentOS Linux release 7.9.2009 (Core)
安装包:DDI23.14.000-ISR4
安装用户:eda
3:安装过程
### 上传安装包;[eda@wg-eda ~]$ cd /data/tool/wg_tool/soft/cadence/DDI23/[eda@wg-eda DDI23]$ ll -alhtotal 16Kdrwxr-xr-x. 4 eda rnd 4.0K Jul 24 13:54 .drwxr-xr-x. 3 eda rnd 4.0K Jul 24 13:52 ..drwxr-xr-x. 2 root root 4.0K Dec 4 2025 Base_DDI23.10-p003drwxr-xr-x. 2 root root 4.0K Dec 4 2025 Hotfix_DDI23.14.000-ISR4[eda@wg-eda DDI23]$ tree -L 2.├── Base_DDI23.10-p003│ ├── Base_DDI23.10.000_lnx86_10of13.tar│ ├── Base_DDI23.10.000_lnx86_11of13.tar│ ├── Base_DDI23.10.000_lnx86_12of13.tar│ ├── Base_DDI23.10.000_lnx86_13of13.tar│ ├── Base_DDI23.10.000_lnx86_1of13.tar│ ├── Base_DDI23.10.000_lnx86_2of13.tar│ ├── Base_DDI23.10.000_lnx86_3of13.tar│ ├── Base_DDI23.10.000_lnx86_4of13.tar│ ├── Base_DDI23.10.000_lnx86_5of13.tar│ ├── Base_DDI23.10.000_lnx86_6of13.tar│ ├── Base_DDI23.10.000_lnx86_7of13.tar│ ├── Base_DDI23.10.000_lnx86_8of13.tar│ └── Base_DDI23.10.000_lnx86_9of13.tar└── Hotfix_DDI23.14.000-ISR4├── Hotfix_DDI23.14.000-ISR4_lnx-25.part01.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part02.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part03.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part04.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part05.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part06.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part07.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part08.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part09.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part10.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part11.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part12.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part13.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part14.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part15.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part16.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part17.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part18.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part19.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part20.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part21.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part22.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part23.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part24.rar├── Hotfix_DDI23.14.000-ISR4_lnx-25.part25.rar└── Hotfix_DDI23.14.000-ISR4_lnx-25.part26.rar2 directories, 39 files
### 安装rar压缩软件;[root@wg-eda Base_DDI23.10-p003]# cd /data/tool/wg_tool/soft/[root@wg-eda soft]# wget https://www.rarlab.com/rar/rarlinux-x64-6.0.2.tar.gz[root@wg-eda soft]# tar -zxvf rarlinux-x64-6.0.2.tar.gzrar/rar/unrarrar/acknow.txtrar/whatsnew.txtrar/order.htmrar/readme.txtrar/rar.txtrar/makefilerar/default.sfxrar/rarrar/rarfiles.lstrar/license.txt[root@wg-eda soft]# cd rar[root@wg-eda rar]# ll -alhtotal 1.4Mdrwxr-xr-x. 2 levan levan 4.0K Jun 11 2021 .drwxr-xr-x. 5 eda rnd 4.0K Jul 27 15:35 ..-rw-r--r--. 1 levan levan 4.1K Jun 11 2021 acknow.txt-rwxr-xr-x. 1 levan levan 195K Jun 11 2021 default.sfx-rw-r--r--. 1 levan levan 6.6K Jun 11 2021 license.txt-rw-r--r--. 1 levan levan 428 Jun 11 2021 makefile-rw-r--r--. 1 levan levan 3.3K Jun 11 2021 order.htm-rwxr-xr-x. 1 levan levan 620K Jun 11 2021 rar-rw-r--r--. 1 levan levan 1.2K Jun 11 2021 rarfiles.lst-rw-r--r--. 1 levan levan 103K Jun 11 2021 rar.txt-rw-r--r--. 1 levan levan 692 Jun 11 2021 readme.txt-rwxr-xr-x. 1 levan levan 344K Jun 11 2021 unrar-rw-r--r--. 1 levan levan 25K Jun 11 2021 whatsnew.txt[root@wg-eda rar]# make install[root@wg-eda rar]# mkdir -p /usr/local/bin[root@wg-eda rar]# mkdir -p /usr/local/lib[root@wg-eda rar]# cp rar unrar /usr/local/bin[root@wg-eda rar]# cp rarfiles.lst /etc[root@wg-eda rar]# cp default.sfx /usr/local/lib[root@wg-eda rar]# unrar -v
### 安装;[eda@wg-eda ~]$ cd /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4[eda@wg-eda Hotfix_DDI23.14.000-ISR4]$ ll -alhtotal 25Gdrwxr-xr-x. 2 eda rnd 4.0K Jul 27 13:26 .drwxr-xr-x. 4 eda rnd 4.0K Jul 24 13:54 ..-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part01.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part02.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part03.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part04.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part05.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part06.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part07.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part08.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part09.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part10.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part11.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part12.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part13.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part14.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part15.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part16.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part17.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part18.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part19.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part20.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part21.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part22.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part23.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part24.rar-rwxrw-r--. 1 eda rnd 990M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part25.rar-rwxrw-r--. 1 eda rnd 738M Apr 29 2025 Hotfix_DDI23.14.000-ISR4_lnx-25.part26.rar[eda@wg-eda Hotfix_DDI23.14.000-ISR4]$ unrar x Hotfix_DDI23.14.000-ISR4_lnx-25.part01.rarUNRAR 6.02 freeware Copyright (c) 1993-2021 Alexander RoshalExtracting from Hotfix_DDI23.14.000-ISR4_lnx-25.part01.rar-----------------www.0daydown.com-----------------Creating Hotfix_DDI23.14.000-ISR4_lnx-25 OKExtracting Hotfix_DDI23.14.000-ISR4_lnx-25/0daydown.url OKCreating Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86 OKExtracting Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/Hotfix_DDI23.14.000-ISR4_lnx86_10of12.tar 3%[eda@wg-eda Hotfix_DDI23.14.000-ISR4]$ ll -alh /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/total 45Gdrwxr-xr-x. 3 eda rnd 4.0K Apr 27 2025 .drwxr-xr-x. 3 eda rnd 4.0K Apr 28 2025 ..-rw-r--r--. 1 eda rnd 3.9G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_10of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_11of12.tar-rw-r--r--. 1 eda rnd 2.7G Apr 25 2025 Hotfix_DDI23.14.000-ISR4_lnx86_12of12.tar-rw-r--r--. 1 eda rnd 3.6G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_1of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_2of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_3of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_4of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_5of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 15 2025 Hotfix_DDI23.14.000-ISR4_lnx86_6of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_7of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 22 2025 Hotfix_DDI23.14.000-ISR4_lnx86_8of12.tar-rw-r--r--. 1 eda rnd 4.0G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_9of12.tardrwxr-xr-x. 2 eda rnd 4.0K Nov 13 2023 patch[eda@wg-eda Hotfix_DDI23.14.000-ISR4]$ cd /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86[eda@wg-eda Hotfix_DDI23.14.000-ISR4_lnx86]$ pwd/data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86[eda@wg-eda Hotfix_DDI23.14.000-ISR4_lnx86]$ ll -alhtotal 45Gdrwxr-xr-x. 3 eda rnd 4.0K Apr 27 2025 .drwxr-xr-x. 3 eda rnd 4.0K Apr 28 2025 ..-rw-r--r--. 1 eda rnd 3.9G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_10of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_11of12.tar-rw-r--r--. 1 eda rnd 2.7G Apr 25 2025 Hotfix_DDI23.14.000-ISR4_lnx86_12of12.tar-rw-r--r--. 1 eda rnd 3.6G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_1of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_2of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_3of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_4of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_5of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 15 2025 Hotfix_DDI23.14.000-ISR4_lnx86_6of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_7of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 22 2025 Hotfix_DDI23.14.000-ISR4_lnx86_8of12.tar-rw-r--r--. 1 eda rnd 4.0G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_9of12.tardrwxr-xr-x. 2 eda rnd 4.0K Nov 13 2023 patch[eda@wg-eda Hotfix_DDI23.14.000-ISR4]$ mkdir -p /data/tool/wg_tool/cadence/DDI23.14.000.ISR4[eda@wg-eda Hotfix_DDI23.14.000-ISR4_lnx86]$ foreach f ( Hotfix_DDI23.14.000-ISR4_lnx86_*.tar )foreach? tar xf "$f"foreach? end[eda@wg-eda Hotfix_DDI23.14.000-ISR4_lnx86]$ ll -alhtotal 45Gdrwxr-xr-x. 4 eda rnd 4.0K Jul 27 18:33 .drwxr-xr-x. 3 eda rnd 4.0K Apr 28 2025 ..drwxr-xr-x. 3 eda rnd 4.0K Mar 14 2025 DDI23.14.000-ISR4_lnx86.Hotfix-rw-r--r--. 1 eda rnd 3.9G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_10of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_11of12.tar-rw-r--r--. 1 eda rnd 2.7G Apr 25 2025 Hotfix_DDI23.14.000-ISR4_lnx86_12of12.tar-rw-r--r--. 1 eda rnd 3.6G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_1of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_2of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_3of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_4of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_5of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 15 2025 Hotfix_DDI23.14.000-ISR4_lnx86_6of12.tar-rw-r--r--. 1 eda rnd 3.8G Apr 26 2025 Hotfix_DDI23.14.000-ISR4_lnx86_7of12.tar-rw-r--r--. 1 eda rnd 3.9G Apr 22 2025 Hotfix_DDI23.14.000-ISR4_lnx86_8of12.tar-rw-r--r--. 1 eda rnd 4.0G Apr 23 2025 Hotfix_DDI23.14.000-ISR4_lnx86_9of12.tardrwxr-xr-x. 2 eda rnd 4.0K Nov 13 2023 patch[eda@wg-eda Hotfix_DDI23.14.000-ISR4_lnx86]$ cd /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/DDI23.14.000-ISR4_lnx86.Hotfix/CDROM1/[eda@wg-eda CDROM1]$ ./SETUP.SHCopyright 2021 by Cadence Design Systems Inc.LICENSED SOFTWARE - REVERSE ASSEMBLY, REVERSE COMPILATION ANDREVERSE ENGINEERING PROHIBITED. The information contained inthis package is the proprietary property of Cadence Design Systems,Inc., or its licensors, and may only be used in accordance withthe Cadence Design Systems license agreement under which thispackage is provided.Restricted Rights Notice to Government UsersUse duplication or disclosure by the Government is subject tothe restrictions as set forth in subparagraphs (c)(1)(ii) of theRights in Technical Data and Computer Software clause atDFARS 252.227-7013. Unpublished - all rights reserved under thecopyright laws of the United States.Cadence Design Systems, Inc.2655 Seely AvenueSan Jose, CA 95134 USALocated CDROM at /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/DDI23.14.000-ISR4_lnx86.Hotfix/CDROM1The tar command to use is: /bin/tar -x -b 1 -f -Specify path of install directory [OR type [RETURN] to exit]: /data/tool/wg_tool/cadence/DDI23FULLThe specified install directory is not empty.It does not appear to be a Cadence installation hierarchy.The specified installation directory should be an empty directory oran existing Cadence installation hierarchySpecify path of install directory [OR type [RETURN] to exit]: /data/tool/wg_tool/cadence/DDI23.14.000.ISR4Checking your system for InstallScape...Could not detect InstallScape for lnx86 platform using the PATH environment variable.It is recommended to have only one Installation of InstallScapefor lnx86 platform. If an InstallScape installation existsplease help us find it.Do you have InstallScape for lnx86 platform installed[y/n]?nYou are on lnx86 platformInstallScape version 05.01.p01for platform lnx86is available on this media.Do you want to install InstallScape for lnx86 [y/n]?yIt is recommended that you install InstallScapeoutside the Cadence installation hierarchyand include the ~iscape/bin in your PATH environment variable.Type the path to InstallScape installation directory [ (q to quit)]: /data/tool/wg_tool/cadence/installscapeInstallScape installation directory: /data/tool/wg_tool/cadence/installscapeExtracting InstallScape version 05.01.p01for platform lnx86 in /data/tool/wg_tool/cadence/installscapeStarting up InstallScape in GUI modeDISPLAY environment variable is set to localhost:34.0If you do not see the InstallScape consolewindow or it seems to be hanging then kill thisprocess.Set your DISPLAY environment variable to a propervalue and manually start InstallScape by typing:/data/tool/wg_tool/cadence/installscape/iscape/bin/iscape.sh /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/DDI23.14.000-ISR4_lnx86.Hotfix/CDROM1:::/data/tool/wg_tool/cadence/DDI23.14.000.ISR4Initializing InstallScape using JVM at /data/tool/wg_tool/cadence/installscape/iscape.05.01-p001/runtime/LNX86/bin/java. This might take some time...OpenJDK 64-Bit Server VM warning: You have loaded library /data/tool/wg_tool/cadence/installscape/iscape.05.01-p001/lib/libnativemethods_lnx_64.so which might have disabled stack guard. The VM will try to fix the stack guard now.It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.[eda@wg-eda CDROM1]$





### emm......[eda@wg-eda Hotfix_DDI23.14.000-ISR4]$ ll -alh /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/patch/total 59Mdrwxr-xr-x. 2 eda rnd 4.0K Nov 13 2023 .drwxr-xr-x. 4 eda rnd 4.0K Jul 27 18:33 ..-rw-r--r--. 1 eda rnd 59M Oct 12 2023 patch.rar[eda@wg-eda Hotfix_DDI23.14.000-ISR4]$ cd /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/patch[eda@wg-eda patch]$ lltotal 59896-rw-r--r--. 1 eda rnd 61332988 Oct 12 2023 patch.rar[eda@wg-eda patch]$ unrar x patch.rarUNRAR 6.02 freeware Copyright (c) 1993-2021 Alexander RoshalExtracting from patch.rarCreating Cadence_patch OKCreating Cadence_patch/patch_a OKExtracting Cadence_patch/patch_a/.cshrc OKExtracting Cadence_patch/patch_a/1patch.sh OKExtracting Cadence_patch/patch_a/1shell.py OKExtracting Cadence_patch/patch_a/1shell.sh OKExtracting Cadence_patch/patch_a/cdslicgen.py OKExtracting Cadence_patch/patch_a/mgclicgen.py OKCreating Cadence_patch/patch_b OKExtracting Cadence_patch/patch_b/cadence.txt OKExtracting Cadence_patch/patch_b/license.dat OKExtracting Cadence_patch/patch_b/licgen.bat OKExtracting Cadence_patch/patch_b/licgen.sh OKExtracting Cadence_patch/patch_b/lmcrypt.exe OKCreating Cadence_patch/patch_b/Patch OKExtracting Cadence_patch/patch_b/Patch/cadence.pat OKExtracting Cadence_patch/patch_b/Patch/cadence_patch.sh OKExtracting Cadence_patch/patch_b/Patch/README OKExtracting Cadence_patch/patch_b/Patch/README.txt OKExtracting Cadence_patch/patch_b/Patch/sfk OKExtracting Cadence_patch/patch_b/README OKCreating Cadence_patch/patch_c OKExtracting Cadence_patch/patch_c/1.PNG OKExtracting Cadence_patch/patch_c/2.PNG OKExtracting Cadence_patch/patch_c/3.PNG OKExtracting Cadence_patch/patch_c/ocad.rar OKExtracting Cadence_patch/patch_c/readme.txt OKAll OK[eda@wg-eda patch]$ ll -alhtotal 59Mdrwxr-xr-x. 3 eda rnd 4.0K Jul 27 19:21 .drwxr-xr-x. 4 eda rnd 4.0K Jul 27 18:33 ..drwxr-xr-x. 5 eda rnd 4.0K Oct 12 2023 Cadence_patch-rw-r--r--. 1 eda rnd 59M Oct 12 2023 patch.rar[eda@wg-eda patch]$ tree -L 3 Cadence_patchCadence_patch├── patch_a│ ├── 1patch.sh│ ├── 1shell.py│ ├── 1shell.sh│ ├── cdslicgen.py│ └── mgclicgen.py├── patch_b│ ├── cadence.txt│ ├── license.dat│ ├── licgen.bat│ ├── licgen.sh│ ├── lmcrypt.exe│ ├── Patch│ │ ├── cadence.pat│ │ ├── cadence_patch.sh│ │ ├── README│ │ ├── README.txt│ │ └── sfk│ └── README└── patch_c├── 1.PNG├── 2.PNG├── 3.PNG├── ocad.rar└── readme.txt4 directories, 21 files[eda@wg-eda Patch]$ ll -alh /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/patch/Cadence_patch/patch_c/total 56Mdrwxr-xr-x. 2 eda rnd 4.0K Jan 24 2023 .drwxr-xr-x. 5 eda rnd 4.0K Oct 12 2023 ..-rw-r--r--. 1 eda rnd 44K May 3 2021 1.PNG-rw-r--r--. 1 eda rnd 54K May 3 2021 2.PNG-rw-r--r--. 1 eda rnd 53K May 3 2021 3.PNG-rw-r--r--. 1 eda rnd 56M May 3 2021 ocad.rar-rw-r--r--. 1 eda rnd 1.8K May 3 2021 readme.txt[eda@wg-eda Patch]$ cd /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/patch/Cadence_patch/patch_c/[eda@wg-eda patch_c]$ unrar x ocad.rarUNRAR 6.02 freeware Copyright (c) 1993-2021 Alexander RoshalExtracting from ocad.rarCreating ocad OKExtracting ocad/ocad.tar.gz OKAll OK[eda@wg-eda patch_c]$ cd ococad/ ocad.rar[eda@wg-eda patch_c]$ cd ocad[eda@wg-eda ocad]$ ll -alhtotal 55Mdrwxr-xr-x. 2 eda rnd 4.0K May 3 2021 .drwxr-xr-x. 3 eda rnd 4.0K Jul 27 20:25 ..-rw-r--r--. 1 eda rnd 55M Mar 15 2021 ocad.tar.gz[eda@wg-eda ocad]$ tar zxf ocad.tar.gz[eda@wg-eda ocad]$ lltotal 55656drwxr-xr-x. 8 eda rnd 4096 Mar 1 2021 ocad-rw-r--r--. 1 eda rnd 56986278 Mar 15 2021 ocad.tar.gz[eda@wg-eda ocad]$ cd ocad[eda@wg-eda ocad]$ lltotal 24drwxr-xr-x. 2 eda rnd 4096 Jul 27 20:25 bindrwxr-xr-x. 2 eda rnd 4096 Jul 27 20:25 docdrwxr-xr-x. 6 eda rnd 4096 Mar 15 2021 envdrwxr-xr-x. 4 eda rnd 4096 Jul 27 20:25 sharedrwxr-xr-x. 5 eda rnd 4096 Jul 27 20:25 systemdrwxr-xr-x. 9 eda rnd 4096 Mar 1 2021 tools[eda@wg-eda ocad]$ cd bin/[eda@wg-eda bin]$ pwd/data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/patch/Cadence_patch/patch_c/ocad/ocad/bin[eda@wg-eda bin]$ ll -alhtotal 6.8Mdrwxr-xr-x. 2 eda rnd 4.0K Jul 27 20:25 .drwxr-xr-x. 8 eda rnd 4.0K Mar 1 2021 ..-rwxr-xr-x. 1 eda rnd 2.0M Mar 14 2021 1patch-rwxr-xr-x. 1 eda rnd 2.2K Jan 26 2021 1shell-rwxr-xr-x. 1 eda rnd 63K Jan 26 2021 gds2gdt-rwxr-xr-x. 1 eda rnd 71K Jan 26 2021 gdt2gdslrwxrwxrwx. 1 eda rnd 32 Mar 14 2021 licsrv-start -> ../tools/licsrv/bin/licsrv-startlrwxrwxrwx. 1 eda rnd 31 Mar 14 2021 licsrv-stop -> ../tools/licsrv/bin/licsrv-stop-rwxr-xr-x. 1 eda rnd 502 Mar 1 2021 memoUsageMgs-rwxr-xr-x. 1 eda rnd 278 Mar 15 2021 ocad-rwxr-xr-x. 1 eda rnd 236K Jan 26 2021 screenfetch-rwxr-xr-x. 1 eda rnd 2.2M Jan 26 2021 sfk-rwxr-xr-x. 1 eda rnd 2.3M Jan 26 2021 sfk64[eda@wg-eda bin]$ ./1patch -ecc /data/tool/wg_tool/cadence/DDI23.14.000.ISR4Start self extract...Running....<INFO-1> Current directory: /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/patch/Cadence_patch/patch_c/ocad/ocad/bin<INFO-3> Change directory to: /data/tool/wg_tool/cadence/DDI23.14.000.ISR4...<INFO-2> Start patching...Generic ECC patcher by tanker, v1.4, 2020-04Type -h for more help.../GENUS231/tools.lnx86/bin/perf_test:Patch point found[1]! addr=0004CB50./GENUS231/tools.lnx86/bin/ckout_test:Patch point found[1]! addr=0004AB50./GENUS231/tools.lnx86/bin/64bit/cdsmps:Patch point found[1]! addr=000C9490./GENUS231/tools.lnx86/bin/lmobfslog:Patch point found[1]! addr=000940B0./GENUS231/tools.lnx86/bin/cdslmd:Patch point found[1]! addr=0016A1F0./GENUS231/tools.lnx86/lib/libnffr.so:Patch point found[1]! addr=0053D17C./GENUS231/tools.lnx86/lib/libnffr.so:Patch point found[100]! addr=0053D720, but seems patched./GENUS231/tools.lnx86/lib/64bit/libnffr.so:Patch point found[1]! addr=00594D10./GENUS231/tools.lnx86/lib/64bit/libnffr.so:Patch point found[100]! addr=00595400, but seems patched./GENUS231/tools.lnx86/pub/lib/64bit/liblicsoftshare.so:Patch point found[1]! addr=000A4490./GENUS231/tools.lnx86/simvision/bin/64bit/simcompare.exe:Patch point found[100]! addr=003B8860, but seems patched./GENUS231/tools.lnx86/simvision/bin/64bit/simcompare.exe:Patch point found[1]! addr=0048C5F0./GENUS231/tools.lnx86/simvision/bin/64bit/simcompare.exe:Patch point found[1]! addr=0048CCD0./GENUS231/tools.lnx86/simvision/bin/64bit/simvisdbutil.exe:Patch point found[100]! addr=0052BB10, but seems patched./GENUS231/tools.lnx86/simvision/bin/64bit/simvisdbutil.exe:Patch point found[1]! addr=005FF8A0./GENUS231/tools.lnx86/simvision/bin/64bit/simvisdbutil.exe:Patch point found[1]! addr=005FFF80./GENUS231/tools.lnx86/simvision/bin/64bit/simvision.exe:Patch point found[100]! addr=00D5F0F0, but seems patched./GENUS231/tools.lnx86/simvision/bin/64bit/simvision.exe:Patch point found[1]! addr=00E32E80./GENUS231/tools.lnx86/simvision/bin/64bit/simvision.exe:Patch point found[1]! addr=00E33560./GENUS231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[1]! addr=015450E0./GENUS231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[100]! addr=015457C0, but seems patched./GENUS231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[1]! addr=01622A60./GENUS231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[1]! addr=01623160./GENUS231/tools.lnx86/synth/bin/64bit/genus:Patch point found[1]! addr=09FDB590./GENUS231/tools.lnx86/corelib/lib/64bit/libslm.so:Patch point found[1]! addr=000A6220./GENUS231/tools.lnx86/stylus/bin/64bit/flowtool:Patch point found[1]! addr=0047CEF0./GENUS231/tools.lnx86/extraction/lib/64bit/libmlm.so:Patch point found[1]! addr=000B96F0./GENUS231/tools.lnx86/extraction/lib/64bit/libRcxLicense.so:Patch point found[1]! addr=000B46F0./GENUS231/tools.lnx86/cda/bin/64bit/cda.exe:Patch point found[100]! addr=001DFE80, but seems patched./GENUS231/tools.lnx86/cda/bin/64bit/cdaindexer:Patch point found[100]! addr=001BC0B0, but seems patched./INNOVUS231/oa_v22.61.020/bin/linux_rhel70_gcc93x_64/opt/accessControl:Patch point found[1]! addr=0027D590./INNOVUS231/oa_v22.61.020/bin/linux_rhel70_gcc93x_64/opt/oaScanCDS:Patch point found[1]! addr=00D6F3E0./INNOVUS231/share/voltus/gift/platforms/lnx86/bin/flatten:Patch point found[3]! addr=000EDBB2 <================./INNOVUS231/tools.lnx86/dap/python-packages/dlinit.cpython-36m-x86_64-linux-gnu.so:Patch point found[1]! addr=000DEDB0./INNOVUS231/tools.lnx86/dap/python-packages/dlinit.cpython-36m-x86_64-linux-gnu.so:Patch point found[100]! addr=000DF490, but seems patched./INNOVUS231/tools.lnx86/dap/python-packages/dlinit.cpython-37m-x86_64-linux-gnu.so:Patch point found[1]! addr=000DF6D0./INNOVUS231/tools.lnx86/dap/python-packages/dlinit.cpython-37m-x86_64-linux-gnu.so:Patch point found[100]! addr=000DFDB0, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmgenxpc:Patch point found[100]! addr=0028A430, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmgenxpc:Patch point found[1]! addr=0035E1C0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmgenxpc:Patch point found[1]! addr=0035E8A0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmipa:Patch point found[100]! addr=00E06C20, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmipa:Patch point found[1]! addr=00EDA9B0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmipa:Patch point found[1]! addr=00EDB090./INNOVUS231/tools.lnx86/inca/bin/64bit/mcvlogcg:Patch point found[100]! addr=00492270, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/mcvlogcg:Patch point found[1]! addr=00566000./INNOVUS231/tools.lnx86/inca/bin/64bit/mcvlogcg:Patch point found[1]! addr=005666E0./INNOVUS231/tools.lnx86/inca/bin/64bit/mcgfe_cg:Patch point found[100]! addr=021CF310, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/mcgfe_cg:Patch point found[1]! addr=022A30A0./INNOVUS231/tools.lnx86/inca/bin/64bit/mcgfe_cg:Patch point found[1]! addr=022A3780./INNOVUS231/tools.lnx86/inca/bin/64bit/xmlib2cdb:Patch point found[100]! addr=00747370, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmlib2cdb:Patch point found[1]! addr=0081B100./INNOVUS231/tools.lnx86/inca/bin/64bit/xmlib2cdb:Patch point found[1]! addr=0081B7E0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmvlog:Patch point found[100]! addr=00AAB360, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmvlog:Patch point found[1]! addr=00B7F0F0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmvlog:Patch point found[1]! addr=00B7F7D0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmsvams:Patch point found[100]! addr=00806590, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmsvams:Patch point found[1]! addr=008DA320./INNOVUS231/tools.lnx86/inca/bin/64bit/xmsvams:Patch point found[1]! addr=008DAA00./INNOVUS231/tools.lnx86/inca/bin/64bit/xmlib2rdb:Patch point found[100]! addr=0072B290, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmlib2rdb:Patch point found[1]! addr=007FF020./INNOVUS231/tools.lnx86/inca/bin/64bit/xmlib2rdb:Patch point found[1]! addr=007FF700./INNOVUS231/tools.lnx86/inca/bin/64bit/xmhviewdbgen:Patch point found[100]! addr=02A299C0, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmhviewdbgen:Patch point found[1]! addr=02AFD750./INNOVUS231/tools.lnx86/inca/bin/64bit/xmhviewdbgen:Patch point found[1]! addr=02AFDE30./INNOVUS231/tools.lnx86/inca/bin/64bit/xmsdfc:Patch point found[100]! addr=0069DC20, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmsdfc:Patch point found[1]! addr=007719B0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmsdfc:Patch point found[1]! addr=00772090./INNOVUS231/tools.lnx86/inca/bin/64bit/xmdc:Patch point found[100]! addr=00E7ED20, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmdc:Patch point found[1]! addr=00F52AB0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmdc:Patch point found[1]! addr=00F53190./INNOVUS231/tools.lnx86/inca/bin/64bit/xmelab_sym:Patch point found[100]! addr=02A32B10, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmelab_sym:Patch point found[1]! addr=02B068A0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmelab_sym:Patch point found[1]! addr=02B06F80./INNOVUS231/tools.lnx86/inca/bin/64bit/xfsg:Patch point found[100]! addr=010B8FC0, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xfsg:Patch point found[1]! addr=0118CD50./INNOVUS231/tools.lnx86/inca/bin/64bit/xfsg:Patch point found[1]! addr=0118D430./INNOVUS231/tools.lnx86/inca/bin/64bit/xmelab:Patch point found[100]! addr=02A32B10, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xmelab:Patch point found[1]! addr=02B068A0./INNOVUS231/tools.lnx86/inca/bin/64bit/xmelab:Patch point found[1]! addr=02B06F80./INNOVUS231/tools.lnx86/inca/bin/64bit/xfr:Patch point found[100]! addr=01088F30, but seems patched./INNOVUS231/tools.lnx86/inca/bin/64bit/xfr:Patch point found[1]! addr=0115CCC0./INNOVUS231/tools.lnx86/inca/bin/64bit/xfr:Patch point found[1]! addr=0115D3A0./INNOVUS231/tools.lnx86/inca/lib/64bit/libmozart.so:Patch point found[1]! addr=0022D220./INNOVUS231/tools.lnx86/inca/lib/64bit/libvisadev.so:Patch point found[1]! addr=0131B0A0./INNOVUS231/tools.lnx86/inca/lib/64bit/libvisadev.so:Patch point found[100]! addr=0131B780, but seems patched./INNOVUS231/tools.lnx86/inca/lib/64bit/libvisadev.so:Patch point found[1]! addr=013F8A20./INNOVUS231/tools.lnx86/inca/lib/64bit/libvisadev.so:Patch point found[1]! addr=013F9120./INNOVUS231/tools.lnx86/inca/lib/64bit/xmelab.o:Patch point found[100]! addr=0257DB10, but seems patched./INNOVUS231/tools.lnx86/inca/lib/64bit/xmelab.o:Patch point found[1]! addr=026518A0./INNOVUS231/tools.lnx86/inca/lib/64bit/xmelab.o:Patch point found[1]! addr=02651F80./INNOVUS231/tools.lnx86/iota/bin/64bit/oa2lefCDS:Patch point found[1]! addr=00576590./INNOVUS231/tools.lnx86/iota/bin/64bit/lef2oaCDS:Patch point found[1]! addr=00578590./INNOVUS231/tools.lnx86/iota/bin/64bit/mptScan:Patch point found[1]! addr=00F3A590./INNOVUS231/tools.lnx86/iota/bin/64bit/def2oaCDS:Patch point found[1]! addr=00576590./INNOVUS231/tools.lnx86/iota/bin/64bit/oa2defCDS:Patch point found[1]! addr=00575590./INNOVUS231/tools.lnx86/bin/perf_test:Patch point found[1]! addr=0004CB50./INNOVUS231/tools.lnx86/bin/ckout_test:Patch point found[1]! addr=0004AB50./INNOVUS231/tools.lnx86/bin/64bit/cdsmps:Patch point found[1]! addr=000C2B50./INNOVUS231/tools.lnx86/bin/lmobfslog:Patch point found[1]! addr=000940B0./INNOVUS231/tools.lnx86/bin/cdslmd:Patch point found[1]! addr=0016A1F0./INNOVUS231/tools.lnx86/lib/libnffr.so:Patch point found[1]! addr=0053D17C./INNOVUS231/tools.lnx86/lib/libnffr.so:Patch point found[100]! addr=0053D720, but seems patched./INNOVUS231/tools.lnx86/lib/64bit/libnffr.so:Patch point found[1]! addr=00594D10./INNOVUS231/tools.lnx86/lib/64bit/libnffr.so:Patch point found[100]! addr=00595400, but seems patched./INNOVUS231/tools.lnx86/lib/64bit/libpsf.so:Patch point found[1]! addr=00220220./INNOVUS231/tools.lnx86/lib/64bit/libsrr.so:Patch point found[1]! addr=0031B220./INNOVUS231/tools.lnx86/dfII/bin/64bit/skill:Patch point found[1]! addr=000ECB50./INNOVUS231/tools.lnx86/syntech/bin/64bit/valus:Patch point found[1]! addr=00CA7570./INNOVUS231/tools.lnx86/syntech/lib/64bit/libsynambit.so:Patch point found[1]! addr=001A5EF0./INNOVUS231/tools.lnx86/syntech/lib/64bit/libsyntechutil.so:Patch point found[1]! addr=0016DEF0./INNOVUS231/tools.lnx86/sev/bin/64bit/coyote:Patch point found[1]! addr=00249DB0./INNOVUS231/tools.lnx86/sev/bin/64bit/coyote:Patch point found[1]! addr=0024A72C./INNOVUS231/tools.lnx86/sev/bin/32bit/coyote:Patch point found[1]! addr=00248C28./INNOVUS231/tools.lnx86/sev/bin/32bit/coyote:Patch point found[1]! addr=00249474./INNOVUS231/tools.lnx86/cdsSkillPcell/lib/64bit/libcdsSkillPcell.so:Patch point found[1]! addr=00351220./INNOVUS231/tools.lnx86/plato/bin/64bit/nanoroute:Patch point found[1]! addr=03F7D590./INNOVUS231/tools.lnx86/pub/lib/64bit/liblicsoftshare.so:Patch point found[1]! addr=000A4490./INNOVUS231/tools.lnx86/simvision/bin/simcompare.exe:Patch point found[1]! addr=003C552C./INNOVUS231/tools.lnx86/simvision/bin/simvisdbutil.exe:Patch point found[1]! addr=003F252C./INNOVUS231/tools.lnx86/simvision/bin/64bit/simcompare.exe:Patch point found[100]! addr=003B8860, but seems patched./INNOVUS231/tools.lnx86/simvision/bin/64bit/simcompare.exe:Patch point found[1]! addr=0048C5F0./INNOVUS231/tools.lnx86/simvision/bin/64bit/simcompare.exe:Patch point found[1]! addr=0048CCD0./INNOVUS231/tools.lnx86/simvision/bin/64bit/simvisdbutil.exe:Patch point found[100]! addr=0052BB10, but seems patched./INNOVUS231/tools.lnx86/simvision/bin/64bit/simvisdbutil.exe:Patch point found[1]! addr=005FF8A0./INNOVUS231/tools.lnx86/simvision/bin/64bit/simvisdbutil.exe:Patch point found[1]! addr=005FFF80./INNOVUS231/tools.lnx86/simvision/bin/64bit/simvision.exe:Patch point found[100]! addr=00D5F0F0, but seems patched./INNOVUS231/tools.lnx86/simvision/bin/64bit/simvision.exe:Patch point found[1]! addr=00E32E80./INNOVUS231/tools.lnx86/simvision/bin/64bit/simvision.exe:Patch point found[1]! addr=00E33560./INNOVUS231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[1]! addr=015450E0./INNOVUS231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[100]! addr=015457C0, but seems patched./INNOVUS231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[1]! addr=01622A60./INNOVUS231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[1]! addr=01623160./INNOVUS231/tools.lnx86/simvision/bin/simvision.exe:Patch point found[1]! addr=00B9C52C./INNOVUS231/tools.lnx86/simvision/bin/cds-dsn-gen.exe:Patch point found[1]! addr=011FC4EC./INNOVUS231/tools.lnx86/innovus/bin/64bit/viewlog:Patch point found[1]! addr=002CA590./INNOVUS231/tools.lnx86/innovus/bin/64bit/dfII2enc:Patch point found[1]! addr=00251220./INNOVUS231/tools.lnx86/innovus/bin/64bit/innovus:Patch point found[1]! addr=2690D590./INNOVUS231/tools.lnx86/synth/bin/64bit/innovus_:Patch point found[1]! addr=09CE0F00./INNOVUS231/tools.lnx86/celtic/bin/64bit/make_cdb:Patch point found[100]! addr=014DD030, but seems patched./INNOVUS231/tools.lnx86/corelib/lib/64bit/libslm.so:Patch point found[1]! addr=000B9EF0./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/voltus_libsim:Patch point found[1]! addr=00E4A570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/voltus_libgen:Patch point found[1]! addr=0248E570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/voltus_libgds:Patch point found[1]! addr=0049D570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/voltus_extractor:Patch point found[1]! addr=01DFC570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/pgdb2spf:Patch point found[1]! addr=00377570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/voltus_railmg:Patch point found[1]! addr=00D2D570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/lightning.tty:Patch point found[1]! addr=010D5570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/mergedef:Patch point found[1]! addr=00272570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/voltus_rail:Patch point found[1]! addr=03FC6570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/itaputil:Patch point found[1]! addr=00255570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/voltus_power:Patch point found[1]! addr=04026570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/voltus_gds2def:Patch point found[1]! addr=00E9F570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/lightning:Patch point found[1]! addr=01120570./INNOVUS231/tools.lnx86/ssvtools/bin/64bit/voltus_rail_rpt:Patch point found[1]! addr=03FC6570./INNOVUS231/tools.lnx86/stylus/bin/64bit/flowtool:Patch point found[1]! addr=0047CEF0./INNOVUS231/tools.lnx86/stylus/lib/64bit/libunifiedMetrics.so:Patch point found[1]! addr=003DCEF0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/lib/libnffr.so:Patch point found[1]! addr=00594D10./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/lib/libnffr.so:Patch point found[100]! addr=00595400, but seems patched./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/lib/libvisadev.so:Patch point found[1]! addr=01236710./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/lib/libvisadev.so:Patch point found[100]! addr=01236DF0, but seems patched./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/lib/libvisadev.so:Patch point found[1]! addr=01313C30./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/lib/libvisadev.so:Patch point found[1]! addr=01314330./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/voltus_libsim:Patch point found[1]! addr=00E588E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/voltus_libgen:Patch point found[1]! addr=045048E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/voltus_libgds:Patch point found[1]! addr=0047A8E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/voltus_rail:Patch point found[1]! addr=06D6D8E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/itaputil:Patch point found[1]! addr=00BF68E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/voltus_power:Patch point found[1]! addr=054EA8E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/voltus_dsem:Patch point found[1]! addr=017898E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/voltus_gds2def:Patch point found[1]! addr=0159F8E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/ntx:Patch point found[1]! addr=053098E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/voltus_rail_rpt:Patch point found[1]! addr=06E428E0./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/sub/bin.ACTUAL/voltus_die_model:Patch point found[1]! addr=0299B8E0./INNOVUS231/tools.lnx86/voltus_components/xp_services/bin/.actual/vs:Patch point found[1]! addr=0058D8E0./INNOVUS231/tools.lnx86/voltus_components/xp_services/lib/libliberty_view-core.so:Patch point found[1]! addr=00F4F390./INNOVUS231/tools.lnx86/voltus_components/xp_services/lib/libliberty_view-core.so:Patch point found[100]! addr=00F4FA70, but seems patched./INNOVUS231/tools.lnx86/voltus_components/xp_services/lib/xp_lic_py.so:Patch point found[1]! addr=0018C4C0./INNOVUS231/tools.lnx86/extraction/bin/64bit/genmats:Patch point found[1]! addr=0051BE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/emtoict:Patch point found[1]! addr=004C1E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/rcx2sna:Patch point found[1]! addr=005C2E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/flattrans:Patch point found[1]! addr=00175E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/flatnet:Patch point found[1]! addr=0015EE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/snarcr:Patch point found[1]! addr=004D9E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/etoxy:Patch point found[1]! addr=001E9E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/spefchecker:Patch point found[1]! addr=00623E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/snaxtr:Patch point found[1]! addr=00570E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/ereduce:Patch point found[1]! addr=001D9E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/snapp:Patch point found[1]! addr=03B02E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/tident:Patch point found[1]! addr=0042DE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/pyrrha2:Patch point found[1]! addr=00156E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/flatsat:Patch point found[1]! addr=0012BE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/qident:Patch point found[1]! addr=001F0E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/mergecap:Patch point found[1]! addr=00171E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/qprint:Patch point found[1]! addr=001F0E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/tpick:Patch point found[1]! addr=00175E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/sip:Patch point found[1]! addr=009E5E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/portgen:Patch point found[1]! addr=001A0E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/epick:Patch point found[1]! addr=00184E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/isna2cds:Patch point found[1]! addr=00121E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/expandSubckt:Patch point found[1]! addr=00890E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/splitWideMos:Patch point found[1]! addr=0040FE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/smartDspf:Patch point found[1]! addr=01164E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/viewict:Patch point found[1]! addr=004EDE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/nebula:Patch point found[1]! addr=0088AE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/agdsPrep:Patch point found[1]! addr=00A1DE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/snatech:Patch point found[1]! addr=00217E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/nebulamesh:Patch point found[1]! addr=0115CE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/qrcToOA:Patch point found[1]! addr=010FDE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/p2pRSmart:Patch point found[1]! addr=0050DE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/xytoe:Patch point found[1]! addr=001E3E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/cvtcap:Patch point found[1]! addr=00163E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/inter:Patch point found[1]! addr=001BFE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/pax8:Patch point found[1]! addr=0017EE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/xreduce:Patch point found[1]! addr=00964E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/pandora:Patch point found[1]! addr=00ECEE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/flatlabel:Patch point found[1]! addr=0014FE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/sw3d:Patch point found[1]! addr=00224E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/sSPEF2SPEF:Patch point found[1]! addr=00127E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/geom:Patch point found[1]! addr=001B9E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/p2pR:Patch point found[1]! addr=00502E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/agds2rcx:Patch point found[1]! addr=00B7DE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/pax16:Patch point found[1]! addr=0101DE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/qrcuiLicChecker:Patch point found[1]! addr=00111E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/cds2sna:Patch point found[1]! addr=001C2E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/qrcfs:Patch point found[1]! addr=009D5E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/reconnect:Patch point found[1]! addr=00F47E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/densitymap:Patch point found[1]! addr=00187E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/flattub:Patch point found[1]! addr=001E8E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/iportgen:Patch point found[1]! addr=001D0E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/relocate:Patch point found[1]! addr=00136E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/dspfgen:Patch point found[1]! addr=00F02E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/ircxtoict:Patch point found[1]! addr=00120E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/urclToQrc:Patch point found[1]! addr=00496E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/richardson:Patch point found[1]! addr=004FAE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/icellToQrc:Patch point found[1]! addr=0012FE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/flatnmap:Patch point found[1]! addr=00148E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/qreduce:Patch point found[1]! addr=03B79E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/oa2rcx:Patch point found[1]! addr=00227E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/lithotran:Patch point found[1]! addr=00194E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/spefredu:Patch point found[1]! addr=00132E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/capsort:Patch point found[1]! addr=00508E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/regextract:Patch point found[1]! addr=00146E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/hoverlap:Patch point found[1]! addr=0019DE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/dspfchecker:Patch point found[1]! addr=001D7E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/substrus:Patch point found[1]! addr=007A4E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/grow:Patch point found[1]! addr=00206E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/cpick:Patch point found[1]! addr=0016DE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/assura_rcx:Patch point found[1]! addr=0024DE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/quview:Patch point found[1]! addr=010DDE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/connect:Patch point found[1]! addr=001F4E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/mergevia:Patch point found[1]! addr=01314E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/quantus:Patch point found[1]! addr=02141E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/stamp:Patch point found[1]! addr=0028AE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/snatct:Patch point found[1]! addr=002DCE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/gds2xy:Patch point found[1]! addr=0013CE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/scalegds:Patch point found[1]! addr=00135E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/lextract:Patch point found[1]! addr=0014AE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/eclip:Patch point found[1]! addr=0012FE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/ntx:Patch point found[1]! addr=053088E0./INNOVUS231/tools.lnx86/extraction/bin/64bit/multigen:Patch point found[1]! addr=00734E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/rccompare:Patch point found[1]! addr=00139E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/advgen:Patch point found[1]! addr=00E97E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/emerge:Patch point found[1]! addr=00159E30./INNOVUS231/tools.lnx86/extraction/bin/64bit/rex:Patch point found[1]! addr=00CDAE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/snasnd:Patch point found[1]! addr=03B1AE30./INNOVUS231/tools.lnx86/extraction/bin/64bit/thyia:Patch point found[1]! addr=0095AE30./INNOVUS231/tools.lnx86/extraction/lib/64bit/libmlm.so:Patch point found[1]! addr=000B96F0./INNOVUS231/tools.lnx86/extraction/lib/64bit/libRcxLicense.so:Patch point found[1]! addr=000B46F0./INNOVUS231/tools.lnx86/xufe/bin/64bit/xmelab:Patch point found[100]! addr=037088B0, but seems patched./INNOVUS231/tools.lnx86/xufe/bin/64bit/xmelab:Patch point found[1]! addr=037DC640./INNOVUS231/tools.lnx86/xufe/bin/64bit/xmelab:Patch point found[1]! addr=037DCD20./INNOVUS231/tools.lnx86/cda/bin/64bit/cda.exe:Patch point found[100]! addr=001DFE80, but seems patched./INNOVUS231/tools.lnx86/cda/bin/64bit/cdaindexer:Patch point found[100]! addr=001BC0B0, but seems patched./INNOVUS231/tools.lnx86/dlTrainBin/dlTrainModel.cpython-37m-x86_64-linux-gnu.so:Patch point found[1]! addr=001D3270./INNOVUS231/tools.lnx86/dlTrainBin/dlTrainModel.cpython-37m-x86_64-linux-gnu.so:Patch point found[100]! addr=001D3950, but seems patched./INNOVUS231/tools.lnx86/dlEcoBin/dlTrainModel.cpython-37m-x86_64-linux-gnu.so:Patch point found[1]! addr=001CE1D0./INNOVUS231/tools.lnx86/dlEcoBin/dlTrainModel.cpython-37m-x86_64-linux-gnu.so:Patch point found[100]! addr=001CE8B0, but seems patched./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_genOrionHeader:Patch point found[1]! addr=000E3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/cmiGet:Patch point found[1]! addr=000D3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_fmcgui:Patch point found[1]! addr=000E3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_fsrpt:Patch point found[1]! addr=000E3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_ddmrpt:Patch point found[1]! addr=000E3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_genGPUKernels:Patch point found[1]! addr=000E3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_safety:Patch point found[1]! addr=000E3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_scheduler:Patch point found[1]! addr=000E3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_thermalmap:Patch point found[1]! addr=000E3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_encrypt:Patch point found[1]! addr=000DAB50./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_yieldest:Patch point found[1]! addr=000E3220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectreserver:Patch point found[1]! addr=0011CB50./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre:Patch point found[1]! addr=07661220./INNOVUS231/tools.lnx86/spectre/bin/64bit/spectre_mcs3:Patch point found[1]! addr=000E3220./JSTUDIO231/tools.lnx86/joules/bin/64bit/joules:Patch point found[1]! addr=0A748590./JSTUDIO231/tools.lnx86/studio/bin/64bit/joules_studio:Patch point found[1]! addr=0A819590./JSTUDIO231/tools.lnx86/bin/perf_test:Patch point found[1]! addr=0004CB50./JSTUDIO231/tools.lnx86/bin/ckout_test:Patch point found[1]! addr=0004AB50./JSTUDIO231/tools.lnx86/bin/64bit/cdsmps:Patch point found[1]! addr=000C9490./JSTUDIO231/tools.lnx86/bin/lmobfslog:Patch point found[1]! addr=000940B0./JSTUDIO231/tools.lnx86/bin/cdslmd:Patch point found[1]! addr=0016A1F0./JSTUDIO231/tools.lnx86/lib/libnffr.so:Patch point found[1]! addr=0053D17C./JSTUDIO231/tools.lnx86/lib/libnffr.so:Patch point found[100]! addr=0053D720, but seems patched./JSTUDIO231/tools.lnx86/lib/64bit/libnffr.so:Patch point found[1]! addr=00594D10./JSTUDIO231/tools.lnx86/lib/64bit/libnffr.so:Patch point found[100]! addr=00595400, but seems patched./JSTUDIO231/tools.lnx86/pub/lib/64bit/liblicsoftshare.so:Patch point found[1]! addr=000A4490./JSTUDIO231/tools.lnx86/simvision/bin/64bit/simcompare.exe:Patch point found[100]! addr=003C0860, but seems patched./JSTUDIO231/tools.lnx86/simvision/bin/64bit/simcompare.exe:Patch point found[1]! addr=004945F0./JSTUDIO231/tools.lnx86/simvision/bin/64bit/simcompare.exe:Patch point found[1]! addr=00494CD0./JSTUDIO231/tools.lnx86/simvision/bin/64bit/simvisdbutil.exe:Patch point found[100]! addr=0053E520, but seems patched./JSTUDIO231/tools.lnx86/simvision/bin/64bit/simvisdbutil.exe:Patch point found[1]! addr=006122B0./JSTUDIO231/tools.lnx86/simvision/bin/64bit/simvisdbutil.exe:Patch point found[1]! addr=00612990./JSTUDIO231/tools.lnx86/simvision/bin/64bit/simvision.exe:Patch point found[100]! addr=00D74570, but seems patched./JSTUDIO231/tools.lnx86/simvision/bin/64bit/simvision.exe:Patch point found[1]! addr=00E48300./JSTUDIO231/tools.lnx86/simvision/bin/64bit/simvision.exe:Patch point found[1]! addr=00E489E0./JSTUDIO231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[1]! addr=016094C0./JSTUDIO231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[100]! addr=01609BA0, but seems patched./JSTUDIO231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[1]! addr=016E6E40./JSTUDIO231/tools.lnx86/simvision/bin/64bit/cds-dsn-gen.exe:Patch point found[1]! addr=016E7540./JSTUDIO231/tools.lnx86/corelib/lib/64bit/libslm.so:Patch point found[1]! addr=000B9EF0./JSTUDIO231/tools.lnx86/stylus/bin/64bit/flowtool:Patch point found[1]! addr=0046CEF0./JSTUDIO231/tools.lnx86/extraction/lib/64bit/libmlm.so:Patch point found[1]! addr=000B96F0./JSTUDIO231/tools.lnx86/extraction/lib/64bit/libRcxLicense.so:Patch point found[1]! addr=000B46F0./JSTUDIO231/tools.lnx86/cda/bin/64bit/cda.exe:Patch point found[100]! addr=001DFE80, but seems patched./JSTUDIO231/tools.lnx86/cda/bin/64bit/cdaindexer:Patch point found[100]! addr=001BC0B0, but seems patched./install/bin.lnx86/cdnDecrypt:Patch point found[1]! addr=0008EA98./install/bin.lnx86/cdnDecrypt:Patch point found[1]! addr=0008F2E4FTW done with ret code = 0, all file checkedTotal search 654093 files.Total 235 file are changed.Generic synopsys file checksum patcher & string extractor by tanker, v1.6, 2020-05Type -h for more help..Searching..... please wait...../GENUS231/tools.lnx86/lib/64bit/libnffr.so:Patch point found! addr=0074380D[0F]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4105]Error! Basic block contain too many instructions[4107]Error! Basic block contain too many instructions[4109]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4113]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4102]Error! Basic block contain too many instructions[4105]Error! Basic block contain too many instructions[4107]Error! Basic block contain too many instructions[4109]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4113]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4105]Error! Basic block contain too many instructions[4107]Error! Basic block contain too many instructions[4110]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4113]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4105]Error! Basic block contain too many instructions[4107]Error! Basic block contain too many instructions[4109]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4113]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4097]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4105]Error! Basic block contain too many instructions[4107]Error! Basic block contain too many instructions[4109]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4113]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4117]Error! Basic block contain too many instructions[4098]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4105]Error! Basic block contain too many instructions[4107]Error! Basic block contain too many instructions[4109]Error! Basic block contain too many instructions[4111]Error! Basic block contain too many instructions[4115]Error! Basic block contain too many instructions[4097]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4101]Error! Basic block contain too many instructions[4105]Error! Basic block contain too many instructions[4107]Error! Basic block contain too many instructions[4115]Error! Basic block contain too many instructions[4096]./INNOVUS231/tools.lnx86/lib/64bit/libnffr.so:Patch point found! addr=0074380D[0F]Error! Basic block contain too many instructions[4108]./INNOVUS231/tools.lnx86/voltus_components/xp_tools/anls/lib/libnffr.so:Patch point found! addr=0074380D[0F]Error! Basic block contain too many instructions[4134]Error! Basic block contain too many instructions[4099]Error! Basic block contain too many instructions[4139]Error! Basic block contain too many instructions[4127]Error! Basic block contain too many instructions[4131]./JSTUDIO231/tools.lnx86/lib/64bit/libnffr.so:Patch point found! addr=0074380D[0F]FTW done with ret code = 0, all file checkedTotal search 654094 files.Total 4 file are changed.<INFO-3> Patched:/data/tool/wg_tool/cadence/DDI23.14.000.ISR4...<INFO-6> Go back to: /data/tool/wg_tool/soft/cadence/DDI23/Hotfix_DDI23.14.000-ISR4/Hotfix_DDI23.14.000-ISR4_lnx-25/Hotfix_DDI23.14.000-ISR4_lnx86/patch/Cadence_patch/patch_c/ocad/ocad/bin...Finished.
### use_ddi23.cshrc环境变量;[designer01@wg-eda /tmp]$ cat /data/tool/wg_tool/cshrc/use_ddi23.cshrc#!/bin/csh -fsetenv CDS_LIC_FILE /data/tool/wg_tool/cadence/license/license_ddi23.datsetenv LM_LICENSE_FILE /data/tool/wg_tool/cadence/license/license_ddi23.dat# 核心:不验签名、不严格校验版本,只开功能setenv CDS_ALLOW_OLD_LICENSE 1setenv CDS_SKIP_VERSION_CHECK 1setenv CDS_LIC_ONLY 1setenv CDS_NO_LIC_WARNING 1setenv CDS_ALLOW_UNLICENSED 1setenv CDNS_LICENSE_SKIP_VERIFY 1setenv CDNS_SKIP_LIC_SIGN_CHECK 1unsetenv OA_HOMEunsetenv INNOVUS_HOMEunsetenv SNPSLMD_LICENSE_FILEsetenv DDI23_HOME /data/tool/wg_tool/cadence/DDI23.14.000.ISR4set path = ( \$DDI23_HOME/GENUS231/tools.lnx86/bin \$DDI23_HOME/INNOVUS231/tools.lnx86/bin \$DDI23_HOME/JSTUDIO231/tools.lnx86/bin \$DDI23_HOME/bin \$path \)rehash[designer01@wg-eda /tmp]$ source /data/tool/wg_tool/cshrc/use_ddi23.cshrc[designer01@wg-eda /tmp]$ genusTMPDIR is being set to /tmp/genus_temp_150571_ed262a56-27c2-497c-bb2e-c45fdb274f3e_wg-eda_designer01_OC7jXWCadence Genus(TM) Synthesis Solution.Copyright 2025 Cadence Design Systems, Inc. All rights reserved worldwide.Cadence and the Cadence logo are registered trademarks and Genus is a trademarkof Cadence Design Systems, Inc. in the United States and other countries.[20:32:19.033161] Configured Lic search path (23.02-s006): /data/tool/wg_tool/cadence/license/license_ddi23.datVersion: 23.14-s090_1, built Wed Feb 26 18:49:50 PST 2025Options:Date: Mon Jul 27 20:32:19 2026Host: wg-eda (x86_64 w/Linux 3.10.0-1160.el7.x86_64) (20cores*80cpus*2physical cpus*Intel(R) Xeon(R) Gold 6230 CPU @ 2.10GHz 28160KB) (263544624KB)PID: 150571OS: CentOS Linux 7 (Core)Checking out license: Genus_Synthesis[20:32:19.343002] Periodic Lic check successful[20:32:19.867303] Feature usage summary:[20:32:19.867303] Genus_Synthesis**********************************************************************************************************************************************************************************************************************Finished executable startup (4 seconds elapsed).Loading tool scripts...Finished loading tool scripts (33 seconds elapsed).WARNING: This version of the tool is 515 days old.@genus:root: 1> exitLic Summary:[20:33:23.001144] cdslmd servers: /data/tool/wg_tool/cadence/license/license_ddi23.dat[20:33:23.006959] Feature usage summary:[20:33:23.016488] Genus_SynthesisNormal exit.[designer01@wg-eda /tmp]$ joulesTMPDIR is being set to /tmp/joules_temp_151282_901be716-7d1a-4cd0-a843-1bd9d8b84dee_wg-eda_designer01_If52aSCadence Joules(TM) RTL Power Solution.Copyright 2025 Cadence Design Systems, Inc. All rights reserved worldwide.Cadence and the Cadence logo are registered trademarks and Joules is a trademarkof Cadence Design Systems, Inc. in the United States and other countries.[20:33:33.033137] Configured Lic search path (23.02-s006): /data/tool/wg_tool/cadence/license/license_ddi23.datVersion: 23.14-s077_1, built Mon Mar 03 10:14:13 PST 2025Options:Date: Mon Jul 27 20:33:33 2026Host: wg-eda (x86_64 w/Linux 3.10.0-1160.el7.x86_64) (20cores*80cpus*2physical cpus*Intel(R) Xeon(R) Gold 6230 CPU @ 2.10GHz 28160KB) (263544624KB)User: designer01PID: 151282OS: CentOS Linux 7 (Core)DISPLAY: localhost:32.0CWD: /tmpRTLSCORE_ROOT: /data/tool/wg_tool/cadence/DDI23.14.000.ISR4/JSTUDIO231/tools.lnx86Checking out license: Joules_RTL_Power[20:33:33.108048] Periodic Lic check successful[20:33:33.108062] Feature usage summary:[20:33:33.108063] Joules_RTL_PowerFinished executable startup (4 seconds elapsed).Loading tool scripts...Finished loading tool scripts (33 seconds elapsed).WARNING: This version of the tool is 510 days old.@joules:root: 1> exitLic Summary:[20:34:09.001184] cdslmd servers: /data/tool/wg_tool/cadence/license/license_ddi23.dat[20:34:09.016528] Feature usage summary:[20:34:09.320911] Joules_RTL_PowerNormal exit.[designer01@wg-eda /tmp]$ innovusCadence Innovus(TM) Implementation System.Copyright 2024 Cadence Design Systems, Inc. All rights reserved worldwide.Version: v23.14-s088_1, built Fri Feb 28 12:25:44 PST 2025Options:Date: Mon Jul 27 20:34:15 2026Host: wg-eda (x86_64 w/Linux 3.10.0-1160.el7.x86_64) (20cores*80cpus*Intel(R) Xeon(R) Gold 6230 CPU @ 2.10GHz 28160KB)OS: CentOS Linux 7 (Core)License:[20:34:15.033145] Configured Lic search path (23.02-s006): /data/tool/wg_tool/cadence/license/license_ddi23.datinvs Innovus Implementation System 23.1 checkout succeeded8 CPU jobs allowed with the current license(s). Use setMultiCpuUsage to set your required CPU count.Create and set the environment variable TMPDIR to /tmp/innovus_temp_151810_09d2bdd0-da60-41a0-8d56-c1f5e9e3e348_wg-eda_designer01_A0rcTS.Change the soft stacksize limit to 0.2%RAM (514 mbytes). Set global soft_stack_size_limit to change the value.Info: Process UID = 151810 / 09d2bdd0-da60-41a0-8d56-c1f5e9e3e348 / rSXUPujd1Y**INFO: MMMC transition support version v31-84innovus 1> exit*** Memory Usage v#2 (Current mem = 1895.125M, initial mem = 831.473M) ****** Message Summary: 0 warning(s), 0 error(s)--- Ending "Innovus" (totcpu=0:00:42.8, real=0:01:19, mem=1895.1M) ---[designer01@wg-eda /tmp]$

### 整合cshrc环境;[eda@wg-eda bin]$ cat /data/tool/wg_tool/cshrc/.cshrc#! /bin/csh############################################################################# 统一 EDA 工具 .cshrc# 支持Cadence IC618 / Spectre / MMSIM / Calibre / RedHawk / Innovus211# 支持Synopsys VCS / Verdi / DC / PT / FM / StarRC / ICC2 / FineSim / XA / tweaker############################################################################setenv os_type `uname -s`setenv linux_ver `uname -r`setenv hostnm `hostname`umask 022#===============================================================================# 常用别名#===============================================================================alias cls 'clear'alias vi 'gvim'alias g 'gedit'alias chm 'chmod -R 755'alias rh 'redhawk_sc_et &'alias rh_v 'redhawk_sc_et -v'alias cp_cds 'cp -r /data/tool/wg_tool/cshrc/.cdsinit .'alias proj 'cd /data/project'alias vir 'virtuoso &'alias cali 'calibre -gui &'#alias pt_shell 'script -q /dev/null -c "pt_shell" |& grep -v "PT-063"'#===============================================================================# 快速切换环境:ddi23 / eda_old#===============================================================================alias ddi23 'source /data/tool/wg_tool/cshrc/use_ddi23.cshrc'alias eda_old 'source /data/tool/wg_tool/cshrc/.cshrc'#----------------------------------------------------------------------# Synopsys 许可服务操作#----------------------------------------------------------------------alias lmg_start 'lmgrd -c /data/tool/wg_tool/synopsys/license/Synopsys.dat -l /data/tool/wg_tool/synopsys/license/lic.log'alias lmg_stop 'lmdown -q -c 27000@wg-eda'alias lmg_check 'lmutil lmstat -a -c 27000@wg-eda'#----------------------------------------------------------------------# Innovus 环境#----------------------------------------------------------------------alias use_innovus 'setenv LD_LIBRARY_PATH $INNOVUS_HOME/lib; setenv OA_HOME $CADHOME/INNOVUS211/oa_v22.60.052'#===============================================================================# 统一工具根目录#===============================================================================setenv TOOL_HOME /data/tool/wg_toolsetenv CADHOME ${TOOL_HOME}/cadencesetenv MENTOR_HOME ${TOOL_HOME}/mentorsetenv REDHAWK_HOME ${TOOL_HOME}/other/RedHawk-SC_Electrothermal_Linux64e7_V2023R2.1setenv SYNPS_HOME ${TOOL_HOME}/synopsys#===============================================================================# 1. Cadence IC618 + Spectre + MMSIM#===============================================================================setenv SPECTRE_DEFAULTS -Esetenv LANG Csetenv CDS_Netlisting_Mode Analogsetenv CDS_ENABLE_VMS 1setenv CDS_LOAD_ENV CWDsetenv CDS_AUTO_64BIT ALLsetenv OA_UNSUPPORTED_PLAT linux_rhel50_gcc44xsetenv CDS ${CADHOME}/IC618setenv CDSDIR ${CDS}setenv CDSHOME ${CDS}setenv CADENCE_DIR ${CDS}setenv CDS_INST_DIR ${CDS}setenv CDS_ROOT ${CDS}setenv CDSROOT ${CDS}setenv CDS_LIC_FILE ${CADHOME}/license/license.datsetenv CDS_LIC_ONLY 1setenv SPECTRE_HOME ${CADHOME}/SPECTRE181setenv MMSIMHOME ${CADHOME}/MMSIM151setenv INNOVUS_HOME ${CADHOME}/INNOVUS211#===============================================================================# 2. Calibre#===============================================================================setenv CALIBRE_HOME ${MENTOR_HOME}/calibre2019/aoj_cal_2019.3_15.11setenv MGC_HOME ${CALIBRE_HOME}setenv MGLS_LICENSE_FILE ${MENTOR_HOME}/license/license.datsetenv MGC_LIB_PATH ${CALIBRE_HOME}/libsetenv CALIBRE_ENABLE_SKILL_PEXBA_MODE 1setenv MGC_CALIBRE_REALTIME_VIRTUOSO_ENABLED 1setenv MGC_CALIBRE_REALTIME_VIRTUOSO_SAVE_MESSENGER_CELL 1setenv MGC_CALIBRE_SAVE_ALL_RUNSET_VALUES 1#===============================================================================# 3. RedHawk#===============================================================================setenv APACHEDA_LICENSE_FILE ${REDHAWK_HOME}/license/ansyslmd.lic#===============================================================================# 4. Synopsys 工具 (VCS / Verdi / DC / PT / FM / StarRC / ICC2 / FineSim / XA)#===============================================================================setenv SCL_HOME ${SYNPS_HOME}/scl/2023.09setenv VERDI_LICENSE_FEATURE Verdisetenv VCS_TARGET_ARCH amd64setenv HSPICE_64 1setenv SW_SX_64 1setenv HSIM_64 1setenv XA_64 1setenv VCS_HOME ${SYNPS_HOME}/vcs2022Patched/vcs/T-2022.06setenv VERDI_HOME ${SYNPS_HOME}/verdi2022/verdi/T-2022.06setenv SYN_HOME ${SYNPS_HOME}/syn201806setenv PTS_HOME ${SYNPS_HOME}/pt201806setenv FM_HOME ${SYNPS_HOME}/fm/V-2023.12-SP5setenv STARRC_HOME ${SYNPS_HOME}/starrc201806setenv ICC2_HOME ${SYNPS_HOME}/icc2_201806setenv FINESIM_HOME ${SYNPS_HOME}/finesim/finesim/O-2018.09-SP2setenv CUSTOMSIM_HOME ${SYNPS_HOME}/xa/xa/V-2023.12-SP1# Synopsys Licensesetenv SNPSLMD_LICENSE_FILE 27000@wg-edasetenv LM_LICENSE_FILE 27000@wg-eda#===============================================================================# PATH 统一顺序,后加的优先级高#===============================================================================set path = ( \$SCL_HOME/linux64/bin \$VCS_HOME/bin \$VERDI_HOME/bin \$SYN_HOME/bin \$PTS_HOME/bin \$FM_HOME/bin \$STARRC_HOME/bin \$ICC2_HOME/bin \$FINESIM_HOME/bin \$CUSTOMSIM_HOME/bin \$CDSDIR/tools/bin \$CDSDIR/tools/dfII/bin \$SPECTRE_HOME/bin \$SPECTRE_HOME/tools/bin \$MMSIMHOME/bin \$MMSIMHOME/tools/relxpert/bin \$MMSIMHOME/tools/dfII/bin \$MMSIMHOME/tools/spectre/bin \$MMSIMHOME/tools/ultrasim/bin \$MMSIMHOME/tools/bin \$CALIBRE_HOME/bin \$INNOVUS_HOME/bin \$REDHAWK_HOME/bin \$path \)#===============================================================================# LD_LIBRARY_PATH#===============================================================================if (! $?LD_LIBRARY_PATH) thensetenv LD_LIBRARY_PATH ""endifsetenv LD_LIBRARY_PATH \${FINESIM_HOME}/lib:${CALIBRE_HOME}/shared/pkgs/icv/tools/calibre_client/lib/64:$LD_LIBRARY_PATH#===============================================================================# 修复 PrimeTime PT-063 警告#===============================================================================#setenv SYNOPSYS_LIB_COMP_HOME $SYN_HOME# 强制屏蔽 PrimeTime PT-063 警告#setenv PT_DISABLE_LIB_COMP_CHECK 1#setenv SNPS_SKIP_LIB_COMP_CHECK 1#===============================================================================# 额外优化#===============================================================================setenv CDS_SPECTRERF_FBENABLE 1setenv CDS_SPECTRE_FBENABLE 1#===============================================================================# Tweaker S-2021.06-SP5 (patched)#===============================================================================setenv TWEAKER_HOME /data/tool/wg_tool/synopsys/tweaker_S-2021.06-SP5/tweaker_S-2021.06-SP5set path = ($TWEAKER_HOME/bin $path)#===============================================================================# Login Environment Info#===============================================================================echo ""echo "========================================================================"echo " Current Environment: Default Classic EDA Flow"echo " Tools available: IC618 | Spectre | MMSIM | Calibre | RedHawk | Innovus211 (use_innovus)"echo " VCS | Verdi | DC | PT | FM | StarRC | ICC2 | FineSim | XA | tweaker"echo ""echo " Quick Switch Commands:"echo " ddi23 Switch to DDI23.14 (Genus / Innovus23 / Joules)"echo " eda_old Switch back to Classic EDA Environment"echo "========================================================================"echo ""[eda@wg-eda bin]$ cat /data/tool/wg_tool/cshrc/use_ddi23.cshrc#!/bin/csh -f# 先清空旧环境关键变量,避免冲突unsetenv CDS_LIC_FILEunsetenv LM_LICENSE_FILEunsetenv CDSunsetenv CDSDIRunsetenv CDSHOMEunsetenv INNOVUS_HOMEunsetenv OA_HOMEunsetenv SNPSLMD_LICENSE_FILE# DDI23.14 独立许可setenv CDS_LIC_FILE /data/tool/wg_tool/cadence/license/license_ddi23.datsetenv LM_LICENSE_FILE /data/tool/wg_tool/cadence/license/license_ddi23.dat# 许可兼容参数setenv CDS_ALLOW_OLD_LICENSE 1setenv CDS_SKIP_VERSION_CHECK 1setenv CDS_LIC_ONLY 1setenv CDS_NO_LIC_WARNING 1setenv CDS_ALLOW_UNLICENSED 1setenv CDNS_LICENSE_SKIP_VERIFY 1setenv CDNS_SKIP_LIC_SIGN_CHECK 1setenv CDS_AUTO_64BIT ALLsetenv OA_UNSUPPORTED_PLAT linux_rhel70_gcc93x# DDI23 主目录setenv DDI23_HOME /data/tool/wg_tool/cadence/DDI23.14.000.ISR4# 优先使用 DDI23 工具set path = ( \$DDI23_HOME/GENUS231/tools.lnx86/bin \$DDI23_HOME/INNOVUS231/tools.lnx86/bin \$DDI23_HOME/JSTUDIO231/tools.lnx86/bin \$DDI23_HOME/bin \$path \)rehashecho "=> 已切换到 DDI23.14 环境 (Genus / Innovus23 / Joules)"#####给所有 designer 用户批量添加环境变量加载语句:##root用户bash环境执行;可以重复执行;for i in {01..30}; dofile="/data/home/designer$i/.cshrc"line="source /data/tool/wg_tool/cshrc/.cshrc"if [ ! -f "$file" ]; thenecho "$line" > "$file"chown designer$i:rnd "$file"elsegrep -qxF "$line" "$file" || echo "$line" >> "$file"fidone
夜雨聆风