Forum Post: RE: Board file use.
Allegro can only work with 1 openend database at a time, so you need to switch the current design during the Skill program. Try something like this: procedure(plac() let( (currentDesign file out)...
View ArticleForum Post: Is it necessary to handle SCH Netlist WARNING:...
Hi there, we sue ORCAD to netlist out SCH. Met several handreds of warnings, three examples listed below. Why would this happen and should we just ignored them ? Judged from the key word “renamed”, I...
View ArticleForum Post: RE: Problem with "cross-section" command
Hi KobiC, Open xsection right click on the layer u want to delete and select remove layer, Note: ensure no data in the layer selected. Regards, Ummer
View ArticleForum Post: RE: Does ORCAD support user-define hotkey?
could someone help on this? Thanks
View ArticleForum Post: INNOUVS - mmmc file doesn't open sdc file
Hi, I use genus to synthetise my digital design and create verilog and sdc files. Then i importe my mmmc.tcl file into my innovus workflow the consol say : cannot open SDC file...
View ArticleForum Post: ADE XL: selected instances ignored in statistical corners
Hi! I'm trying to create statistical corners for a Monte Carlo simulation where I only consider variations on a couple of instances. The Monte Carlo run goes fine and only includes mismatch from the...
View ArticleForum Post: RE: Star RC Extraction Simulation
Hi Waseem, First of all, Star RC is a Synopsys product, and not a Cadence product, so asking here is not that likely to give you the answer you desire. Also, you say you're doing Digital IC Design;...
View ArticleForum Post: RE: leMarkNet() excluded purpose layers problem
It is possible to use the exclude purpose information with leMarkNet() function? I need it to paint a net without painting for example a resistor which can be done if leMarkNet has into account the...
View ArticleForum Post: RE: Is it necessary to handle SCH Netlist WARNING:...
It's not really necessary to handle these since the renaming will be transparent. You might want to set the "Char Limit" in Capture to 255, Tools>Create Netlist>PCB (Editor), Setup, Char Limit...
View ArticleForum Post: RE: Text based off of hierarchical Block Reference
What I do is in the title block, i show the VALUE of the Schematic Path - Field. This shows the unique path for each hierarchical block. So: If I have x number of H blocks for given page, it will show:...
View ArticleForum Post: Verifying Configuable RTL with JasperGold
Currently I am trying to verify an RTL file which is created with Parameters and Generate statments. This module is made this way so that I can be used multiple projects and adapt to the parameters...
View ArticleForum Post: RE: Pointer issue in Layout design
Which version of the tools are you using? (Help->About in any window will tell you the subversion number - please give the entire number) In Options->Editor, do you have Gravity turned on? Andrew.
View ArticleForum Post: Format of "VCD Info File"
Hello, Does exist a document with examples on how to create "VCD Info File" for a given "VCD File"? Thanks
View ArticleForum Post: RE: Verifying Configuable RTL with JasperGold
Jasper will test all legal values for data, such as values on ports or registers. So if you are using parameters to configure your design's internal data, that will be tested. But Jasper doesn't...
View ArticleForum Post: RE: Problem with "cross-section" command
Close Allegro, go to your HOME directory, type %HOME% into the address bar of Windows Explorer followed by a return, then descend into the pcbenv folder and delete the allegro.geo file. Then try again.
View ArticleForum Post: RE: Does ORCAD support user-define hotkey?
Unfortunately not, OrCAD Capture only supports the default defined ones.
View ArticleForum Post: Variable overflow
Hi, I wish to code the below equation: n C r = (n!) / (r! * (n-r)!) When i use the factorial function (n!) as below: procedure( factorial( n ) if( zerop( n ) then 1 else n*factorial( n-1) ) ; if ) ;...
View ArticleForum Post: RE: Problem with "cross-section" command
Hi Steve, I'm not sure I understood your meaning by " type %HOME% into the address bar of Windows Explorer followed by a return", what does it suppose to do?
View Article