R32V2020 Target Hardware

From Land Boards Wiki
Revision as of 12:21, 10 April 2022 by Blwikiadmin (talk | contribs) (Created page with "= Initial Target Hardware = * Initial specific target is an [http://land-boards.com/blwiki/index.php?title=Cyclone_IV_FPGA_EP4CE6E22C8N_Development_Board_USB_V2 Altera EP4CE6...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Initial Target Hardware

<img src="http://land-boards.com/blwiki/images/2/2c/EP4-FPGA-VGA.jpg"></img>

EP4CE6 Resources

  • Cyclone IV lowest end part
  • Logic Elements (LEs) = 6276
  • Embedded Memory (1Kx9 blocks) = 30

Advantages to the Spartan as a target

  • Spartan FPGA boards are inexpensive and widely available.
  • There's enough BlockRAM in a Spartan FPGA to have separate Instruction, Data and Stack Memory spaces.
  • This makes CPU design much simpler since there's very little need for multiplexing of address/data for common busses.
    • Produces significant bandwidth improvements
  • See the Architecture document(s) for details.

Porting to other FPGAs

Ownership

  • We all stand on the shoulders of giants.
  • The concepts in this RISC design are found in any Computer Architecture Design textbook.

Warning

  • Use at your own risk.
    • If you brick your part or it melt to a puddle, it's on you not me.