c*******d 发帖数: 353 | 1 I have purchased a xilinux spartan 3a starter kit board and learnt some
verilog and programmed simple fpga applications. For example:
"FPGA: LCD display from RS232 interface
After more than a month's of studying of verilog and fpga design, I am proud
to present the result of my first mini-project. Controlling Spartan3A LCD
display with RS232 serial interface from a host computer. The setup is very
simple:
minicom (linux host) <------> RS232 (J27) <-------> LCD (DISP1)
I used the 2 serial interfa |
c******a 发帖数: 600 | 2 我买的是XUPV2P (Virtex-II Pro) |
c*******d 发帖数: 353 | 3 What kind of projects that you can do with virtex-ii? Any fun project you
can recommend for me to work with my spartan3a board.
There are many concepts that are still blurry to me. I've also done a music
player with my board through serial interface. Next thing I want to do is to
control a ps2 keyboard. |
c******a 发帖数: 600 | 4 俺做ASIP。如果想fun的话,我还是做ASIP :)
另外做一个数据采集/处理系统我也比较中意,主要就是做接口,用嵌入式linux读写CF
卡,USB,串行,和网络口
music
to
【在 c*******d 的大作中提到】 : What kind of projects that you can do with virtex-ii? Any fun project you : can recommend for me to work with my spartan3a board. : There are many concepts that are still blurry to me. I've also done a music : player with my board through serial interface. Next thing I want to do is to : control a ps2 keyboard.
|
c*******d 发帖数: 353 | 5 I want to implement ethernet communication too, but xilinux tcpip IP core is
not free. I want to use the tcpip IP cores from opencores, but I don't know
how to use them. Do you have any advice?
Is there any free tcpip IP core?
Right now RS232 is my communication method but it's too slow, reading the
flash PROM will take 1 hour at 115200 baud rate...
Thanks, |
c******a 发帖数: 600 | 6 汗,我还没有开始,不知道哦。等开始了再看看...
要么你用USB通讯?虽然我也不知道有没有免费的IP Core
is
know
【在 c*******d 的大作中提到】 : I want to implement ethernet communication too, but xilinux tcpip IP core is : not free. I want to use the tcpip IP cores from opencores, but I don't know : how to use them. Do you have any advice? : Is there any free tcpip IP core? : Right now RS232 is my communication method but it's too slow, reading the : flash PROM will take 1 hour at 115200 baud rate... : Thanks,
|
c*******d 发帖数: 353 | 7 From the document, it seems the usb port on the xilinux board is strictly
for JTAG programming, i.e. program the board not communication with other
parts of the board. That's my understanding. |