Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Jugantor

  1. J

    Gate Level Fault simulation using verilog

    Thanks a lot for the reply. I had a feeling PLI is the way, was wondering if Verilog could do it. Is it possible to do using SystemVerilog ? I would be more interested to do it using SV if its possible.
  2. J

    Gate Level Fault simulation using verilog

    Hi All, I am trying to perform gate level fault simulation using verilog by simulating faults at the output of internal gates randomly. Say for example, outputs of gate A & B go to inputs of gate C. Now I want to simulate a fault in C by inverting the output of C for 1 simulation cycle and...
  3. J

    How to convert edif or vhdl netlist to spice netlist?

    Elgris does have that, and the software costs around $1000. They can do one trial run for u actually.
  4. J

    Partitioning using IC Compiler

    Has anybody tried the create_partition command of the IC compiler. I am looking forward to using it and it would be great if someone could help me answer few of the questions that I have. TIA.
  5. J

    SOC encounter violation error help needed

    encounter violation Hi All, I am using soc encounter for place and route. After nanoroute, when I added fillers and did a 'verify geometry' I got the following warning and hence 1 violation. Pin of Cell KFILLER_195 at (130.000, 32.920), (132.000, 33.480) on Layer M1 is not connected to any...
  6. J

    how to use set_fix_multiple_port_nets?

    set_fix_multiple_port_nets dont touch can you tell me what meaning does the warning carry ?? and what is its cause ? I have a verilog code that works fine in modelsim, but once i get the post-synthesis netlist, it doesnt work anymore in modelsim. can this be the cause of this problem ...
  7. J

    Value change dump file

    value change dump tutorial how to generate a .fsdb file from a verilog file ? and in which tool? Thanks & regards, Jugantor
  8. J

    How to generate a parasitic file?

    Re: parasitic file Hi, Can it be generated using primetime using the commands: write_parasitics -format SPEF filename.spef ? such that it writes all parasitics annotated on the current design to the file specified in the filename argument. Thanks & regards, Jugantor
  9. J

    How to generate a parasitic file?

    Can any body tell me how to get a parasitic file - that contains the information abt the capacitance of the nets. Thanks & regards jugantor
  10. J

    difference between SAIF and VCD file

    vcd to saif HOw to generate .saif file from a verilog file ? if i have a file written in bluespec code, how to generate the .saif file from it ?
  11. J

    Value change dump file

    vcd dump can anyone plz tell me how can we generate a .vcd file from a verilog file. also , how to generate a .fsdb file from the .vcd file? Thanks & regards, Jugantor
  12. J

    Looking for info about scripts and power estimation in Synopsys

    Re: synopsys question @diemillio Thats what I need to know. How can I link those .bsv files (like Edge_FIFO , Socket_FIFO)with the actual DMA file during sythesization ,so that those files are also taken into account(which is not happening now) ? Its because design_vision doesnt take .bsv...
  13. J

    Looking for info about scripts and power estimation in Synopsys

    Re: synopsys question HI shiv_emf, you are correct. while using design_vision/DC, I dont need to use -hdl_compiler . But I am using primepower actually for my power analyis. (the newest version)There I need to use -hdl_compiler . Its bcoz if I dont use it, then the read_verilog filename.v...
  14. J

    generating an SPEF and SBPF file in synosys PrimeTime

    sbpf parasitics After calculating the power of different instances of a design...i have got the report in terms of the cells....( using "report_power -cell " ) . my problem is how can i map these cell-power informations into the design file (which is in verilog) ? like...a particular cell-power...

Part and Inventory Search

Back
Top