<?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/"><channel><title>Verification IP - Recent Threads</title><link>https://community.cadence.com/cadence_technology_forums/f/verification-ip</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Asynchronous Reset Assertion</title><link>https://community.cadence.com/thread/65782?ContentTypeID=0</link><pubDate>Thu, 26 Feb 2026 10:01:24 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:8a92c152-81c6-421d-90c6-335f7437325d</guid><dc:creator>RT202601231753</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/65782?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/65782/asynchronous-reset-assertion/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am a beginner in FPV and I have a scenario. Active low reset is asynchronously asserted in my design. When doing formal property verification, after running the tcl file, that is after running the &amp;quot; analyze command&amp;quot;, and doing reset analysis, I am able to see&amp;nbsp;the &amp;quot;reset&amp;quot; is applied on the internal registers. But while writing property for it, it is giving me vacuous success/pass. Antecedent is not triggering.&lt;/p&gt;
&lt;p&gt;The property I write for asynchronous reset. Does the JG FPV automatically assert the reset at first cycle and then deassert it after one cycle&lt;/p&gt;
&lt;p&gt;property async_resetn_prop_chk;&lt;br /&gt; @(negedge PRESETn)&lt;br /&gt; !(PRESETn) |-&amp;gt; (reg_ctrl == 4&amp;#39;h0);&amp;nbsp; &amp;nbsp; // internal register&lt;br /&gt;endproperty&lt;/p&gt;
&lt;p&gt;Kindly suggest.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>use avip  (tba mode ) on pz2， warning CTL socket cannot execute control from HW and did not find scope axiMaster.vr_axi_master_bfm.ctl_socket ,and Stuck in “wait reset done”</title><link>https://community.cadence.com/thread/65311?ContentTypeID=0</link><pubDate>Wed, 08 Oct 2025 06:06:32 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:2bb3dee1-78d0-49ef-b4ef-4043f42406e5</guid><dc:creator>FQ202507317042</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/65311?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/65311/use-avip-tba-mode-on-pz2-warning-ctl-socket-cannot-execute-control-from-hw-and-did-not-find-scope-aximaster-vr_axi_master_bfm-ctl_socket-and-stuck-in-wait-reset-done/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I want to use AXI VIP on PZ2 ,&amp;nbsp;According to the example，i have already complete to build bitfile and sim,&amp;nbsp;Everything goes well&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but on my design , warning CTL socket cannot execute control from HW and did not find scope axiMaster.vr_axi_master_bfm.ctl_socket ,and Stuck in &amp;ldquo;wait reset done&amp;rdquo;&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/104/pastedimage1759903422932v2.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/104/pastedimage1759903388043v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;What can I do to solve this problem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to implement a basic clean read-write sequence in Specman? Is this approach correct?</title><link>https://community.cadence.com/thread/65039?ContentTypeID=0</link><pubDate>Sun, 03 Aug 2025 08:54:53 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:cde68aaa-4ee0-4b3f-85a4-91edd8f54e10</guid><dc:creator>AP202508036621</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/65039?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/65039/how-to-implement-a-basic-clean-read-write-sequence-in-specman-is-this-approach-correct/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi, I&amp;rsquo;m trying to write a simple read-write sequence in Specman using a BFM. I wrote the code below, but I&amp;rsquo;m unsure if it&amp;rsquo;s the correct and clean way to do it. I see many variations online, which confuses me.&lt;/p&gt;
&lt;p&gt;The sequence grabs the driver, performs a write transaction, waits a random number of clocks, performs a read transaction at the same address, then releases the driver.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t have access to Cadence tools to test this, so I would appreciate feedback on the correctness of the sequence, use of&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;grab/ungrab&lt;/code&gt;, and any improvements or best practices you can suggest.&lt;/p&gt;
&lt;p&gt;Also, how can I run or simulate this without a Cadence license?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;**Code:**

    // READ-WRITE Sequence
    struct my_item like any_sequence_item is {
        addr: byte;
        data: uint(bits:32);
        rd_wr: bit;
    };

    type seq_type : enum { READ, WRITE };

    sequence my_seq using item: item = my_item, created_driver = my_bfm_u;

    extend my_seq {
        !sequence_type: seq_type;
    };

    extend my_seq is {
        keep soft item.rd_wr == (sequence_type == WRITE) ? 1 : 0;
        clk is @my_driver.clk;

        body() @clk is {
            var rand_num: uint(bits:4);
            var last_addr: byte;

            for i from 0 to 10 {
                grab(my_driver);

                do WRITE my_seq keeping { last_addr == it.addr; };
                wait[rand_num] * clk;

                do READ my_seq keeping { it.addr == last_addr; };

                ungrab(my_driver);

                gen rand_num;
                wait[rand_num] * clk;
            };
        };
    };

    unit my_bfm_u is {
        smp: smp_u;
        clk is @smp.clk;

        run() @clk is also {
            drive_read_write();
        };

        drive_read_write() @clk is {
            item: my_item;

            while (TRUE) {
                item = my_seq.get_next_item();
                smp.addr = item.addr;
                smp.rd_wr = item.rd_wr;
                smp.data = item.data;
                emit my_seq.item_done;
            };
        };
    };

    unit my_agent_u is {
        smp: smp_u is instance;
        bfm: my_bfm_u is instance;
        keep bfm.smp == smp;

        monitor: monitor_u is instance;
        keep monitor.smp == smp;
    };&lt;/code&gt;&lt;/pre&gt;
&lt;div id="gtx-trans" style="left:89px;position:absolute;top:58px;"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Formal Verification IVA method.</title><link>https://community.cadence.com/thread/63514?ContentTypeID=0</link><pubDate>Tue, 01 Apr 2025 20:48:20 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:a8e3ba7e-18d5-40b2-8bff-693c09d0177d</guid><dc:creator>AP202411193629</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/63514?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/63514/formal-verification-iva-method/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have gone through the Formal fundamentals with jasper 2403 course and doing the labs. got stuck in the lab 5.changed the tcl to abstract the init_value in if{iva}.and simulated it properly. I am getting cex.thats fine.but i am unable to find the cex lenth using commands.kindly help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to Become a Certified Fraud Examiner (CFE) with Comprehensive Study Materials</title><link>https://community.cadence.com/thread/59677?ContentTypeID=0</link><pubDate>Thu, 04 Jul 2024 07:22:17 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:575c9188-528e-4a96-8264-ffeb0569796c</guid><dc:creator>Marc54</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/59677?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/59677/how-to-become-a-certified-fraud-examiner-cfe-with-comprehensive-study-materials/rss?ContentTypeId=0</wfw:commentRss><description>&lt;h3&gt;&lt;b&gt;How to Become a Certified Fraud Examiner (CFE) with Comprehensive Study Materials&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;A Certified Fraud Examiner (CFE) is a trained professional who investigates financial records to uncover fraudulent activities or other financial crimes. If you&amp;#39;re aiming to become a CFE, CertsHero is your trusted platform for authentic certification material. CertsHero offers versatile formats such as PDF material, web-based material, and desktop-based software, ensuring you have the flexibility to study in the way that suits you best. Plus, you can enjoy a 20% discount, free updates, and access to a demo practice test to help you prepare effectively for the ACFE Certified Fraud Examiner CFE Certification.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>UCIe and other specs</title><link>https://community.cadence.com/thread/57959?ContentTypeID=0</link><pubDate>Tue, 29 Aug 2023 23:12:06 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:c38c0318-996b-422c-a86a-f8766a9c02de</guid><dc:creator>masamasa</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/57959?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/57959/ucie-and-other-specs/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;What is the difference between UCIe and other specs such as BoW (Bunch of Wires) and OpenHBI?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>VoltusFi temperature settings</title><link>https://community.cadence.com/thread/57754?ContentTypeID=0</link><pubDate>Sun, 23 Jul 2023 22:59:46 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:9aebb9e1-a9f0-4e49-9820-e13e400ae302</guid><dc:creator>dakuang01</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/57754?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/57754/voltusfi-temperature-settings/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I ran two same&amp;nbsp;EMIR jobs with transient simulation at different temperatures 27C and 105C. However, 105C one shows less current values for all pwr/gnd than 27C for some reason, which is reversed.&lt;br /&gt; &lt;br /&gt;I checked the temp was setting correctly for each runs in the log files but tnom was the same as 27C&lt;br /&gt;&lt;br /&gt;Is there anything else I need to check in the setup that might have affected to the current values?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jane&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>UCIe: Enabling the Chiplet-based Ecosystem</title><link>https://community.cadence.com/thread/55505?ContentTypeID=0</link><pubDate>Wed, 11 Jan 2023 10:59:56 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:f98ea7e7-dfbd-4377-a37c-7fa1dd8f3a79</guid><dc:creator>JHarshit</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/55505?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/55505/ucie-enabling-the-chiplet-based-ecosystem/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Universal Chiplet Interconnect Express (UCIe) is a novel specification that defines the interconnect between chiplets within a package, enabling an open chiplet ecosystem and ubiquitous interconnect at the package level.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What is a chiplet?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A&amp;nbsp;chiplet&amp;nbsp;is a tiny&amp;nbsp;integrated circuit&amp;nbsp;(IC) with well-defined specific functionality. One can relate this to LEGO building blocks for creating large structures.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why do we need a Chiplet-based design? &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Modern designs on one hand require high-performance computation &amp;nbsp;feasible through lower nanometers (5-7nm), still most part of the design gives better performance &amp;nbsp;with older nodes(16-28nm)&lt;/p&gt;
&lt;p&gt;The Chiplet-based design approach opens opportunities to combine chiplets from different process nodes into the same package. This even results in cost reductions of specialized chips.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Possible combinations of disaggregated Chiplets&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:180px;max-width:540px;" alt=" " src="https://community.cadence.com/resized-image/__size/1080x360/__key/communityserver-components-multipleuploadfilemanager/3ded85d1_2D00_09ad_2D00_4ca4_2D00_a1b2_2D00_b8e48794e207-570419-complete/Chiplet.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Need for UCIe? &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;UCIe provides a common chiplet interconnect that enables the construction of large SOCs that exceed the maximum reticle size. UCIe also allows intermixing of different components from different silicon vendors within the same package and improves the manufacturing yields by using smaller dies.&lt;/p&gt;
&lt;p&gt;UCIe will become the generic protocol for On-Chip data transmission as its architecture includes a common Physical layer for multiple protocols. The most significant advantage is that you can change the Physical layer or the upper layers without interfering with either of them. This is due to well-defined interfaces between the different layers, for easier integration with other protocols.&lt;/p&gt;
&lt;p&gt;The UCIe specification defines three layers: &lt;strong&gt;Physical,&lt;/strong&gt; &lt;strong&gt;Die-to-Die(D2D) Adapter,&lt;/strong&gt; &lt;strong&gt;and Protocol layer.&lt;/strong&gt; The Physical layer supports multiple lanes with varying speeds, and the Protocol layer is implementation specific, and it can consist of a CXL, PCIe, or proprietary Streaming protocols. UCIe leverages these to move data between chiplets. The data transfer between UCIe links is defined in terms of Flow Control Unit(FLIT) or raw data. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UCIe Layers and Components&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:180px;max-width:640px;" alt=" " src="https://community.cadence.com/resized-image/__size/1280x360/__key/communityserver-components-multipleuploadfilemanager/3ded85d1_2D00_09ad_2D00_4ca4_2D00_a1b2_2D00_b8e48794e207-570419-complete/ucie_5F00_diag_5F00_new.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;Main features of UCIe :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;High-Speed Interface&lt;/li&gt;
&lt;li&gt;Can be used with multiple protocols&lt;/li&gt;
&lt;li&gt;Chiplet-based design for higher yields.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Cadence Verification IP for UCIe is available to support the latest UCIe specification, allowing to simulate the different layers for IP, SOC, and system-level design verification. Semiconductor companies can start using it to fully verify their design and achieve functional verification closure on it within no time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Stay tuned for more &amp;hellip;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can't drive the Slave Active AXI Stream Tready signal</title><link>https://community.cadence.com/thread/55358?ContentTypeID=0</link><pubDate>Tue, 13 Dec 2022 05:24:12 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:3da33714-215d-4302-839f-93d4dc013a30</guid><dc:creator>TomasPrudente</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/55358?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/55358/can-t-drive-the-slave-active-axi-stream-tready-signal/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;In order to test one specific feature of my &lt;strong&gt;DUT&lt;/strong&gt; I need to take control of the &lt;strong&gt;Tready&lt;/strong&gt; signal of my &lt;strong&gt;AXI Stream active&amp;nbsp;slave VIP&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Reading the documentation:&amp;nbsp;&lt;span&gt;Stream VIP Reference for UVM SystemVerilog (stream_sv-uvm_reference.pdf)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I found out this register to take control of the &lt;strong&gt;Tready &lt;/strong&gt;called &lt;strong&gt;DENALI_STREAM_REG_driveTready&lt;/strong&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:480px;max-width:640px;" src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/104/pastedimage1670908221798v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am already using another register to configure the VIP called&amp;nbsp;&lt;strong&gt;DENALI_STREAM_REG_EnableTracker&amp;nbsp;&lt;/strong&gt;to take control of the verbosity of the VIP messages, and it&amp;#39;s working as expected:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:480px;max-width:640px;" src="https://community.cadence.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/104/pastedimage1670908969326v2.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But when I try to configure the&amp;nbsp;&lt;strong&gt;DENALI_STREAM_REG_driveTready&amp;nbsp;&lt;/strong&gt;I have the error:&amp;nbsp;&lt;strong&gt;&amp;#39;DENALI_STREAM_REG_driveTready&amp;#39;: undeclared identifier [12.5(IEEE)].&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This is how I&amp;#39;m using (or trying to use) the register configuration within my run_phase():&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt; m_axis_egress_active_slave_agent.regInst.&lt;/span&gt;&lt;span&gt;writeReg&lt;/span&gt;&lt;span&gt;(DENALI_STREAM_REG_EnableTracker, &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;);&amp;nbsp;&amp;lt;-- This is working fine&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; m_axis_egress_active_slave_agent.regInst.&lt;/span&gt;&lt;span&gt;writeReg&lt;/span&gt;&lt;span&gt;(DENALI_STREAM_REG_driveTready, &lt;/span&gt;&lt;span&gt;2&amp;#39;b10&lt;/span&gt;&lt;span&gt;);&amp;nbsp;&amp;lt;-- This is&amp;nbsp;not compiling at all because it doesn&amp;#39;t find the&amp;nbsp;&lt;strong&gt;DENALI_STREAM_REG_driveTready&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Any suggestion will be really appreciated, thanks.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Tom&amp;aacute;s Prudente&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>H12-711_V4.0-ENU HCIA-Security V4.0 Exam Dumps</title><link>https://community.cadence.com/thread/53631?ContentTypeID=0</link><pubDate>Thu, 03 Nov 2022 03:03:46 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:95dd8d73-78d1-40f9-a79d-a9201bdf3082</guid><dc:creator>karonbill</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/53631?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/53631/h12-711_v4-0-enu-hcia-security-v4-0-exam-dumps/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;Good news, the latest&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;a href="https://www.passcert.com/H12-711_V4.0-ENU.html" rel="noopener noreferrer" target="_blank"&gt;&lt;b&gt;H12-711_V4.0-ENU HCIA-Security V4.0 Exam Dumps&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;are newly cracked by Passcert team, you can get valid H12-711_V4.0-ENU questions and answers to study for your HCIA-Security V4.0 Certification exam. The unique H12-711_V4.0-ENU HCIA-Security V4.0 Exam Dumps cover the entire certification syllabus, providing you with verified information to get through H12-711_V4.0-ENU exam easily. Our high quality H12-711_V4.0-ENU HCIA-Security V4.0 Exam Dumps will give you strong support and help you pass the HCIA-Security Certification H12-711_V4.0-ENU exam with confidence. You also can choose to take H12-711_V3.0 HCIA-Security V3.0 exam before December 31, 2022.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>test flow in the specman for calling start_test()</title><link>https://community.cadence.com/thread/51985?ContentTypeID=0</link><pubDate>Thu, 30 Jun 2022 05:50:54 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:87e541b7-5253-4989-a063-b6b849911403</guid><dc:creator>muku1kr</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/51985?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/51985/test-flow-in-the-specman-for-calling-start_test/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I am new to the Specman &amp;quot;e&amp;quot; and am trying to understand the test flow in the specman but not able to understand from where the tests are getting called and also how the phases are getting started in the test environment, I could see the phases are getting called/display in the log file though. any help on the test/phase calling in the specman/UVMe would be really helpful.&lt;/p&gt;
&lt;p&gt;and also how the sequence(s) are getting triggered?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;muku_kr&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>+escchars option meaning</title><link>https://community.cadence.com/thread/51897?ContentTypeID=0</link><pubDate>Fri, 17 Jun 2022 13:58:05 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:f2169764-aa7c-4666-9403-4dbea84c65a7</guid><dc:creator>markris</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/51897?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/51897/escchars-option-meaning/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Does someone know the meaning of this option in Spectre --&amp;gt;&amp;nbsp; +escchars ?? Unfortunately I don&amp;#39;t find it in the Spectre manual.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Regular expressions for keeping</title><link>https://community.cadence.com/thread/51312?ContentTypeID=0</link><pubDate>Wed, 23 Mar 2022 14:48:25 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:1750555d-b034-40d6-8eef-e020c73ea1cc</guid><dc:creator>LorincAntoni</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/51312?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/51312/regular-expressions-for-keeping/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have registers defined in vr_ad (with reg_def and reg_fld) and I have a macro that makes me possible to make writes to it, even to fields, e.g.:&lt;/p&gt;
&lt;p&gt;wr_reg REG1 keeping {.fld1== val1}&lt;/p&gt;
&lt;p&gt;I would like to have an expression that I can use inside the {} with which I could write the same value (e.g. 0) to all the fields of the register, something similar as the &amp;quot;for each&amp;quot; in case of a list. The problem is that I cannot use &amp;quot;for each&amp;quot; in this case as it is not a list but a register with several values. Could you please help me what the regular expression that I could use here is, to have all fields the same value?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Jasper Gold - System Verilog Assertion Prove time estimation</title><link>https://community.cadence.com/thread/50750?ContentTypeID=0</link><pubDate>Tue, 28 Dec 2021 13:32:42 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:a13ce753-5831-4a87-96ff-fbe678427c4f</guid><dc:creator>Shahidhussain</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/50750?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/50750/jasper-gold---system-verilog-assertion-prove-time-estimation/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi all!&lt;/p&gt;
&lt;p&gt;I am beginner to System Verilog Assertions based formal verification on Jasper Gold. I am very happy have such a fantastic tool for verification with amazing features. I have written some assertion for a design module. I am noticing that Jasper Gold takes plenty of time (in days) to prove some particular assertions. The bound increase speed is too slow.&amp;nbsp; I just have a couple of queries regarding assertion prove time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1- What are key factors on which assertions prove time depends?&lt;/p&gt;
&lt;p&gt;2- Is there any method/tool/command to estimate the prove time before running the assertion? So that we can set the &amp;quot;set_prove_time_limit&amp;quot; in Jasper Gold.&lt;/p&gt;
&lt;p&gt;3- Do selection of proof engine has any thing to do with prove time? and how to estimate which engines are best for a particular assertion?&lt;/p&gt;
&lt;p&gt;4- I am also noticing that when I run assertions individually then it gets less time but when I run multiple assertions (parallel or sequentially) at a time then its take too long.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help from Cadence community with be a great favor.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Driving a spectra /spice (analog) schematic from xcelium</title><link>https://community.cadence.com/thread/49575?ContentTypeID=0</link><pubDate>Thu, 25 Nov 2021 15:16:24 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:354157da-60b6-4a4c-bfab-72f3f5c9ffa2</guid><dc:creator>pnpras</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/49575?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/49575/driving-a-spectra-spice-analog-schematic-from-xcelium/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a UVM based TB and I want to drive and test an&amp;nbsp; analog schematic on virtuoso from my UVM environmet. Firstly is this possible?&amp;nbsp; How can I export the schematic into my xcelium UVM based environmet?&lt;/p&gt;
&lt;p&gt;I have imported the netlist and spectra model files into my uvm testbench, but I am not able to simulate it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am new to mixed signal verification and any tips would be really useful.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank You&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>changing error severity of a vip error</title><link>https://community.cadence.com/thread/48478?ContentTypeID=0</link><pubDate>Mon, 26 Jul 2021 10:44:46 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:a42da354-0254-40af-a26b-370fa885b01b</guid><dc:creator>anirudh25820</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/48478?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/48478/changing-error-severity-of-a-vip-error/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I need to change a&amp;nbsp; severity of a VIP message from error to warning/info.can anyonce help me out with this.&lt;/p&gt;
&lt;p&gt;the error is pointing out from vip monitor&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>User-defined Assertion Coverage in Incisive Enterprise Verifier for formal verification</title><link>https://community.cadence.com/thread/46880?ContentTypeID=0</link><pubDate>Mon, 05 Oct 2020 05:18:15 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:c99dfc29-9515-4cbd-b66c-efb4e44f8823</guid><dc:creator>Archana P</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/46880?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/46880/user-defined-assertion-coverage-in-incisive-enterprise-verifier-for-formal-verification/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I have written a set of user-defined assertions to verify a design formally in Incisive Enterprise Verifier. Is it possible to obtain coverage percentage (block coverage etc) for those assertions? I could find coverage percentage for automatic formal analysis done by the tool on the same design. Everything about coverage for automatic formal analysis is in the manual. My doubt is how to find similar coverage data for user-defined assertions?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Simvision debugging techniques</title><link>https://community.cadence.com/thread/45543?ContentTypeID=0</link><pubDate>Mon, 03 Aug 2020 02:24:24 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:c6913168-77ef-41fc-afcf-c1d06a92b0a5</guid><dc:creator>MaheshKumar</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/45543?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/45543/simvision-debugging-techniques/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am using simvision(64) 19.03.a001 version.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would like to more about debugging in simvision.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1) .svcf (data base saving)&lt;/p&gt;
&lt;p&gt;Lets say I ran one testcase and saved the Database as TEST1.svcf, which is a passing scenarios.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I ran one more testcase which is TEST2, which is generally failing scenario. I will load this into simvision along with TEST1.svcf.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Now in the waveform,&amp;nbsp; I have two databaes, one is passing one and one more is failing one.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With this feature, will any difference shown by simvision to identify which signal has caused the fail or where is the exact issue by comparing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a) I just want to understand using .svcf can we compare data base of pass and fail so that easily we can point out the exact issue ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;b) Lets say we have 100 scenarios and it is difficult to have 100 .svcf&amp;#39;s always. So, how can be this used in general way to that it can be re checked for 100 scenarios ?&lt;/p&gt;
&lt;p&gt;Kindly advice for both a and b&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2) .svwf (saving signals)&lt;/p&gt;
&lt;p&gt;Hope this is just saving set of signals and it is independent of particular database. This we can use with any database. Please confirm&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank You,&lt;/p&gt;
&lt;p&gt;Mahesh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>MSI-X initialization using denali PCIE vip</title><link>https://community.cadence.com/thread/45473?ContentTypeID=0</link><pubDate>Tue, 21 Jul 2020 12:29:21 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:1d5aa9e2-e1a7-4649-a13f-7467ff215ba1</guid><dc:creator>jaswanth2397</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/45473?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/45473/msi-x-initialization-using-denali-pcie-vip/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am using cadence denali pcie vip to verify my Endpoint device.&lt;/p&gt;
&lt;p&gt;EP DUT had MSI-X size for 32 entries during initial write to table ram from RC vip it initializes only 11 out of 32.&lt;/p&gt;
&lt;p&gt;I have a debug statement from denali.his file :&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;uvm_test_top.pcieSve0.ARcPEpEnv0.activeRc(p_0.cfg_0_0) 119044412 ps Debug: MSIX (req:32 allocated:11)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;Please tell me why is this happening, What must be done to initialize total entries.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;Jaswanth.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Denali Pcie VIP</title><link>https://community.cadence.com/thread/45472?ContentTypeID=0</link><pubDate>Tue, 21 Jul 2020 12:12:56 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:46326507-e4ce-451e-85fd-68def3bf1c89</guid><dc:creator>jaswanth2397</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/45472?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/45472/denali-pcie-vip/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am using denali vip for pcie to verify my pcie EP DUT .&lt;/p&gt;
&lt;p&gt;I am confused to have two SOMA files, When we have endpoint as DUT does it required to have RC soma file. If yes please someone tell me why we need to configure RC. Is it enough to just configure EP.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jaswanth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>can we get CHI UVC with 4 RN's</title><link>https://community.cadence.com/thread/45093?ContentTypeID=0</link><pubDate>Thu, 14 May 2020 11:50:52 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:8ef42c7d-ef90-455c-89af-9531b2fae2e4</guid><dc:creator>swathiv</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/45093?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/45093/can-we-get-chi-uvc-with-4-rn-s/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is CHI Sandbox available with 4 RN&amp;#39;s ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Swathi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can we configure Chi UVC as CMN</title><link>https://community.cadence.com/thread/44018?ContentTypeID=0</link><pubDate>Mon, 04 May 2020 07:09:25 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:072c869e-9351-45ba-a602-0b37d770d653</guid><dc:creator>swathiv</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/44018?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/44018/can-we-configure-chi-uvc-as-cmn/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;how to configure CHI VIP to configure for the following configuration&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4 RN-F Nodes&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 Home Node&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Swathi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to Control the byte enable for Non-snoopable transaction in CHI UVC</title><link>https://community.cadence.com/thread/44017?ContentTypeID=0</link><pubDate>Mon, 04 May 2020 06:53:29 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:effe1341-dfce-4081-b693-3596d5489807</guid><dc:creator>swathiv</dc:creator><slash:comments>0</slash:comments><comments>https://community.cadence.com/thread/44017?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/44017/how-to-control-the-byte-enable-for-non-snoopable-transaction-in-chi-uvc/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;Though am doing a 8byte write from the sequence , &amp;nbsp;its not writing 8 bytes&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="https://community.cadence.com/resized-image/__size/640x0/__key/communityserver-discussions-components-files/104/chitransaction.png" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="https://community.cadence.com/resized-image/__size/640x0/__key/communityserver-discussions-components-files/104/chi_5F00_wave_5F00_snippet.png" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;kindly Advice.&lt;/p&gt;
&lt;p&gt;Note:&lt;/p&gt;
&lt;p&gt;Taken reference code from CHI_VIP_Test_Writing doc&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Swathi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>xmvhdl_p: *F,DLUNNE: Can't find STANDARD at /tools/cadence/installs/XCELIUM1803/tools/inca/files/STD. error while compiling a VHD file</title><link>https://community.cadence.com/thread/43856?ContentTypeID=0</link><pubDate>Thu, 09 Apr 2020 14:23:43 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:7fa46ef0-11bc-411f-b612-cd09247ce827</guid><dc:creator>Sarath Krishnan</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/43856?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/43856/xmvhdl_p-f-dlunne-can-t-find-standard-at-tools-cadence-installs-xcelium1803-tools-inca-files-std-error-while-compiling-a-vhd-file/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Team,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am getting the following error while executing a vhd file using XCELIUM1803. Could you please help me to resolve it ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;srcs/sample.vhd:&lt;br /&gt;xmvhdl_p: *F,DLUNNE: Can&amp;#39;t find STANDARD at /tools/cadence/installs/XCELIUM1803/tools/inca/files/STD.&lt;br /&gt;xrun: *E,VHLERR: Error during parsing VHDL file (status 2), exiting.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sarath&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>I have a question about UVM_INFO in my output log file</title><link>https://community.cadence.com/thread/43390?ContentTypeID=0</link><pubDate>Mon, 27 Jan 2020 14:40:55 GMT</pubDate><guid isPermaLink="false">75bcbcf9-38a3-4e2e-b84b-26c8c46a9500:e0ec7170-ab65-4ccd-87c0-f3755e7f7097</guid><dc:creator>kkurenkov</dc:creator><slash:comments>1</slash:comments><comments>https://community.cadence.com/thread/43390?ContentTypeID=0</comments><wfw:commentRss>https://community.cadence.com/cadence_technology_forums/f/verification-ip/43390/i-have-a-question-about-uvm_info-in-my-output-log-file/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;It&amp;#39;s seems strange UVM_INFO like that.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;UVM_INFO [config_direct_seq.sv(55) (55) (81) (81) (55) (55) (55) (55) (81) (81) (55) (55) (81) ] { 35596.0ns } [mem_sys_st_config_direct_seq_1] [mem_sys_st_config_direct_seq_1] &amp;#39;mem_sys_st_config_direct_seq_1&amp;#39; is completed&lt;br /&gt;UVM_INFO [config_direct_seq.sv(55) (55) (81) (81) (55) (55) (55) (55) (81) (81) (55) (55) (81) (55) ] { 35596.0ns } [mem_sys_st_config_direct_seq_1] [mem_sys_st_config_direct_seq_1] &amp;#39;mem_sys_st_config_direct_seq_1&amp;#39; is started&lt;br /&gt;ld end in hvt_mem_sys_tb_top.dut.multi_rw_unit_inst.adm_control[0] at&amp;nbsp; 49666.9ns&lt;br /&gt;UVM_INFO [ys_item_transform.sv(638) (638) (355) (355) (348) (348) (348) (638) (638) (355) (355) (348) (348) (355) (348) ] { 50536.0ns } [xi4_to_memsys_item_transform_0] [UPD] hvt_mem_sys_ld_config_desc is updated&lt;br /&gt;UVM_INFO [config_direct_seq.sv(54) (54) (80) (80) (54) (54) (80) (54) (54) (54) (80) (80) (54) (54) (80) ] { 50536.0ns } [mem_sys_ld_config_direct_seq_0] [mem_sys_ld_config_direct_seq_0] &amp;#39;mem_sys_ld_config_direct_seq_0&amp;#39; is completed&lt;br /&gt;UVM_INFO [config_direct_seq.sv(54) (54) (80) (80) (54) (54) (80) (54) (54) (54) (80) (80) (54) (54) (80) (54) ] { 50536.0ns } [mem_sys_ld_config_direct_seq_0] [mem_sys_ld_config_direct_seq_0] &amp;#39;mem_sys_ld_config_direct_seq_0&amp;#39; is started&lt;br /&gt;st end in hvt_mem_sys_tb_top.dut.multi_rw_unit_inst.adm_control[1] at&amp;nbsp; 57652.5ns&lt;br /&gt;UVM_INFO [ys_item_transform.sv(638) (638) (355) (355) (348) (348) (348) (638) (638) (355) (355) (348) (348) (355) (348) (355) ] { 58425.0ns } [xi4_to_memsys_item_transform_1] [CONFIG STORE] [STORE] in uvm_test_top.env.mem_sys_axi4_to_memsys_item_transform_1&lt;br /&gt;UVM_INFO [config_direct_seq.sv(55) (55) (81) (81) (55) (55) (55) (55) (81) (81) (55) (55) (81) (55) (81) ] { 58425.0ns } [mem_sys_st_config_direct_seq_1] [mem_sys_st_config_direct_seq_1] &amp;#39;mem_sys_st_config_direct_seq_1&amp;#39; is completed&lt;/p&gt;
&lt;p&gt;UVM_INFO [config_direct_seq.sv(54) (54) (80) (80) (54) (54) (80) (54) (54) (54) (80) (80) (54) (54) (80) (54) ] { 50536.0ns } [mem_sys_ld_config_direct_seq_0] [mem_sys_ld_config_direct_seq_0] &amp;#39;mem_sys_ld_config_direct_seq_0&amp;#39; is started&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I use AXI VIP and XCELIUM1909&lt;/p&gt;
&lt;p&gt;Do you know how to fix this bug?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>