Shop OBEX P1 Docs P2 Docs Learn Events
A2Z Computer — Parallax Forums

A2Z Computer

I saw this mention of a ground up computer, the A2Z Computer, that is based on an FPGA. I thought FPGA's were only good for developing things like the Propeller 2. So does this mean that if you manipulate the existing FPGA code for the P2, you could turn the P2 into a computer, for whatever that means? It sounds like the FPGA boards are quite powerful tools.

Ray

Comments

  • Heater.Heater. Posts: 21,230
    You can put whatever logic you like into an FPGA. Provided it fits. There are many processor cores you can put into an FPGA. From Z80 designs to RISC-V. Have a look at all the processors people have implemented and put up on opencores.org http://opencores.org/projects

    Often people put a CPU core on an FPGA design to manage all the other logic they have on there. Saves having an external processor. Many new processors are developed and tested on FPGA. Like the Prop 2 or RISC-V.

    In what way is a Prop 2 on an FPGA not a computer?

    Yes, FPGAs are very powerful tools.
Sign In or Register to comment.