SHENZHEN I/O

SHENZHEN I/O

評價次數不足
PGA BASED FUNCTION TESTER
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
6.303 KB
2016 年 12 月 10 日 下午 12:02
1 項更新註記 (檢視)

訂閱以下載
PGA BASED FUNCTION TESTER

描述
I created this puzzle to force a solution which requires using the PGA component only. Let me know if you manage to complete it using other parts!
熱門討論 檢視全部(1)
5
2020 年 11 月 22 日 上午 7:35
Power usage?
Simon
8 則留言
Verdammte Heinz 2023 年 9 月 4 日 上午 5:56 
Nice puzzle, tried really hard to do what Galtor did below but couldn't fit it either. Then realized the solution. 10 / 642 / 0, no optimization for power
Cocoa 2022 年 8 月 27 日 下午 9:13 
The power can be saved to 597 when the left PGA transfers the following boolean values to the right PGA:

out1 = (2x > y + z)
out2 = (2x == y + z)
Dan 2022 年 3 月 15 日 上午 5:00 
It is possible to optmize it for power.
My solution: 597 power.
Galtor 2018 年 11 月 28 日 上午 9:16 
Makes me feel silly now. That was a perfect hint.
stuff_123321 2018 年 11 月 28 日 上午 2:23 
Galtor: two PGAs.
Galtor 2018 年 10 月 15 日 上午 9:06 
I'm sure I'm missing something simple, but the board prevents me from using either all three inputs or all three outputs from the PGA. I could use a logic gate on the output side to take two of the outputs and make the third, but there's not enough room to wire that up either. So, while I can get the logic programmed on the PGA fairly simply, I haven't figured out how to wire up the board and get it to work. Can anyone who finished this offer a suggestion/hint?
SIGSTACKFAULT 2018 年 3 月 2 日 上午 10:17 
Truth table:
xyz LMD
000 000
100 011
010 101
110 011
001 101
101 011
011 101
111 000
SIGSTACKFAULT 2018 年 3 月 2 日 上午 10:06 
Made up the truth table in Excel then made that, instead of the actual function. 10/615/0