Difference between revisions of "FPGA"

From Emulation General Wiki
Jump to navigation Jump to search
m
(Despite usually, emu boxes aren't always ARM based.)
Line 72: Line 72:
  
 
==See also==
 
==See also==
* [[Emulation Boxes]] - Devices that make use of ARM processors instead of programmable chips.
+
* [[Emulation Boxes]] - Devices that make use of microprocessors and software emulators instead of programmable chips.
  
 
[[Category:FAQs]]
 
[[Category:FAQs]]
 
[[Category:Not really emulators]]
 
[[Category:Not really emulators]]

Revision as of 08:01, 14 December 2021

A field-programmable gate array (FPGA) is a type of microchip that can reconfigure itself after it has been manufactured, hence "field-programmable". The technology has found use in emulation as it can reimplement the hardware without having to resort to any kind of binary translation to a computer platform's native code. Instead of adhering to an instruction set or a programming language, FPGA chips are instead programmed using a hardware descriptor language (HDL) that describes the components and logic needed to run the software. This programming isn't permanent; corrections and other changes can be made afterwards so that it isn't limited to one application like an ASIC.

Despite what one may think, FPGAs are not a new technology; they've been around for as long as Macintoshes have been, with manufacturer Altera being the first to introduce an FPGA to the market in 1984. While they already had use in aftermarket cartridges (like setting up mappers for ROMs like the SD2SNES does), using them in place of entire consoles was considered esoteric until commercial devices using FPGAs were released in the mid to late 2010s.

List of aftermarket reimplementations

Product Manufacturer Reimplements MSRP Notes
AVS retroUSB Nintendo Entertainment System $185
MegaSG Analogue Sega Genesis $189
Nt Mini Analogue Nintendo Entertainment System $449/$499
Pocket Analogue Multi-system $199
Super Nt Analogue Super Nintendo Entertainment System $189
DIY
MiSTer MiSTer-devel
(Base hardware: Terasic DE10-Nano)
8-bit & 16-bit consoles, computers & some arcade games, etc (See Git llnk) $220 min
(Separate items)
Fully packaged forms can be found for much cheaper via sellers. Start guide.

See also

  • Emulation Boxes - Devices that make use of microprocessors and software emulators instead of programmable chips.