<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.cadence.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Feedback, Suggestions, and Questions - Recent Threads</title><link>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions</link><description>Provide feedback on the forums or any other part of the site. Questions and suggestions welcome.[br][b]Moderator:[/b]  Community Operations</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Jul 2026 17:11:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions" /><item><title>Cadence GEM (MACB) - Direct RGMII MAC-to-MAC communication without PHY</title><link>https://community.cadence.com/thread/66144?ContentTypeID=0</link><pubDate>Tue, 07 Jul 2026 17:11:03 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:267bf281-1ce5-44ff-8c2e-0d51012453b9</guid><dc:creator>SK202607076945</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/66144?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/66144/cadence-gem-macb---direct-rgmii-mac-to-mac-communication-without-phy/rss?ContentTypeId=0</wfw:commentRss><description>&lt;blockquote data-start="1068" data-end="3148"&gt;
&lt;p class="PDq2pG_selectionAnchorContainer" data-start="1158" data-end="1166"&gt;Hi Team,&lt;span class="PDq2pG_selectionAnchor"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-start="1171" data-end="1371"&gt;We are working on a direct RGMII MAC-to-MAC communication setup between an NXP i.MX8MP MAC and a Cadence GEM (MACB) integrated in an APSoC. The two MACs are connected directly without an external PHY.&lt;/p&gt;
&lt;p class="" data-start="1376" data-end="1450"&gt;We have already performed the following verification to isolate the issue:&lt;/p&gt;
&lt;ul data-start="1455" data-end="2157"&gt;
&lt;li data-section-id="1vtqa6c" data-start="1455" data-end="1587"&gt;Verified standalone external loopback on the APSoC by connecting TX and RX locally. Both TX and RX packet counters increase correctly.&lt;/li&gt;
&lt;li data-section-id="qg3fd4" data-start="1590" data-end="1674"&gt;Verified standalone external loopback on the i.MX8MP. Communication is successful.&lt;/li&gt;
&lt;li data-section-id="9ageg3" data-start="1928" data-end="2058"&gt;Verified the RGMII interface using an oscilloscope. TX data and clocks are present, and the electrical interface appears normal.&lt;/li&gt;
&lt;li data-section-id="1781icw" data-start="2061" data-end="2155"&gt;Tried different &lt;code data-start="2079" data-end="2089"&gt;phy-mode&lt;/code&gt; settings (&lt;code data-start="2100" data-end="2107"&gt;rgmii&lt;/code&gt;, &lt;code data-start="2109" data-end="2119"&gt;rgmii-id&lt;/code&gt;, &lt;code data-start="2121" data-end="2133"&gt;rgmii-rxid&lt;/code&gt;) without improvement.&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="" data-start="2160" data-end="2307"&gt;Since both MACs work correctly in standalone testing, the remaining suspicion is related to the direct MAC-to-MAC RGMII interface and clock timing.&lt;/p&gt;
&lt;p class="" data-start="2312" data-end="2363"&gt;We would appreciate clarification on the following:&lt;/p&gt;
&lt;ol data-start="2368" data-end="3103"&gt;
&lt;li data-section-id="1xpp5ee" data-start="2368" data-end="2476"&gt;Does the Cadence GEM IP officially support direct RGMII MAC-to-MAC communication without an external PHY?&lt;/li&gt;
&lt;li data-section-id="13bvn2o" data-start="2479" data-end="2582"&gt;Are there any additional GEM register configurations required specifically for MAC-to-MAC operation?&lt;/li&gt;
&lt;li data-section-id="10yxc1g" data-start="2585" data-end="2670"&gt;Is the RGMII TX/RX clock skew (internal delay) programmable in the Cadence GEM IP?&lt;/li&gt;
&lt;li data-section-id="wnqcl6" data-start="2673" data-end="2849"&gt;If programmable, is it configured through:
&lt;ul data-start="2724" data-end="2849"&gt;
&lt;li data-section-id="17s6zf5" data-start="2724" data-end="2740"&gt;GEM registers,&lt;/li&gt;
&lt;li data-section-id="1c9q3yg" data-start="2746" data-end="2772"&gt;the Linux &lt;code data-start="2758" data-end="2764"&gt;macb&lt;/code&gt; driver,&lt;/li&gt;
&lt;li data-section-id="1fu15q2" data-start="2778" data-end="2792"&gt;Device Tree,&lt;/li&gt;
&lt;li data-section-id="loahz0" data-start="2798" data-end="2849"&gt;or platform-specific hardware outside the GEM IP?&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li data-section-id="1xr2d9g" data-start="2852" data-end="2982"&gt;Does the Linux &lt;code data-start="2870" data-end="2876"&gt;macb&lt;/code&gt; driver configure any RGMII delay automatically, or is this expected to be handled by the SoC integration?&lt;/li&gt;
&lt;li data-section-id="xvnlnq" data-start="2985" data-end="3101"&gt;Are there any application notes, reference designs, or known limitations for GEM MAC-to-MAC operation over RGMII?&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-start="3106" data-end="3148"&gt;Any guidance would be greatly appreciated.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>testing</title><link>https://community.cadence.com/thread/65985?ContentTypeID=0</link><pubDate>Mon, 04 May 2026 09:05:43 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:18fe4f2d-46e6-46c9-b1df-25501bd11363</guid><dc:creator>marcelpreda</dc:creator><slash:comments>6</slash:comments><comments>https://community.cadence.com/thread/65985?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/65985/testing/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This post is more a test.&lt;br /&gt;I&amp;#39;m trying to start a thread in this forum, but no success.&lt;/p&gt;
&lt;p&gt;Either my message is to big, or something else (e.g. I&amp;#39;ve try some text formatting) but when I push Post the the page is &amp;quot;thinking&amp;quot;, see attachment.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I&amp;#39;ve try it in Chrome and Edge browsers,&amp;nbsp;I&amp;#39;ve wait almost half hour, noting is happening.&lt;br /&gt;Some advice, should I skip text formatting?&lt;br /&gt;&lt;br /&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Marcel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>NCSU TechLib Ami06 - Diva -&gt; Assura Files</title><link>https://community.cadence.com/thread/65591?ContentTypeID=0</link><pubDate>Mon, 22 Dec 2025 18:05:11 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:c25d8476-fc5c-4ada-8afa-fdfe9fc2d673</guid><dc:creator>PlexiGlassFish</dc:creator><slash:comments>3</slash:comments><comments>https://community.cadence.com/thread/65591?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/65591/ncsu-techlib-ami06---diva---assura-files/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hey everyone,&lt;/p&gt;
&lt;p&gt;I am running Cadence Virtuoso and I need to&amp;nbsp;convert&amp;nbsp;some NCSU_TechLib_Ami06 library files (divaDRC.rul, divaLVS.rul, tech.db and the techfile) over from its Diva implementation (as of the NCSU_CDK_1.6.0_Beta) to be Assura compatible. I was wondering if anyone has already made this conversion happen for any/all of the listed files, or if people had tips for the conversion process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SKILL program or a command file to identify the regions where metal layers extend into MOM capacitors</title><link>https://community.cadence.com/thread/64964?ContentTypeID=0</link><pubDate>Thu, 17 Jul 2025 07:42:29 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:37072680-eae6-4ebb-8981-8ff6b55916f9</guid><dc:creator>Brad7086</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/64964?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/64964/skill-program-or-a-command-file-to-identify-the-regions-where-metal-layers-extend-into-mom-capacitors/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span style="background-color:#f4f6f8;color:#24292f;float:none;font-family:-apple-system, BlinkMacSystemFont, &amp;#39;Segoe UI&amp;#39;, &amp;#39;Noto Sans&amp;#39;, Helvetica, Arial, sans-serif, &amp;#39;Apple Color Emoji&amp;#39;, &amp;#39;Segoe UI Emoji&amp;#39;;font-size:14px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;I would like to write a SKILL program or a command file to identify the regions where metal layers extend into MOM capacitors, in order to prevent any impact on the capacitance value of the MOM capacitors.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#f4f6f8;color:#24292f;float:none;font-family:-apple-system, BlinkMacSystemFont, &amp;#39;Segoe UI&amp;#39;, &amp;#39;Noto Sans&amp;#39;, Helvetica, Arial, sans-serif, &amp;#39;Apple Color Emoji&amp;#39;, &amp;#39;Segoe UI Emoji&amp;#39;;font-size:14px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;My initial idea is to first identify the layers of the MOM capacitors, and then use the ABE API to find the overlapping areas with the metal layers.&lt;/span&gt;&lt;br style="background-color:#f4f6f8;border:0px solid #e5e7eb;color:#24292f;font-family:-apple-system, BlinkMacSystemFont, &amp;#39;Segoe UI&amp;#39;, &amp;#39;Noto Sans&amp;#39;, Helvetica, Arial, sans-serif, &amp;#39;Apple Color Emoji&amp;#39;, &amp;#39;Segoe UI Emoji&amp;#39;;font-size:14px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre-wrap;" /&gt;&lt;span style="background-color:#f4f6f8;color:#24292f;float:none;font-family:-apple-system, BlinkMacSystemFont, &amp;#39;Segoe UI&amp;#39;, &amp;#39;Noto Sans&amp;#39;, Helvetica, Arial, sans-serif, &amp;#39;Apple Color Emoji&amp;#39;, &amp;#39;Segoe UI Emoji&amp;#39;;font-size:14px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt; I welcome everyone to discuss and share your opinions. Thank you!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DC-DC converter power stage (real switching circuit) transfer function bode plot method</title><link>https://community.cadence.com/thread/64962?ContentTypeID=0</link><pubDate>Thu, 17 Jul 2025 06:37:44 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:854134ea-5768-4f40-978c-272b26c0a84c</guid><dc:creator>SL202507161758</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/64962?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/64962/dc-dc-converter-power-stage-real-switching-circuit-transfer-function-bode-plot-method/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;I am building&lt;/span&gt;&lt;span&gt;&amp;nbsp;a schematic and&lt;/span&gt;&lt;span&gt;&amp;nbsp;running simulations&lt;/span&gt;&lt;span&gt;&amp;nbsp;in Cadence ADE&lt;/span&gt;&lt;span&gt;&amp;nbsp;L.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;With a power&lt;/span&gt;&lt;span&gt;&amp;nbsp;converter such&lt;/span&gt;&lt;span&gt;&amp;nbsp;as a buck converter which is a real switching circuit&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; is there a way&lt;/span&gt;&lt;span&gt;&amp;nbsp;to obtain the&lt;/span&gt;&lt;span&gt;&amp;nbsp;open-loop&amp;nbsp;&lt;/span&gt;&lt;strong&gt;duty-cycle-to-output transfer&lt;span&gt;&amp;nbsp;&lt;/span&gt;function&lt;/strong&gt;&lt;span&gt;&amp;nbsp;through simulation&lt;/span&gt;&lt;span&gt;?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Easy fix  &gt;&gt; typo at the  "Community"  page in the user description "Comunity member" should be "Community member"</title><link>https://community.cadence.com/thread/64926?ContentTypeID=0</link><pubDate>Wed, 09 Jul 2025 06:03:24 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:057ef1d7-5e74-4637-905d-f876ed694679</guid><dc:creator>Kira M</dc:creator><slash:comments>2</slash:comments><comments>https://community.cadence.com/thread/64926?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/64926/easy-fix-typo-at-the-community-page-in-the-user-description-comunity-member-should-be-community-member/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Easy and quick fix &amp;gt;&amp;gt; typo at the&amp;nbsp; &amp;quot;Community&amp;quot;&amp;nbsp; page in the user description. I suppose&amp;nbsp; &amp;quot;Comunity member&amp;quot; should be &amp;quot;Community member&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Have a good day!&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:480px;max-width:640px;" src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/pastedimage1752040911822v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:480px;max-width:640px;" src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/pastedimage1752040968269v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>High-Voltage MOSFET Body Diode Behavior and Extraction Issues in Post-Layout Simulation</title><link>https://community.cadence.com/thread/64887?ContentTypeID=0</link><pubDate>Fri, 27 Jun 2025 19:48:58 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:0f04390a-0fe5-45be-bcdd-906f234b9071</guid><dc:creator>Xilai</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/64887?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/64887/high-voltage-mosfet-body-diode-behavior-and-extraction-issues-in-post-layout-simulation/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;Hello,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;rsquo;m working on a design using a TSMC 180nm High Voltage (GEN2) process. The devices in use, according to the PDK model files, include internal body diodes as part of their structure.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Setup:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;VDD = 20V supply&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Layout passes DRC, LVS, and ANN&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;SUB terminals for both NMOS and PMOS are connected to GND and VDD respectively&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Issues Encountered:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;In Calibre PEX, I see warnings like:&lt;/span&gt;&lt;span&gt;&lt;br /&gt; &lt;/span&gt;&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&amp;ldquo;Area for diode cannot be 0.0, reset to 1e-12&amp;rdquo;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&amp;ldquo;Layout instances ignored due to invalid master&amp;rdquo;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;/span&gt;In Assura layout extraction, I can Diode noted &amp;ldquo;unmatched&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;In Spectre post-layout simulations, DC and transient behavior significantly diverges from schematic-level results.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I suspect that leakage through internal body diodes at high voltage (20V) is causing simulation instability or unexpected current paths&amp;mdash;possibly due to how the substrate terminals are connected or how the extraction tool interprets the parasitics.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Questions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;What is the recommended way to connect SUB terminals in high-voltage devices to avoid body diode conduction or leakage?&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;How can I configure Calibre PEX (or Assura) to extract accurate area/perimeter values and avoid diode mismatch warnings? Since we cannot control or set the internal Diode no matter in schematic or layout.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Is there a specific LPE or netlisting flow required to properly handle HV parasitics and diode modeling in this process?&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Any help on preventing diode-related leakage and ensuring post-layout accuracy at high voltage mosfets or any experience about the HV PDK would be greatly appreciated.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Why i can't insert pictures from my computer</title><link>https://community.cadence.com/thread/63326?ContentTypeID=0</link><pubDate>Fri, 28 Feb 2025 15:41:23 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:30646d33-ddbd-4bd5-8da6-2f0f1007cdb2</guid><dc:creator>littleneil</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/63326?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/63326/why-i-can-t-insert-pictures-from-my-computer/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,everyone.&lt;br /&gt;I&amp;#39;m trying to post a question to the community but find myself can&amp;#39;t upload pictures onto the website.&lt;br /&gt;I choose Insert&amp;gt;Image/Video/File&amp;gt;Upload, but every time i click upload there&amp;#39;s an orange notice board jump out saying&amp;nbsp; &amp;#39;An error occurred. Please try&lt;br /&gt;again or contact your administrator&amp;#39;, whatever size or formate of pictures I choose.&lt;br /&gt;My broswer is chorme.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to find the pulse length with MDL?</title><link>https://community.cadence.com/thread/63074?ContentTypeID=0</link><pubDate>Sat, 11 Jan 2025 16:49:36 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:e3f4633e-9408-497a-aaa2-85bd4e82bfb8</guid><dc:creator>iaty</dc:creator><slash:comments>2</slash:comments><comments>https://community.cadence.com/thread/63074?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/63074/how-to-find-the-pulse-length-with-mdl/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am trying to find the equation to calculate the total length of a signal. So the code should find the moment the signal starts to rise, plateau, and fall duration. After that, the duration of these times should be added. And at the end, I should get 150ns as a result. I tried to implement something like the below but it did not work suggestion are welcome :)&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:480px;max-width:640px;" alt=" " src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/Screenshot-2025_2D00_01_2D00_11-174722.png" /&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;export real rise_time&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= cross(sig=V(BL), dir=&amp;#39;rise&amp;#39;, n=1, thresh=0.0)&lt;br /&gt;export real fall_time&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = cross(sig=V(BL), dir=&amp;#39;fall&amp;#39;, n=1, thresh=0.0)&lt;br /&gt;export real pulse_length = fall_time - rise_time&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Full form of OrCAD SPB</title><link>https://community.cadence.com/thread/62748?ContentTypeID=0</link><pubDate>Wed, 23 Oct 2024 08:27:11 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:ebcd715e-0990-4981-a63b-615d5e045f70</guid><dc:creator>NS202410146147</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/62748?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/62748/full-form-of-orcad-spb/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;What is the full form of &amp;quot;SPB&amp;quot; in OrCAD SPB Build like 16.xx , 17.xx , etc. ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Assura gives DRC error even for a single device</title><link>https://community.cadence.com/thread/62550?ContentTypeID=0</link><pubDate>Mon, 16 Sep 2024 18:55:42 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:0a0baaac-493d-44d9-89be-342d73aa9241</guid><dc:creator>Sameerpy</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/62550?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/62550/assura-gives-drc-error-even-for-a-single-device/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi ,&amp;nbsp; I am manually trying to make layout but when I take PMOS or NMOS for layout from gpdk180nm and run Assura it will show DRC&amp;nbsp; even if the only single device is present in the whole layout. I don&amp;#39;t know why it is happening. If someone has idea please help. Thanks in&amp;nbsp; advance&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:258px;max-width:459px;" alt=" " height="258" src="https://community.cadence.com/resized-image/__size/918x516/__key/communityserver-discussions-components-files/62/Screenshot-from-2024_2D00_09_2D00_17-00_2D00_22_2D00_50.png" width="459" /&gt;&lt;img style="max-height:259px;max-width:439px;" alt=" " height="259" src="https://community.cadence.com/resized-image/__size/878x518/__key/communityserver-discussions-components-files/62/Screenshot-from-2024_2D00_09_2D00_17-00_2D00_23_2D00_42.png" width="439" /&gt;&lt;img style="max-height:449px;max-width:474px;" alt=" " height="449" src="https://community.cadence.com/resized-image/__size/948x898/__key/communityserver-discussions-components-files/62/Screenshot-from-2024_2D00_09_2D00_17-00_2D00_24_2D00_16.png" width="474" /&gt;&lt;img style="max-height:480px;max-width:640px;" alt=" " src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/Screenshot-from-2024_2D00_09_2D00_17-00_2D00_24_2D00_43.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to three terminal resistor in  circuits?</title><link>https://community.cadence.com/thread/62474?ContentTypeID=0</link><pubDate>Sun, 01 Sep 2024 17:54:11 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:c8781c39-1bb2-45ce-beb4-3f99ed9e5e8d</guid><dc:creator>Sameerpy</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/62474?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/62474/how-to-three-terminal-resistor-in-circuits/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have to design an amplifier in CMOS 065nm&amp;nbsp; in which I want to use three terminal resistor from this technology so that when I make layout I can easily generate from it source.&lt;br /&gt;Note - Point to use this resistor because it relatively have smaller length then two terminal resistor.&lt;br /&gt;Question-&amp;nbsp; I want to know how to connect the it&amp;#39;s terminal in design and during LVS check does it give error ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;img style="max-height:242px;max-width:407px;" alt=" " height="242" src="https://community.cadence.com/resized-image/__size/814x484/__key/communityserver-discussions-components-files/62/Screenshot-from-2024_2D00_09_2D00_01-23_2D00_22_2D00_02.png" width="407" /&gt;&lt;img style="max-height:480px;max-width:640px;" alt=" " src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/Screenshot-from-2024_2D00_09_2D00_01-23_2D00_23_2D00_24.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Place Replicate Module</title><link>https://community.cadence.com/thread/62363?ContentTypeID=0</link><pubDate>Wed, 14 Aug 2024 19:40:54 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:ddd45d06-ac79-4637-8528-4875c412f088</guid><dc:creator>Hussain Aalim</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/62363?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/62363/place-replicate-module/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I need a help in the automation using skill language in the process of Place Replicate Apply so far I have created the symbols using below:&lt;/p&gt;
&lt;p&gt;axlDBCreateSymbol(&amp;quot;C219&amp;quot;, list(4353, 2070), nil, 0)&lt;br /&gt;(dbid:00000142F0C78EF8 nil)&lt;/p&gt;
&lt;p&gt;axlDBCreateSymbol(&amp;quot;C215&amp;quot;, list(4353, 2070), nil, 0)&lt;br /&gt;(dbid:00000142BAD212D8 nil)&lt;/p&gt;
&lt;p&gt;axlDBCreateSymbol(&amp;quot;KM_CSI_S1&amp;quot;, list(4453, 2070), nil, 0)&lt;br /&gt;(dbid:00000142EF4A21B8 t)&lt;/p&gt;
&lt;p&gt;Now I wanted to select these Symbols and apply the Place Replicate Apply using the module files that I have the .mdd file and make it intelligent and place the module on my desired location.&lt;/p&gt;
&lt;p&gt;I am unable to find the command to perform this operation using skill language.&lt;/p&gt;
&lt;p&gt;Help is required in this regard.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;I have created below Three Symbols:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:480px;max-width:640px;" src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/pastedimage1723664276300v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Now I have to automate the process that when I slect all three of them then I right clcik then goes to the option Place Replicate Apply then selects the desired module so it becomes something as below in snap which is my desired goal to place on any location of my interest:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:480px;max-width:640px;" src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/pastedimage1723664416957v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Please help in this regard.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how can I go back to blogs from forums?</title><link>https://community.cadence.com/thread/62352?ContentTypeID=0</link><pubDate>Mon, 12 Aug 2024 19:03:39 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:55cc715a-167f-4ff0-a4a6-2a36ca722607</guid><dc:creator>Mahesh Turaga</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/62352?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/62352/how-can-i-go-back-to-blogs-from-forums/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am interested to also access cloud related blogs while I am in forums. how do I go back?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>License manager server</title><link>https://community.cadence.com/thread/62255?ContentTypeID=0</link><pubDate>Thu, 01 Aug 2024 08:23:50 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:55d89919-b936-4d3f-99b5-5d9c47a6f59d</guid><dc:creator>razvanolt</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/62255?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/62255/license-manager-server/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I installed LCU and XCELIUM on 2 machines. One is the license server where I modified the hostname and opened it on port 5280 tcp and on the other machine I want to use the XCELIUM but I can&amp;#39;t checkout the licenses. Any help with actual steps or how can I solve this error?&lt;/p&gt;
&lt;p&gt;Trying to check out license...&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Xcelium_Limited_Single_Core 23.00 - Failed&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Xcelium_Single_Core 23.00 - Failed&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Xcelium_Safety_Sim 23.00 - Failed&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Xcelium_Safety 23.00 - Failed&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Xcelium_Multi_Core 23.00 - Failed&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Xcelium_For_Partners 23.00 - Failed&lt;br /&gt;xmsim: *F,NOLICN: Unable to checkout license for the simulation. &amp;#39;lic_error LMF-03015&amp;#39;.&lt;br /&gt;TOOL:&amp;nbsp;&amp;nbsp; &amp;nbsp;xrun(64)&amp;nbsp;&amp;nbsp; &amp;nbsp;23.09-s001: Exiting on Aug 01, 2024 at 07:36:58 UTC&amp;nbsp; (total: 00:00:30)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;[11:22 AM] Alexandra Radu&lt;br /&gt;[azureuser@machines-user-new-1 bin]$ ./lmutil lmstat -a -c 5280@myip&lt;br /&gt;&lt;br /&gt;lmutil - Copyright (c) 1989-2023 Flexera. All Rights Reserved.&lt;br /&gt;&lt;br /&gt;Flexible License Manager status on Thu 8/1/2024 08:21&lt;br /&gt;&amp;nbsp;&lt;br /&gt;License server status: 5280@licensing-server-new&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; License file(s) on licensing-server-new: /home/azureuser/cadence/installs/LCU43/tools.lnx86/bin/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; License_19689_6045bd9f89cf_7_25_2024.txt:&lt;br /&gt;&amp;nbsp;&lt;br /&gt;licensing-server-new: license server UP (MASTER) v11.15.1&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Vendor daemon status (on licensing-server-new):&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdslmd: Cannot connect to license server system. (-15,570:115 &amp;quot;Operation now in progress&amp;quot;)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>impossible to manage cookies :"save preference soes nothong (Forefox, up to date</title><link>https://community.cadence.com/thread/59699?ContentTypeID=0</link><pubDate>Tue, 09 Jul 2024 05:54:30 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:0b421ff1-4b10-450e-b7ec-6a1be790f3ce</guid><dc:creator>jc teyssier</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/59699?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/59699/impossible-to-manage-cookies-save-preference-soes-nothong-forefox-up-to-date/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I try to manage cookies clicking on cookie and red dot on bottom left of this site.&lt;/p&gt;
&lt;p&gt;I set as per i want (advertising and analytics), clic on &amp;quot;Save Preferences&amp;quot;...&lt;/p&gt;
&lt;p&gt;Returning on red dotted cookie show that nothing have been taken into account..&lt;/p&gt;
&lt;p&gt;What is going on?&lt;/p&gt;
&lt;p&gt;Tryied to disable/unable uBlock Origin extension change nothing to this behavior&lt;/p&gt;
&lt;p&gt;Firefox 127.0.2 64 bits, French langage set&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Unusual Behavior of NMOS HVT Transistor in 45nm Technology</title><link>https://community.cadence.com/thread/59601?ContentTypeID=0</link><pubDate>Wed, 19 Jun 2024 16:00:02 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:82e71052-4ffd-45a7-a4dd-8afafd3e9e63</guid><dc:creator>AB_1718811953287</dc:creator><slash:comments>2</slash:comments><comments>https://community.cadence.com/thread/59601?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/59601/unusual-behavior-of-nmos-hvt-transistor-in-45nm-technology/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Cadence Community,&lt;/p&gt;
&lt;p&gt;I am currently working with Cadence&amp;#39;s 45nm technology and have encountered a peculiar issue with the NMOS High-Voltage Threshold (HVT) transistor. Specifically, I&amp;#39;m observing an unexpected relationship between the oxide thickness and the saturation current.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the situation:&lt;/p&gt;
&lt;p&gt;When I &lt;strong&gt;increase&lt;/strong&gt; the oxide thickness, the &lt;strong&gt;saturation current increases&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Conversely, when I &lt;strong&gt;decrease&lt;/strong&gt; the oxide thickness, the &lt;strong&gt;saturation current decreases&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;From my understanding, this behavior is counterintuitive since typically, a thicker oxide would lead to a reduction in gate capacitance and consequently a decrease in the drive current. Conversely, a thinner oxide should enhance the gate control over the channel, thereby increasing the drive current.&lt;/p&gt;
&lt;p&gt;Has anyone else encountered this issue or could provide insights into what might be causing this anomalous behavior? I am curious if there are any specific aspects of the 45nm technology node or the HVT transistors that might explain this phenomenon. Any suggestions for further investigation or potential solutions would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thank you in advance for your help!&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:480px;max-width:640px;" src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/pastedimage1718812763308v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How do I drive a clock signal to become an output (clock_debug) signal?</title><link>https://community.cadence.com/thread/59372?ContentTypeID=0</link><pubDate>Fri, 10 May 2024 22:38:23 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:74211579-88dd-416c-a10b-40aca7a1a6e8</guid><dc:creator>jbc0510</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/59372?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/59372/how-do-i-drive-a-clock-signal-to-become-an-output-clock_debug-signal/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Good evening everyone,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m an undergraduate student and I&amp;#39;m fairly new to VLSI design. I was wondering how I could drive my clock input signal to be an output into another output pin? My approach is to do it on the layout and not change the RTL. Any guidance on this matter or resources that can help me would be greatly appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>net parasitic capacitance</title><link>https://community.cadence.com/thread/59006?ContentTypeID=0</link><pubDate>Sun, 03 Mar 2024 13:23:17 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:e9575cc8-c904-4f51-b74b-b36734004219</guid><dc:creator>TomVilla</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/59006?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/59006/net-parasitic-capacitance/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m currently working on a design block that features two crucial nets for which I need to determine the parasitic capacitance. My goal is to perform a post-layout analysis, so it&amp;#39;s vital for me to find a convenient method for this task. I prefer not to use ADE for this purpose. Instead, I&amp;#39;m considering using Calibre for targeted extraction on these specific nets. Could anyone provide guidance or suggest how to proceed with this? Any help or direction would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thank you in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>cadence virtuoso , 1, need to know how can i remove the physical binding(devices) of a layout, 2, depend on the connectivity can we change the binding of devices , once we clear the physical binding??</title><link>https://community.cadence.com/thread/58875?ContentTypeID=0</link><pubDate>Thu, 08 Feb 2024 13:02:24 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:a7b3ef28-be52-4f88-a0f7-5484c535f7f1</guid><dc:creator>CDB</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/58875?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/58875/cadence-virtuoso-1-need-to-know-how-can-i-remove-the-physical-binding-devices-of-a-layout-2-depend-on-the-connectivity-can-we-change-the-binding-of-devices-once-we-clear-the-physical-binding/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;HI All,&lt;/p&gt;
&lt;p&gt;1, I need to know how can i remove the physical binding(devices) of a layout??&lt;/p&gt;
&lt;p&gt;2,Once we clear the physical binding, by connectivity can I update the device correspondence as schematic or is ther any way to update the physical binding(binding option should work i feel)??&lt;/p&gt;
&lt;p&gt;Kindly Guide me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>forum notification</title><link>https://community.cadence.com/thread/58718?ContentTypeID=0</link><pubDate>Sun, 14 Jan 2024 22:19:38 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:1356ea73-9168-4bd8-a2e3-433a0f31717a</guid><dc:creator>masamasa</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/58718?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/58718/forum-notification/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;hello&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;i do not get any notification from cadence anymore regarding this forum even though i turn on the &amp;quot;n&lt;span&gt;otify me when someone replies to this post&amp;quot; option when creating a new post&lt;/span&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i used to get notifications by email from cadence but now no more.&lt;/p&gt;
&lt;p&gt;do i need set up another options to get notifications?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:480px;max-width:640px;" alt=" " src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/pastedimage1703721462112v2.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Getting of thr Forums</title><link>https://community.cadence.com/thread/58619?ContentTypeID=0</link><pubDate>Wed, 20 Dec 2023 12:12:30 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:64754da3-7b69-40fb-afd3-2f71855f634f</guid><dc:creator>LeavingSoon</dc:creator><slash:comments>3</slash:comments><comments>https://community.cadence.com/thread/58619?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/58619/getting-of-thr-forums/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I posted an item years ago about PSPICE and now I just get spam (Several today).&amp;nbsp; But when I logged in it created a new account. Maybe because it was years since I posted.&amp;nbsp; So I know have a zombie account on this site spamming me.&amp;nbsp; Can some one explain how I fix that.? I&amp;#39;d be happy to delete the account.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Integrated Phase Noise in dBc</title><link>https://community.cadence.com/thread/58418?ContentTypeID=0</link><pubDate>Mon, 20 Nov 2023 02:38:35 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:be7d74ed-4f85-4a66-b84d-8379393a49bb</guid><dc:creator>surazms1993</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/58418?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/58418/integrated-phase-noise-in-dbc/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Im trying to measure the phase noise of my driven clock circuit.&amp;nbsp;&lt;br /&gt;After following the tutorials from Cadence, Im doing PSS analysis followed by PNOISE analysis with time-averaged option for pahse noise. I am able to get the phase noise plot which is in dBc/Hz curve in log scale.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From here, Im able to use marker to get the Noise Flooe in dBc/Hz after the curve flattens.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Problem Statement :&amp;nbsp;How can I&amp;nbsp;measure integrated phase noise in dBc for defined integration limits ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Case1&amp;nbsp;: to get the curve to calculator and find the area under the curve mathematically. Can anyone help me how to do it?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Case2 : Im using Printed Noise Summary to get integrated Noise but it has only V2 and V units but I need it in dBc. Can anyone help me how to do this?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Its a bit urgent, looking forward to your response.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Email Subscription for posts I create</title><link>https://community.cadence.com/thread/58364?ContentTypeID=0</link><pubDate>Fri, 10 Nov 2023 15:36:36 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:4bdf177c-48ac-477c-9819-9fdbb927327a</guid><dc:creator>firebolt2</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/58364?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/58364/email-subscription-for-posts-i-create/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;This is non-technical question. With subscribe option, I get email for each post created by others. But not for the ones I post. Why? Does anyone facing this? Or is this the only way of how it works?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[Question] Can't find my post and forum "Tensilica IP"</title><link>https://community.cadence.com/thread/58287?ContentTypeID=0</link><pubDate>Mon, 30 Oct 2023 12:53:53 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:20ff0f2f-fbb9-4aa0-984b-4b63db4efddf</guid><dc:creator>CharlesT</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/58287?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/general_topics/f/feedback-suggestions-and-questions/58287/question-can-t-find-my-post-and-forum-tensilica-ip/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I got a mail that my post is moved to &amp;quot;Tensilica IP&amp;quot;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:480px;max-width:640px;" alt=" " src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/62/pastedimage1698669910399v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Then I try to click the 2 link, both my thread and &amp;quot;Tensilica IP&amp;quot; will lead to &amp;quot; &lt;strong&gt;Page Not Found&lt;/strong&gt; &amp;quot;.&lt;/p&gt;
&lt;p&gt;Also I found in &amp;quot;community search&amp;quot; page, search results shows some posts labeled with &amp;quot;Tensilica IP&amp;quot; category,&lt;br /&gt;while also shows page not found if trying to click to access.&lt;/p&gt;
&lt;p&gt;Is that something relative to account access rights ? Or just link error with incorrect link ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>