Forum Post: Error in UVM code
Hi, I'm getting the following error when running the UVM code present in the following location. There is a sequence_item example which is present. www.verificationguide.com/.../uvm-sequence-item.html...
View ArticleForum Post: RE: Error in UVM code
OK, first off, use the irun command, it's much simpler: irun -uvm mem_seq_item_example.sv Secondly, the -uvmaccess switch has nothing to do with whether or not you import the uvm_pkg into your code. In...
View ArticleForum Post: RE: Delta Note?
First off, a delta note is used to identify a note that only applies to a specific item or items on a drawing(i.e. apply glue here). They are represented by a triangle with a number inside. You could...
View ArticleForum Post: RE: OrCAD PCB Designer Professional 17.2: Rectangle vs. Rectangle...
Add > Rectangle/Frectangle objects are generated/stored with a Height and Width dimension - where as - Shape > Rectangular objects are generated/stored with 4 shape segments. The subclass they...
View ArticleForum Post: RE: Error in UVM code
Hi, The code which i'm trying to compile is this. `include "uvm_macros.svh" //------------------------------------------------------------------------- //Simple TestBench to access sequence item...
View ArticleForum Post: RE: readforce does not work in DC simulation
Hi Andrew, Here I have another question related to the priority of ic, skipdc, readic,readns in the transient options. My questions starts from the check of Parameter "icpriority" explained in the user...
View ArticleForum Post: RE: readforce does not work in DC simulation
Qilong, The icpriority parameter is controlling the order of the readns/readic parameter and the "nodeset"/"ic" statements in the netlist (see "spectre -h nodeset" and "spectre -h ic". It is not about...
View ArticleForum Post: Opening a process for amsDmv
Hello people, I've been asking vague questions lately, I swear this will be different :D I'm running the following pseudo code: Call_amsDmv() ;amsDmv is called with a skill script to run without GUI...
View ArticleForum Post: RE: Error in UVM code
Two things: 1) You could extend mem_seq_item from "uvm_sequence_item" instead of "uvm_object". 2) Add "-clean" to the irun command. It looks like you have a compilation of uvm_pkg from a previous run...
View ArticleForum Post: hotfix not updating capture?
Hi. I did a search of the forums for this, but have trouble believing I'm the only one seeing this. My Capture CIS is telling me that it's out of date at 17.2-2016-S006, with 17.2-2016-S007 being...
View ArticleForum Post: RE: OrCAD PCB Designer Professional 17.2: Rectangle vs. Rectangle...
[quote user="mcatramb91"] Hope this helps, Mike Catrambone [/quote] Wow! That is something I never picked up on in all these years. Thanks for the explanation!!
View ArticleForum Post: Significance of following Spectre XPS options ?
Hi, i tried search in spectre documentation but could'nt find first two options. 1) .options sim_opt_macrotable_ignore_rg=1 2) .options sim_opt_macrotable_termcurscharge=0 3) ModOptions options...
View ArticleForum Post: RE: how max_sink_trans value is going to affect the timing of my...
Hi madam, a small confusion in .ctstch file 1.what are buffer_max_transition sink_transition , how they effects on timing report 2.is there any relation between sink_transition and the cell_delay ?...
View ArticleForum Post: RE: Reading and changing CIW input line
Hello Lawrence, It helps, but it lacks a "search" feature. Maybe there is no function to do what I want to do... BR, Patrik
View ArticleForum Post: RE: dbcreate not able to draw in a group, synchronous copy/clone
Hi Lawrence, It works, also for Group and SyncClone. Thanks a lot! -ferdinand
View ArticleForum Post: RE: Reading and changing CIW input line
Hi Patrik, Did you try the !? search backward syntax? Perhaps you can submit a case and make a request for either a new command or a modification to the "history()" command that returns matches to a...
View ArticleForum Post: RE: GUI access during simulation ADEXL
Thank you for answer, Andrew! I have tested your suggestion with hiDisplayProgressBox, but unfortunately it does not work in my case as well, because seems so during ADEXL simulation (ocnxlRun) all...
View ArticleForum Post: RE: hotfix not updating capture?
You're not alone. I'm seeing the exact same thing, but I'm a newbie so I figured it's something I'm doing wrong. Will be following this thread closely!
View ArticleForum Post: RE: Layout (??) - Constraint Group error
Hi Andrew, I too have the same issue. When I went Tools--> Technology, i can see cdsDefTechLib. How to solve this issue ?
View ArticleForum Post: RE: hotfix not updating capture?
The Start Page, "Your Version" used to come from parsing the ReadmeCCR.txt in the installation root but, since you can now delete that file and nothing changes, I would say that the "Your Version"...
View Article