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 s2c97

  1. S

    Which one should I learn, VHDL or Verilog?

    Re: Verilog or VHDL This question has been asked very quite often in previous post. You should make a search, and I'm sure you will get a lot of hits on that question.
  2. S

    how to use delay in ASM language

    Agree with the last two replies. Use if possible the µc timers, try to avoid sitting in a waiting loop. Setup a timer to run in the backgroung and go do some other useful things, and have the timer interrupt you.
  3. S

    Virtex II Eval board - Help

    I have a Virtex II Eval board from Avnet. It has a Xilinx Virtex-II (XC2V40) on it. My problem is I do not have any schematic, user manual or any doc on this evaluation board. I tried on the Avnet web site, but no literature to download. Couldn't find anything on Google either. I know this...
  4. S

    Who wants to buy a Xilinx matrix FPGA ?

    Re: Xilinx FPGA to sale Try selling it on eBay.
  5. S

    FPGA Architectures,CPLD's

    1) the best way to get the different FPGA architecture is to refer to the chip manufacturer's website and get the chip datasheet. You can go to Xilinx, Altera,... websites and you will get all the info you are looking for on the different FPGA architectures. 2) you can make a search in this...
  6. S

    [URGENT] How to group the 1s in this Karnaugh Map?

    Well the goal of Karnaugh Map is to reduce your boolean expression as much as possible. Sometimes grouping the '0' and X (POS) could make your logic simpler.
  7. S

    [URGENT] How to group the 1s in this Karnaugh Map?

    let's say F is your output, solution1 : like Kovic shows in his table and obtain F = ~Q2 + ~Q3 solution2 : a faster approach is to group the third row (with the 0) and obtain ~F = Q2Q3 invert it and get F = ~Q2 + ~Q3 or F = ~(Q2Q3)
  8. S

    Hyperterminal for connecting microcontroller with PIC via MAX-232

    hyperterminal source Using the hyperterminal that comes with windows is one option, but it's not an obligation. You can use any kind of rs232 communication that interfaces through your com port.
  9. S

    Need information about FPGA for beginners

    Re: fpga for beginner Similar previous posts: ... and the list goes on, make a search of EDAboard forum with "FPGA" AND "learn" as keywords and you'll get a long extensive list that will answer your question. Good luck!
  10. S

    Advanced Digital Design with Verilog HDL

    I searched the forum to see if any one had any comments on this book:"Advanced Digital Design with the Verilog HDL" by Michael D. Ciletti. There was only one topic about it back in sept 2004, but no one really had a comment on this book. So did somebody go through this book? If yes, could you...
  11. S

    I need to learn verilog

    best book to learn verilog I do agree with echo47. Let's say that I'm a beginner in the FPGA world and the first advice that I got was to read the famous "Verilog HDL" by Samir Palnitkar. So I did go through it. After I was done with it I realised that it did not get me very far in the...
  12. S

    Using C for analog Devices DSP 21992

    Analog Device's C compiler is pretty good in general. The only drawback is it's entry and exit to/from it's ISRs (Interrupt Service Routines). It saves way too many values before entering it's routine and has to restore them all on exit. s2c97
  13. S

    advanced c programming

    Thanks echo47! I'll give it a try. I don't think there is any form of logical human language or even machine laguange that could translate the adsp2196 and make any sense out of it :wink:
  14. S

    Looking for a really good book about FPGA design

    Real FPGA design? I know that this question has been asked a mulititude of times by many users, but it seems that I did not see the answer I'm looking for. So here it is again: I'm just starting in the world of FPGA design and I'm realising that there is a lot of literature on HDL language...
  15. S

    advanced c programming

    cdecl? Very interesting, I did google it... does it only run under linux based? s2c97

Part and Inventory Search

Back
Top