SHENZHEN I/O

SHENZHEN I/O

Not enough ratings
3-BIT ADDER
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
6.878 KB
3 Sep, 2017 @ 10:05am
1 Change Note ( view )

Subscribe to download
3-BIT ADDER

Description
Well just another 3bit + 3bit -> 4bit task.
Wireing might be the hardest part.
Can be solved with some PGA magic.
3 Comments
Cocoa 26 Oct, 2022 @ 7:40pm 
I did it, solved in 23/1290/0, PGA * 4 and NOT * 3

I used a PGA to rotate the inputs of A2, B0 and B1 to solve the wiring problem.

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2880414670
KeyKon  [author] 10 Aug, 2022 @ 12:56pm 
Nice, my best is 13/1277/24 with 2 MC6000 and 3 DX300.

Yea you are right, the lack of space is a pain in the ass and prevents experimenting, no idea why I did this :D

PGA is possible but expensive (I needed 4 + one negate gate):

Image [imgur.com]
Cocoa 18 Jul, 2022 @ 9:40pm 
Solved in 14/1420/28. Using 3 MCs and 3 expanders.

Tried to use PGA to solve this puzzle but failed. Maybe putting (a0, b0), (a1, b1) and (a2, b2) together will make this puzzle easier...