Y
Hacker News
new
|
ask
|
show
|
jobs
by
MasterScrat
5122 days ago
Isn't an FPGA basically a bunch of NAND or NOR gates whose connections can be arranged as necessary?
1 comments
rcfox
5122 days ago
No, it's a bunch of registers to hold state and look-up tables that map to your logic. (
http://en.wikipedia.org/wiki/Karnaugh_map
)
link
truncate
5121 days ago
Registers can be made by using a bunch of flip-flops, which are again made using NAND/NOR.
link