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.
Re: Xilinx Spartan3 question
5V I/O operations are not supported. See Xilinx Spartan-3 FPGA Family Datasheet, topic: DC Electrical Characteristics, Absolute Maximum Ratings, Note 3.
hierachical vhdl editor gpl
I use ConTEXT (https://www.context.cx) because it is free and you can use it for Verilog, VHDL and many other languages.
An other also free editor is Scriptum (https://www.hdlworks.com).
Yes, PCI is very common but it must be implemented somewhere, for example in
a FPGA, and this is not a cheap solution. I did not find any information about PCI-less
controllers from Broadcom or Marvell and Davicom is still developing their chip.
They can't even deliver a datasheet.
So I think I...
Hi SAV,
a sonic transducer is normally not very fast but cheap.
I would prefer a optical system. You could use a
CCD- element and a light source or camera to detect
the position of the ball.
Another way could be to measure the position (weightiness)
with two strain-gauges.
Re: clock divider
To detect a 0->1 or 1->0 transition use a flip-flop to store the CurrentSignal. Then compare CurrentSignal with OldSignal (the previous signal).
If NOT(CurrentSignal) AND OldSignal = 1 then a 0->1 transition occured, similiar for the 1->0 transition.
To generate the 12MHz...
design a filter in verilog
Look here:
hxxp://www.altera.com/support/examples/dsp/exm-dsp.html
Replace hxxp with http and @ with a.
There you find samples for FIR- and IIR- Filter in Verilog.
Re: mp3 core
Hi davorin
look here:
hxxp://www.sparta.lu.se/~bjorn/whitney/index.htm
hxxp://www.ece.ualberta.ca/~elliott/ee552/projects/1999f/Porta-AMP/
I hope this it what you want.
Re: Xilinx or Altera?
Hi dora,
I am using Xilinx FPGA's (XC4000, Spartan II and Virtex II) for over
6 years and I did not have any problems (speed, price ...) with them.
So I would choose Xilinx again.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.