| Author |
Message |
pezevall
Joined: 06 Jun 2007 Posts: 6
|
14 Jun 2007 20:26 fpga cpu |
|
|
|
|
Hello experts. I have heard that it is possible to simulate with FPGA a CPU (registers, ALU, accumulator, memory, pointer stack, etc) with a small assembler command set in order to perform mathematical operations. Is this possible? Any hints?
My goal is to generate a calculator (basic operations), by typing the operands via ps2 keyboard and show the results on a VGA display. My idea is to use FPGA as a microprocessor that manages the all logic and the I/O communications (keyboard, video, RAM)
I'd truly appreciate If you could point me to the right direction on how I can accomplish this project.
Best Regards
Pedro
|
|
| Back to top |
|
 |
sawaak
Joined: 20 May 2003 Posts: 153 Helped: 4
|
14 Jun 2007 21:16 fpga cpu core |
|
|
|
|
Hi,
please check PicoBlaze from xilinx, its a small 8-Bit uP/uC with many applications.
thanks
sawaak
|
|
| Back to top |
|
 |
dainis
Joined: 15 May 2001 Posts: 1451 Helped: 56
|
14 Jun 2007 21:35 creating a processor using a fpga |
|
|
|
|
| http://muranaka.info/pukiwiki/index.php?MicroBlaze%20uClinux%20and%20Spartan-3E%20Starter%20Kit
|
|
| Back to top |
|
 |
Google AdSense

|
14 Jun 2007 21:35 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
funster
Joined: 30 Jun 2005 Posts: 234 Helped: 12
|
15 Jun 2007 5:25 how to create a cpu |
|
|
|
|
you can get a workable cpu code from xilinx website or www.opencores.org,
then compile them and your program object source in a FPGA design environment
and downloadload them into FPGA. then it will work.
| pezevall wrote: |
Hello experts. I have heard that it is possible to simulate with FPGA a CPU (registers, ALU, accumulator, memory, pointer stack, etc) with a small assembler command set in order to perform mathematical operations. Is this possible? Any hints?
My goal is to generate a calculator (basic operations), by typing the operands via ps2 keyboard and show the results on a VGA display. My idea is to use FPGA as a microprocessor that manages the all logic and the I/O communications (keyboard, video, RAM)
I'd truly appreciate If you could point me to the right direction on how I can accomplish this project.
Best Regards
Pedro |
|
|
| Back to top |
|
 |
pezevall
Joined: 06 Jun 2007 Posts: 6
|
18 Jun 2007 22:45 zpu spartan 3e |
|
|
|
|
| Thank you all for your suggestions.
|
|
| Back to top |
|
 |