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 rsrinivas

  1. R

    Can anyone send me a userguide for Incisive simulator?

    INCISIVE SIMULATOR Hi It should come with ur tool installation. 5.8 is an older version. u can also find it through cadence website. u need to register to access docs in cadence. best of luck Regards Srinivas
  2. R

    Performing gate level simulation

    make sure u r compiling ur library files
  3. R

    in modelsim error "Failed to parse SDF file"

    modelsim compile sdf file seems like u r using a student version of modelsim... the timescale directive is different in ur testbench and in ur netlist file. just add the correct timescale in ur top level file tat u simulate(ur tb top) and it should apply to the leaf levels also unless they are...
  4. R

    Denali question - verify reading mem operation, printInfo

    Re: Denali question Hi, denali soma file takes an initialization file which has the format something like this... the above thing fills the whole memory with 0xff. u can give individual address with the respective values... the initialization file has to be included in ur top rtl file as a...
  5. R

    why design compiler change my FF output naming?

    design compiler naming rule Yes synopsys does this. If u see from the code(Verilog netlist) the output of ur FF(Q) will somewhere connected to ur output and say ur output signal names is "opt". name "opt" will not be changed. as ur Q output ,if it is connected to say opt then the wire n2214...
  6. R

    Method for interfacing with different types and brands of RAM

    interfacing RAMs all of them have the same bus definitions only the data width changes.... i still dont understand wat do u mean by universal method...... Thanks and Regards Srinivas
  7. R

    about different flows

    yes u r right. u may use all the tools from a single EDA vendor(if he supports all the tools in the flow) but the problem is how efficient is each tool in part of the flow depends... For example when u do simulations u have cadence nc sim which is faster in case of netlist simulations compared...
  8. R

    what is the common synthesis methodology for large scale SOC

    Bottom up synthesis is done so that u can characterise ur design and derive the constraints from the design. But the final compilation with the derived constraints is Top down!!!!! The Ultra mode supports inbuilt efficient library functions(like adders muls etc) and has a better algo to...
  9. R

    Declaring a variable as output in two different modules in Verilog

    verilog doubt you should get an 'x' in simulation because of the multiple drivers from both the modules driving ur top module. Better to have control at the top level as suggested earlier.
  10. R

    Which one is better System Verilog or E ?

    system verilog/e its system verilog but as of now e shares a better market share due to the fact that most of the tools doesnt completely support system verilog. Once system verilog is supported by all the tools system verilog dominates...
  11. R

    Help me capture analog output of PC via audio jack and feed it to the ADC of Spartan3

    Need ur help on this Ya tat sounds gud but as i havent touched the board which i have got long back, i need to get the basic setup working. i need to measure the output quality without my processing unit and compare the output with my processing unit. Ideally i should have some improvement...
  12. R

    Help me capture analog output of PC via audio jack and feed it to the ADC of Spartan3

    Need ur help on this I felt i need to get some basic confidence before is start to implement my Audio processing core in the fpga that sits inbetween the ADC and the DAC. This is the initial set up which i need to make up and running.... Its a HW-SPAR3E-SK Xilinx kit **broken link removed**...
  13. R

    error during synthesize VHDL code in xilinx

    to_unsigned with two arguments vhdl U havent quantized ur design in Matlab check the filter design user guide after u design a filter u have to quantize it to fixed point so tat u can genrate ur synthesizable HDL. Regards
  14. R

    Help me capture analog output of PC via audio jack and feed it to the ADC of Spartan3

    Hi guys, I have a small appliaction to be done. kindly put in ur comments. I need to capture an analog signal output through the audio jack from a pc(say from the headphones port) and feed it to the ADC of the spartan 3e board. i will capture the samples in a ram and read them back to route it...
  15. R

    DC : combinational timing loop

    report timing loop synthesis Yes it should be the mux creating the problem. Timing loops are to be essentially taken care in the RTL. i faced an issue in which DC removed the timing loops but the same code when mapped to an FPGA couldnt tackle the issue. I suggest you to better report the...

Part and Inventory Search

Back
Top