Re: FPGA on the fly syntesis and other stuff
- From: Gabor <gabor@xxxxxxxxxxx>
- Date: Fri, 9 Jan 2009 14:05:05 -0800 (PST)
On Jan 9, 4:45 pm, "Giuseppe Marullo"
<giuseppe.maru...@xxxxxxxxxxxxxxxx> wrote:
Hi,
I am investigating the idea on building a bridge between usb and various
electronic sensors and actuators. My idea is to connect the sensors to the
fpga and access them from the usb port.
Each sensor needs suitables modules, like for example a PWM module if I want
to interface a H-Bridge to drive a motor, or a I2C if I have a I2C chip.
I am able to decode commands sent thru the usb(fx2 + spartan 3E), now I need
to know:
- what kind of virtual bus I could use, simple to use yet powerful enough..
Ideally, I was thinking about I2C. Speed is not a concern, reliability maybe
because I could extend the bus externally
- is it possible to configure a fpga from a pc program creating the verilog
source file without stepping thru the ISE gui manually?
I would like to reconfigure the bus and the virtual modules on the fly,
without dealing with the verilog code. A gui should put togheter the verilog
code behind the scenes and program the fpga.
Giuseppe Marullo
You should look at this thread regarding auto build without
the ISE GUI.
http://groups.google.com/group/comp.arch.fpga/browse_frm/thread/56b630135fd0c8c2?hl=en#
Interesting idea. I'm not sure what your "virtual bus" does.
Do you mean that there is a main FPGA talking to other remotes?
SMbus, a superset of I2C, may be better for dependability.
I2C on its own can have hang-up problems unless you control
all of the devices on the bus and make sure they have time-outs.
Regards,
Gabor
.
- Follow-Ups:
- Re: FPGA on the fly syntesis and other stuff
- From: Giuseppe Marullo
- Re: FPGA on the fly syntesis and other stuff
- References:
- FPGA on the fly syntesis and other stuff
- From: Giuseppe Marullo
- FPGA on the fly syntesis and other stuff
- Prev by Date: FPGA on the fly syntesis and other stuff
- Next by Date: Re: FPGA on the fly syntesis and other stuff
- Previous by thread: FPGA on the fly syntesis and other stuff
- Next by thread: Re: FPGA on the fly syntesis and other stuff
- Index(es):
Relevant Pages
|
Loading