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 nirav1983

  1. N

    cosine wave using cordic algorithm

    cordic algorithm.pdf Hi Usman, Cordic algorithm converges quite fast and is quite accurate after around 15 iterations. What you can do to solve the rom problem if to make the rom values a combinational circuit (which would be quite small assuming you are using a large logic device).
  2. N

    Plotting stability circles on Smith chart

    Hi, I need help on plotting stability circles on a smith chart. If anyone has any easy tutorial or suggestions for reading....please....got a test on monday!!!
  3. N

    Help me with synthesis problems of a Verilog code

    Re: Synthesis Help Hi, Thanks for helping out guys. I have managed to rectify the clock problem. I wanted to know more about what JTAG and the Boundary scan mode are.
  4. N

    cosine wave using cordic algorithm

    cordic algorithm pdf I dont remember where i got this page from, but i had saved it as a doc file. (I take no credit for this info....i found it on a brilliant page which i have forgotten the link to ! ) Take a look at the doc file....i am currently doing a project on it....writing a verilog...
  5. N

    Help me with synthesis problems of a Verilog code

    Synthesis Help Hi guys, another problem i designed a counter as a latch and an adder ...like always @ (posedge clk) q <=d; assign d = q + 1; assign clk = main_clk & ~terminal_count; assign terminal_count = |d; suppose i have a 2 bit counter.....then in an actual working, i would have the...
  6. N

    Help me with synthesis problems of a Verilog code

    device utilization Hi, I am new to verilog design. I have made a 53 bit carry lookahead adder which is part of my floating point adder project. The simulation is perfect but I get a synthesis report Device utilization summary: --------------------------- Selected Device : 2s100tq144-6...
  7. N

    How to program Philips 89lv51rd2?

    How do i make a programming board for using WinISP
  8. N

    How to program Philips 89lv51rd2?

    I can get hold of a programmer for regular Philips controllers. Does it work? What is the advantage of the in-circuit programmable feature? is it only that i then dont need a programmer?
  9. N

    How to program Philips 89lv51rd2?

    Hi friends, I am required to program a Philips 89lv51rd2. Its my first time with an in circuit programmable controller. can someone guide me on how to go about it? i was told i will need my PC parallel port for it......does anyone have any ideas?
  10. N

    interface compact flash card with 8051

    microcontroller interface with compact flash card what is the role of the ATA SEL pin in accessing the true ide mode. do i have to assert it each time i initiate an i/o cycle?
  11. N

    interface compact flash card with 8051

    avr hard disk interface cf hi guys...i figured it out....i have to use the set feature. now my problem is the drive initialization. how does the sector count matter is i am using lba addressing. shouldnt the address automatically keep decreasing as i keep issuing a read to the data port? also...
  12. N

    interface compact flash card with 8051

    interface pen drive with 8051 guys.....still stuck can i use the true ide mode to give me data in 8 bit....usually i think i get 16 bit data out. i have to do this because i plan to dedicate on port of my 8051 to this.
  13. N

    interface compact flash card with 8051

    8051 compact flash Hi friends.... a little stuck again. what exactly is LBA addressing? what is its conversion relation with the CHS addressing. if their isnt then there has to be a register in which ill have to specify the kind of addressing i am using. please help...
  14. N

    Explanation of the scattering matrix

    I am struggling with the physical significances of the properties of a s-matrix....eg. unitary property made no sense...just used it!!
  15. N

    Explanation of the scattering matrix

    Hi, I am looking for a good explanation for Scattering Matrix....cant seem to get the hang of it from Sameul Liao.

Part and Inventory Search

Back
Top