Hi Andrew, I have the same need. The problem is that I perform a post elaboration of the netlist changing all the input, output, inout ports and declared wires type to a user defined nettype(this is done in a system verilog context). The problem arises since the implicit nets are not declared so their type cannot be changed a simple substitution. Irun assign them the wire default type. So during elaboration a wire type is passed to a user defined nettype(in my case a real net). If the implicit nets are declared their type can be easily corrected to the other ports type. Best regards, Jack
↧
Forum Post: RE: explicit wire decalration by virtuoso verilog netlister
↧
Forum Post: RE: Disconnecting the IO Port Net
did you try the -port option of attachTerm? see the docs for detachTerm, regarding detaching a port and why it's not allowed.
↧
↧
Forum Post: RE: CCL map file for RC extraction in Cadence. How to convert my current one?
see if this helps: support.cadence.com/.../L2dBISEvZ0FBIS9nQSEh
↧
Forum Post: RE: Driver/Receivers Delay in Time Analysis
if you use report_timing -net, the timing report will separate the cell and net delays into separate lines. you can also turn on the fanout column to see that information. check the documentation for the options.
↧
Forum Post: RE: High Fanout nets synthesis encounter
you need to figure out why that net doesn't seem to have a driver. sounds like something might be wrong with the netlist. as for VDD/VSS, BTS should not be trying to buffer those if you didn't list them in the -nets option.
↧
↧
Forum Post: RE: Connectivity Violation
hard to tell without seeing the design. did you visually check to see if the routing was there in the first case?
↧
Forum Post: RE: cdf Parameter access through OA scripting
Thank you for the prompt response.
↧
Forum Post: RE: ecounter read_activity_file with SAF issue
i don't think SAF and SAIF are the same, but i'm not familiar with either format.
↧
Forum Post: RE: Unable to add VDD VSS pins to the verilog netlist generated by Encounter
did you declare your pwr/gnd nets in the .globals file? seems like encounter doesn't know that you have pwr/gnd nets or what they are called.
↧
↧
Forum Post: RE: what are power file and power net pad file?
i'm not sure what you are looking for in terms of what is dumped out. when looking at EM violations, you should look for the "rj" section in the file called "results". Any data points above 1.0 (J/JMax) are violations. If you use the result browser when displaying power/rail results or plots, you can see the list from worst to best, including those below the violation limit.
↧
Forum Post: RE: There is no .lib created with saveModel in Encounter, please help!!
sounds like this should have worked. were any errors or warnings issued? you may need to file a service request.
↧
Forum Post: RE: Problem with Verilog-defined power/ground nets and pins (ENCDB-2078)
you might want to post this to CustomIC and maybe a verilog expert there can help. It seems like the direction is getting mangled from INOUT to OUTPUT somewhere - but I'm not a verilog expert, so unfortunately I can't suggest where to look.
↧
Forum Post: RE: Suppressing HDL Parser Warning and port mismatch warnings
Hi Andrey, You can find the list of variables and their default settings (per tool) by looking in your installation hierarchy, for example for the schematic tool the 'central' .cdsenv is here: `cds_root virtuoso`/tools/dfII/etc/tools/schematic/.cdsenv Maybe you can find an appropriate variable that might help suppress the unwanted warnings? Best regards, Lawrence.
↧
↧
Forum Post: RE: Black Blox Creation
You do not want the black-box function, this i for excluding parts of the design completely and you can't simulate if you do that. You need the MSIE flow; you'll need to snapshots, one with your DUT_1 and the first version of the package, and the second with your DUT_2 and the 2nd version of the package. There is a really good rapid adoption kit (RAK) for MSIE on this page: support.cadence.com/.../cos ;src=wp;q=ProductInformation/Functional_Verification/Incisive_RAKs/Incisive_RAK.htm look under the "Performance" section for the "Incremental Elaboration" RAK.
↧
Forum Post: RE: skill mode download?
Historically I've asked people to send me a private message with their email details (actually you have to send a friend request because my profile is such that I only allow private messages from "friends" because I don't want people to bypass the forums and just send me questions directly - I don't have the bandwidth to deal with that). However, since the change in the formatting of the forums and main Cadence site, I can't find out how you'd do that - so I'm trying to find out. Given that I still get occasional random friend requests, it must be possible - I'm just not sure how currently. Once I find out, I'll tell you what to do Dan (or I'll contact you directly via a request). I can send you the existing (old) SKILL mode for Emacs that Lawrence refers to. Regards, Andrew.
↧
Forum Post: RE: Invalid CDF choice
The properties are gone, I double checked. As a first solution I'm gonna rename my CDF parameters. It's a bit of a strange error since it only happens in combination with synchronous copy clones, and only on about 20% of the devices. Last question, what is the "instance~>source" variable? Is it to indicate an instance was generated with layout XL. They seem to have it set on "netlist", instances that are manually placed have it on nil. Is there a way to reset it from "netlist" to nil?
↧
Forum Post: [AHB eVC]Unexpected 1ps delay on BFM
Hi, Another question on AHB eVC. For some reason, when the master agent drives the AHB signals (to be specific, HSIZE and HADDR), sometimes there will be a 1ps delay(clock period is 3.75ns). It may or may not happen depend on the seed used. So confused and by checking the log, I dont see any unexpected delay. The logger said that bfm drives the signal at the rising edge of the clock exactly. Have anybody encountered the same problem? Any help or your best guess will be appreciated. Thanks a lot.
↧
↧
Forum Post: RE: Quickly schematic-viewing a gates file
The timescale is only needed if your design has a mixture of modules with and without timescales. If you're not interested in simulating and only want to browse the schematic, just invent a timescale: "-timescale 1ns/1ns".
↧
Forum Post: RE: Quickly schematic-viewing a gates file
I know, I was only saying that there are too many steps involved in just 'viewing' a gates file Thanks Stephen
↧
Forum Post: RE: skill mode download?
Here is a copy : github.com/.../skillmode4.4.tar.gz
↧