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 vyella1

  1. V

    Post synthesis gate level simulation

    Hello Forum, I am working on gate level simulations for generating saif file for power estimation. I am running simulations on post ICC generated netlist and sdf file(generated from prime time using spef file extracted using star rc tool). In sdf file the min::max delays corresponds to the...
  2. V

    ASIC datapath design: Back-pressure (Stall) mechanism

    You can either do back pressure to all the pipeline stages, or instead send a signal from the fifo to the source(suppose say ab) of first pipeline stage saying not to send the data. From that source ab there will be a signal going to it's source not send any data. The reason I suggested...
  3. V

    ASIC datapath design: Back-pressure (Stall) mechanism

    Suppose say you have 6 pipeline stages and a fifo after that. When the write pointer in the fifo points to FIFO_DEPTH-6-1, you can send a signal to the source of the data to the first pipeline stage saying not to send data anymore.
  4. V

    [SOLVED] Design not simulating for different technology node

    Hello ThisIsNotSam, I synthesized the design at 600Mhz for 28nm technology and 400Mhz for 40nm technology. My testbench runs at 100Mhz. I am not using the SDF files. Instead I am using unit delays specified in the standard cells verilog file. The goal is to generate saif files for respective...
  5. V

    [SOLVED] Design not simulating for different technology node

    Hello Forum, I did post synthesis simulation on netlist generated for two different technology nodes(28nm & 40nm) for the same design. The post synthesis netlist simulation worked for 28nm technology node, but it didn't work for 40nm node. The design met timing in both technology nodes. I...
  6. V

    max_transition Violation

    Hello Forum, I work on front end synthesis of the design using design compiler topographical. After synthesis, there are no timing violations. But I am seeing "max_transition" violation. Is it something which we resolve at front end or at back end?
  7. V

    power analysis using synopsys DC compiler

    You need to run post synthesis simulation on the synthesized netlist and generate saif file first. Later load the synthesized design and libraries and give generated saif file as an input to design compiler again and run the design. You will generate the power report.
  8. V

    Output <= registers(to_integer(address)) and intentional meta values

    The synthesis tool will usually ignore is_x and will give it as a warning.
  9. V

    Design compiler synthesis

    Thank you for responding Really, I am not Sam. Even I thought the same and I checked the log file, the retiming option is not turned on
  10. V

    Design compiler synthesis

    Hello Forum, I am working on RTL synthesis of an ECC Decoder(which has many sub modules) using design compiler, and I encountered a timing violation and the critical path is in sub module ABC. Accidentally I turned on a pipeline stage in different path (critical path and this path are not...
  11. V

    [SOLVED] Code coverage of a design

    Hello forum, I am investigating on code coverage. I have a design and upon doing coverage analysis, the coverage report shows that my test bench does 70% of code coverage. Is it necessary to have 100% code coverage? If a fsm has 4 states aa-bb-cc-dd and suppose aa-cc transition should never...
  12. V

    synthesizing memory as latches

    Hi all, I am designing a decoder and my design uses memory. For some of the memory blocks I am using compiled memories and for other memory blocks I am synthesizing it as flipflops(synthesizing as flipflops increasing area). I am thinking of synthesizing the memory as latches. Is it ok to...
  13. V

    [SOLVED] didn't find inverter for specified operating conditions

    Hi Forum, I ran a synthesis using design compiler for a using standard cell library which has operating conditions(Voltage=1.05V, Temp=25C). Now I want to run synthesis for different operating conditions (voltage=1.05V, temp=25C). I used DC command set_operating_conditions to set the operating...

Part and Inventory Search

Back
Top