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 shhrikant1

  1. shhrikant1

    No timing violation still gate level simulation is failing

    Hi, I have checked the timing reports and they are clean , yet when I do the gate level simulation with netlist and sdf , it is failing. can anyone throw some light on this.
  2. shhrikant1

    Verilog to VHDL conversion

    Hello all, I am in urgent need of a test bench. I have the verilog version of it. It would be of great help if anyone converts it into VHDL. /*************************************************************************************** * TESTBENCH FOR SPI TO I2C * January 2007...
  3. shhrikant1

    CMOS Inverter - shortening input with output

    A circuit with chain of inverters will only oscillate when the time period of the oscillation is equal to twice the propagation delay multiplied by the number of inverters chained, i..e. T = 2 Tp X N, factor of two is because a full cycle requires both - rise time and the fall time. The above...
  4. shhrikant1

    OFDM using system generator..

    Where are you facing a problem? Designing a block in simulink or implementation of hdl code in ISE? Can you please elaborate your objective in this project? I designed various filters using Matlab FDA-tool & system generator, so I think I can help you on this.
  5. shhrikant1

    FPGS / CPLD Power consumption

    Greetings, Why is the Power consumption in CPLD is 10 times more than FPGA , though the architecture is simple in CPLD & it is very complex in FPGA. Thanks in Advance
  6. shhrikant1

    At a time we can access how many slaves ?

    I am sorry but i did mentioned that I am not very sure of AMBA.
  7. shhrikant1

    Maximum number of AHB Slave/ Master

    Can anyone tell me that what are the advantages of I2C over AMBA or vice-versa?
  8. shhrikant1

    At a time we can access how many slaves ?

    I am not very sure about AMBA , but in i2C one can access only one slave per master at a time. In AMBA AHB i believe the same case because unless one slave free the the data line the data can not be sent/receive at an instance.
  9. shhrikant1

    [SOLVED] concatenation & division problem -Urgent

    Well its very obvious that (9999 downto 0) is not feasible by any means.. I dont want to implement this design - this is a question asked by a well known company in an interview
  10. shhrikant1

    [SOLVED] concatenation & division problem -Urgent

    Thanks tricky for your reply, Your suggestion is right but again (9 downto 0) gives me the dividend after 10th raising clock - I mentioned 10 as an example - the concatenation process has to be continued for a long time say 10000 clock or even more ..
  11. shhrikant1

    [SOLVED] concatenation & division problem -Urgent

    Accept my apologies for that typo - I meant to say the dividend is increasing by 1 bit at every clock cycle where as the divisor is a constant - 2 Ex- say the dividend is 8 (3 bit) divisor is 2 i.e 8/2 next clock cycle it will be 15/2 next clock cycle it will be 31/2 next clock cycle it...
  12. shhrikant1

    [SOLVED] concatenation & division problem -Urgent

    Thanks for replies, let me correct my statement .. : I need to concatenate the input with the previous input i.e. at raising_edge(clk) a(n) & a(n-1); at next raising it should be a(n+1) & a & a(n-1) and so on.... after every raising edge of the clock the divisor is increase by 1 bit. as the...
  13. shhrikant1

    [SOLVED] concatenation & division problem -Urgent

    Hi Mike, Thanks for your reply I checked your code - it works fine, but my problem is not just to check the divisibility by two , I need to concatenate the input with the previous input i.e. at raising_edge(clk) a(n) & a(n-1); at next raising it should be a(n+1) & a & a(n-1) and so on...

Part and Inventory Search

Back
Top