Y
Hacker News
new
|
ask
|
show
|
jobs
by
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
)
1 comments
truncate
5121 days ago
Registers can be made by using a bunch of flip-flops, which are again made using NAND/NOR.
link