Forum Post: RE: Export sessions to csv in cadence vmanager tool
Hi Stephen.. Actually the command worked when ' -sessions' option was added to the command,but what I did was I saved the command ' csv_export -sessions -view All_Sessions -filter "start_time:>...
View ArticleForum Post: vManager tool gives this error-"Error:Project Environment...
Hi all.. I need to generate the regression report (of selected sessions) in the form of csv file in cadence vManager tool using batch mode commands. The command I used is - "vmanager -exec cmnd", where...
View ArticleForum Post: Placed component report
Hai, I want to get Placed component report using Skill code By using Tool -> Quick report has an one way but i want tho get by skill code For one other purpose can you anybody say how to do it by...
View ArticleForum Post: Problem with "cross-section" command
Hi All, I am an Allegro PCB beginner and I am working now on a new layout (version 16.6). After defining the stack up at the beginning of the layout, placing all the parts and routes, I wanted to...
View ArticleForum Post: Will the output of dbProduceMemName always be in order?
I'm writing some code to pull out bus interconnect from a schematic. If someone swapped the bits of the bus upon entering a block, is the output of dbProduceMemName always left to right in order? For...
View ArticleForum Post: RE: Will the output of dbProduceMemName always be in order?
Yes, it will. Andrew
View ArticleForum Post: RE: Will the output of dbProduceMemName always be in order?
Wow! Thanks for the quick response, Andrew!!
View ArticleForum Post: RE: PVS (SilTerra 130nm) not appearing in Cadence.
Thanks Andrew for the response. I have only installed PDK provided by SilTerra which they claim that support PVS. I have not installed PVS separately. Do I have to install PVS separately? If Yes, then...
View ArticleForum Post: RE: PVS (SilTerra 130nm) not appearing in Cadence.
A PDK doesn't provide the software - it just provides the models, the rules, the data needed to use the tools. The application (PVS) would need to be obtained from http://downloads.cadence.com For this...
View ArticleForum Post: Text based off of hierarchical Block Reference
Is it possible to have text on a schematic sheet change based off of the hierarchical reference? I.E. I have an amplifier block called AMP1 - AMP8, so when I plot the schematic to say a pdf I want each...
View ArticleForum Post: RE: Placed component report
below is a simple example: skill (foreach cmp axlDBGetDesign()->components when(cmp->symbol axlMsgPut("%s %s %f %f %0.3f" cmp->name cmp->symbol->name (xCoord cmp->symbol->xy)...
View ArticleForum Post: Pointer issue in Layout design
Hello, It happens with me sometimes when I work with my layout design in Virtuoso that the pointer is not coming to the point where I want to point at it, instead it goes around the targeted point with...
View ArticleForum Post: RE: Placed component report
Thanks for your reply david its working fine in that i want to add mirrored or not for that what condition i have to do please share me.
View ArticleForum Post: Star RC Extraction Simulation
Dear All, I am new in Digital IC Designing, i want to run Star RC Extraction Simulation. Please share tutorial or relevant helping material. Thanks, Waseem
View ArticleForum Post: Board file use.
Hai, I would like to do take another .brd file report while running the skill code in current .brd file For examole :1.brd is file and 2.brd is other file here in the tool i opened 1.brd file in that i...
View ArticleForum Post: RE: Placed component report
cmp->symbol->mirrorType You can use cmp->symbol->?(or ??) to find all of application.
View ArticleForum Post: Direct driving DP/DM signals from sequence in USB VIP CAT
I testing my usb device. In testbench my DUT is connected to VIP CAT host model using DP/DM interface. I need to test behaviour of LineState outputs of my DUT. For this purpose its need to driving...
View ArticleForum Post: RE: vManager tool gives this error-"Error:Project Environment...
Try "setenv VMGR_PROJECT foo", replacing "foo" with the project name that you want to connect to on the server.
View Article