<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>EETOP 创芯网论坛 (原名：电子顶级开发网) - 数字IC设计讨论(IC前端|FPGA|ASIC)</title>
    <link>https://bbs.eetop.wang/forum-69-1.html</link>
    <description>Latest 20 threads of 数字IC设计讨论(IC前端|FPGA|ASIC)</description>
    <copyright>Copyright(C) EETOP 创芯网论坛 (原名：电子顶级开发网)</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 07 Jun 2026 16:13:06 +0000</lastBuildDate>
    <ttl>180</ttl>
    <image>
      <url>https://bbs.eetop.wang/static/image/common/logo_88_31.gif</url>
      <title>EETOP 创芯网论坛 (原名：电子顶级开发网)</title>
      <link>https://bbs.eetop.wang/</link>
    </image>
    <item>
      <title>以电阻为负载的全差分运放需要共模负反馈吗</title>
      <link>https://bbs.eetop.wang/thread-995409-1-1.html</link>
      <description><![CDATA[如题，电流源负载因为负载电流源和尾电流源电流失配导致输出电压不稳，所以需要共模负反馈来检测共模电压，稳定电流源负载。但是电阻负载的全差分运放输出阻抗较低，输出端为低阻抗结点，电流失配不会造成输出电压变动很大，这种情况还需要共模负反馈吗，期待懂的大佬们 ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>mimmimhu</author>
      <pubDate>Fri, 19 Sep 2025 06:25:45 +0000</pubDate>
    </item>
    <item>
      <title>类似classAB结构的输出级</title>
      <link>https://bbs.eetop.wang/thread-995392-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>mimmimhu</author>
      <pubDate>Fri, 19 Sep 2025 02:05:48 +0000</pubDate>
    </item>
    <item>
      <title>DDR模式</title>
      <link>https://bbs.eetop.wang/thread-995382-1-1.html</link>
      <description><![CDATA[如果要用到DDR模式，可以这样写吗？？



DDR模式的综合需要注意什么？要用到什么特殊命令？]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>scutlee</author>
      <pubDate>Thu, 18 Sep 2025 13:26:26 +0000</pubDate>
    </item>
    <item>
      <title>关于使用ICG与AND门做时钟门控的时序检查</title>
      <link>https://bbs.eetop.wang/thread-995362-1-1.html</link>
      <description><![CDATA[时钟门控可以调用使用ICG或者AND门来实现，ICG这个单元的结构是由一个锁存器+与门构成的，锁存器会检查时序，在lib库中也有时序要求，所以在DC和PR阶段都不需要做任何约束工具会自动检查。那么如果使用AND门来做时钟门控，又要保证EN信号的变化不能产生毛刺（即只能在时 ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>任大大</author>
      <pubDate>Thu, 18 Sep 2025 09:01:32 +0000</pubDate>
    </item>
    <item>
      <title>配置静态参数不需要做同步是否安全，亚稳态一定会稳定下来吗</title>
      <link>https://bbs.eetop.wang/thread-995342-1-1.html</link>
      <description><![CDATA[我们都知道一旦发生亚稳态需要参照MTBF给一定的时间恢复，一般2到3个clk period就够了。作为同步器，不允许插入组合逻辑，否则可能产生毛刺进一步引起亚稳态。
对于配置静态参数这样的跨时钟域处理，往往因为数据提前配置，在被后级采样时认为亚稳态已经稳定下来了，且 ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>simplezt</author>
      <pubDate>Thu, 18 Sep 2025 03:05:22 +0000</pubDate>
    </item>
    <item>
      <title>DFT需要前端做什么？</title>
      <link>https://bbs.eetop.wang/thread-995319-1-1.html</link>
      <description><![CDATA[DFT需要前端做什么？前端要怎么配合做DFT？]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>scutlee</author>
      <pubDate>Wed, 17 Sep 2025 16:47:40 +0000</pubDate>
    </item>
    <item>
      <title>dft学习</title>
      <link>https://bbs.eetop.wang/thread-995297-1-1.html</link>
      <description><![CDATA[学习]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>IC菜鸟无敌</author>
      <pubDate>Wed, 17 Sep 2025 10:00:07 +0000</pubDate>
    </item>
    <item>
      <title>有没有什么办法能读取分析rtl移除所有参数并把端口转化为网表类似的一维格式</title>
      <link>https://bbs.eetop.wang/thread-995282-1-1.html</link>
      <description><![CDATA[实际项目中会拿到一些代码是端口使用了参数，端口是多维的等情况，有时候为了跑flow会选择把这些ip做空，保持端口一致同时删除内部逻辑或者输出tie0，而实操时因为代码时rtl格式的，端口有参数，多维端口都会对抽假lib，做空wrapper产生干扰（比如pt就不支持端口参数和 ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>lolina</author>
      <pubDate>Wed, 17 Sep 2025 07:05:22 +0000</pubDate>
    </item>
    <item>
      <title>经过flash的路径约束</title>
      <link>https://bbs.eetop.wang/thread-995260-1-1.html</link>
      <description><![CDATA[请问各位大佬，设计里有图中这样经过flash的路径，Flash的时序是从READ有效到读出数据DOUT端有25ns的延时，并且DOUT端对READ还有2ns的setup要求（flash lib中是retaining），READ信号的来源和DOUT的去路都是clk主时钟驱动的reg，这种路径该怎么约束？尤其是在前端没法设 ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>桦桦</author>
      <pubDate>Wed, 17 Sep 2025 01:32:45 +0000</pubDate>
    </item>
    <item>
      <title>如何在综合网表中添加Power_IO</title>
      <link>https://bbs.eetop.wang/thread-995226-1-1.html</link>
      <description><![CDATA[最近在学习TSMC 28nm的IO_PAD，查找资料看到说VDD、VSS、corner这种全局PAD可直接在DC综合的网表中添加，想问下具体要怎样例化？如果需要多个VDD、VSS，需要像RTL中例化module一样用不同的模块名做区分吗？
我是这样写的，不知道对不对：

PCORNER_G corner1();

PCORNE ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>风城烟雨</author>
      <pubDate>Tue, 16 Sep 2025 06:42:08 +0000</pubDate>
    </item>
    <item>
      <title>DC如何使用gtech网表后继续综合？</title>
      <link>https://bbs.eetop.wang/thread-995221-1-1.html</link>
      <description><![CDATA[求助一下各位，analyse + elaborate 得到gtech.v文件后退出dc，在下次dc综合中怎样使用这个gtech网表继续综合呢？直接使用read file -v 会出现\&quot;Syntax error at or near
token \'SEQGEN**\':cell not supported for HDL instantiation. (VER-294)这个error

 ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>shiluo9</author>
      <pubDate>Tue, 16 Sep 2025 05:42:51 +0000</pubDate>
    </item>
    <item>
      <title>求助：Spyglass检查出现这个问题怎么解决？</title>
      <link>https://bbs.eetop.wang/thread-995180-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>zqp991224</author>
      <pubDate>Mon, 15 Sep 2025 09:38:26 +0000</pubDate>
    </item>
    <item>
      <title>有偿求一份 SolvNet article</title>
      <link>https://bbs.eetop.wang/thread-995170-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>lisa159</author>
      <pubDate>Mon, 15 Sep 2025 07:47:47 +0000</pubDate>
    </item>
    <item>
      <title>设计文档</title>
      <link>https://bbs.eetop.wang/thread-995168-1-1.html</link>
      <description><![CDATA[我需要一个芯片的设计文档模板，如果能对标ARM M7/M3的格式更好，有谁可以提供一下吗，非常感谢]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>wuwanmei</author>
      <pubDate>Mon, 15 Sep 2025 07:25:20 +0000</pubDate>
    </item>
    <item>
      <title>如何编写仲裁器</title>
      <link>https://bbs.eetop.wang/thread-995136-1-1.html</link>
      <description><![CDATA[前阵子看了看正点原子的逻辑设计开发指南，有些地方写的还是比较粗糙。
虽然写了RR轮询调度器，但设计还不是特别完善，没法参数化、没有外部fifo，不能直接拿过来用。因此有了本贴

ram设计：此处仅给出代码，设计详见王贞炎的FPGA应用和开发仿真。因为内容涉及较多，实 ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>卡卡布</author>
      <pubDate>Sun, 14 Sep 2025 03:27:40 +0000</pubDate>
    </item>
    <item>
      <title>vivado编译QuestaSim IP仿真库失败</title>
      <link>https://bbs.eetop.wang/thread-995117-1-1.html</link>
      <description><![CDATA[我用的是WINDOWS版本的VIVADO 2023.1，QuestaSim是2024.1（也试过2021.1），然后编译就报错：


Compiling libraries for \'questasim\' simulator in \'G:/Questasim_2021_1/vivado2023_1_lib\'
ERROR: [Vivado 12-2146] Failed to update the setup file(s) for simulator ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>QYiran</author>
      <pubDate>Sat, 13 Sep 2025 02:00:25 +0000</pubDate>
    </item>
    <item>
      <title>PT_shell命令</title>
      <link>https://bbs.eetop.wang/thread-995090-1-1.html</link>
      <description><![CDATA[在STA收敛时序时，通常要起session,比如说当我发现一条路径违例时，输入report_timing报violated,然后输入  set_multicycle_path ...报MET，那么如果我后悔了，想让前一条set_multicycle_path ...命令失效，想重新看看刚才那条违例的路径报告，除了鼠标不停往上翻看历史 ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>时间在走人在变</author>
      <pubDate>Fri, 12 Sep 2025 07:12:09 +0000</pubDate>
    </item>
    <item>
      <title>pde源区和漏区不应该都是p型掺杂吗</title>
      <link>https://bbs.eetop.wang/thread-995059-1-1.html</link>
      <description><![CDATA[为什么这里的s端为n掺杂呢，管子类型为pde35/pde40]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>mimmimhu</author>
      <pubDate>Thu, 11 Sep 2025 10:53:49 +0000</pubDate>
    </item>
    <item>
      <title>跨时钟域同步，若两级寄存器之间的时序为刚好满足的状态，那么是不是就不能起到降低亚稳态的功能了？</title>
      <link>https://bbs.eetop.wang/thread-994994-1-1.html</link>
      <description><![CDATA[比如说，时钟为10ns，Clock-to-Q为4ns，Net Delay为4ns，Setup Time为2ns。若第一级出现亚稳态，是否可以当作Clock-to-Q的时间变长了？若可以那么二级寄存器就出现了建立时间违例，是不是就必然导致了亚稳态的产生？
 ...]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>KwonJunHyun</author>
      <pubDate>Wed, 10 Sep 2025 07:20:40 +0000</pubDate>
    </item>
    <item>
      <title>PT功耗仿真问题，求大佬</title>
      <link>https://bbs.eetop.wang/thread-994980-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>数字IC设计讨论(IC前端|FPGA|ASIC)</category>
      <author>CHN_LJF</author>
      <pubDate>Wed, 10 Sep 2025 03:23:28 +0000</pubDate>
    </item>
  </channel>
</rss>