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 sriramsv

  1. S

    Model Sim Error:Assuming recursive instantiation

    vsim-3036 Hi guys, I'm getting this error in Modelsim when I try to simulate my codes: # ** Error: (vsim-3036) Instantiation depth of '/ldpc_encoder2' is 81. Assuming recursive instantiation. # Region: /ldpc_encoder2 # ** Error: (vsim-3036) Instantiation depth of...
  2. S

    WARNING:Xst:1290 - Hierarchical block <d_ff0> is uncon

    Re: WARNING:Xst:1290 - Hierarchical block <d_ff0> is u Tanx. I resolved that issue, but now my "Generate Expected Simulation results" shows me the error: # ** Error: (vsim-3036) Instantiation depth of...
  3. S

    WARNING:Xst:1290 - Hierarchical block <d_ff0> is uncon

    xst:1290 - hierarchical block Hi guys, I'm getting the below error during Synthesize-XST in Webpack 8.1i. Can anyone tell me what to do. There is no syntax error in my program!!! WARNING:Xst:1290 - Hierarchical block <d_ff0> is unconnected in block <encoder> here is my...
  4. S

    problem in Test Bench Waveform(TBW) in Xilinx Webpack 8.1i

    Hi guys, I've a problem while working with TBW in Webpack 8.1i. here are my codes: module encoder(mesg,clk,cwd); input [15:0]mesg; input clk; output [15:0]cwd; wire [15:0]q; // o/p from the buffer i.e D_FF wire [15:0]s_p;// o/p from the serial to parallel shifter DFF...
  5. S

    Memory Intialization in Xilinx ISE 8.1i Webpack

    tanx guys for yr response, i'll surely try the methods.
  6. S

    Memory Intialization in Xilinx ISE 8.1i Webpack

    tanx for the info. but the problem is initial and $readmem are not synthesizable codes!
  7. S

    Memory Intialization in Xilinx ISE 8.1i Webpack

    Hi friends, I've a 16x16 matrix which i need to store in a memory and use the values for my calculation.I'm coding it in Verilog. I'm not sure how to initialize the memory and store it. The Webpack has tools like Core generator and lot other stuffs. Can anyone tell which one to...
  8. S

    Pre-Silicon Validation

    Hi friends, I need to know what excatly does a pre-silicon validation engineer does? what are the toos and methodologies that the engg needs to know? does JTAG falls under pre-silcon validation? please help asap thanks
  9. S

    numerical examples for LDPC decoder?

    ldpc examples hi, Is there any paper which gives the numerical solution for the iterations carried in the LDPC decoder i.e. like atleast for 2 iterations, the value of check to bit and bit to check nodes are calculated. sriram
  10. S

    Rules for creating LDPC H matrices

    Re: LDPC-H matrix hi, i was trying to convert the document, but was unable to do the whole thing. is there any PDF thats in english for the same
  11. S

    Can you define 2 modules on the same page while coding in Modelsim?

    Re: question in Verilog hi pinu, yeah i want those details. if u could send me that will be gr8
  12. S

    Rules for creating LDPC H matrices

    hi, can anyone tell me the ways or creating sparse Parity matrix for my LDPC encoder. What are the rules of creating a H matrix. thanks
  13. S

    Can you define 2 modules on the same page while coding in Modelsim?

    hi, is it possible to define 2 modules in the same page while coding in Modelsim.
  14. S

    Verilog simulation error: instantiation of alu_operation failed

    hi, I'm trying to simulate a simple verilog program(alu operation).i can compile the module n test bench. but when i wanted to simulate it, i'm getting an error Loading work.test_bench_alu_operation # ** Error: (vsim-3033) C:/Modeltech_xe_starter/my examples/test_bench_alu_operation.v(6)...
  15. S

    Question about LDPC, error correcting codes

    hi friends, I'm doing my masters in Elect engg.My final proj is on simulation, synthesis and implementation of LDPC codes. when i went through some of the technical papers, they were spking abt various functional evaluation methods (like CORDIC, polynomial approximation, look up...

Part and Inventory Search

Back
Top