Post
Topic
Board Hardware
Re: Klondike - 16 chip ASIC Open Source Board - Preliminary
by
BkkCoins
on 29/05/2013, 23:41:48 UTC
@zefir,
@steamboat
Thank you guys! That's much anticipated.

@wrenchmonkey
Whoa. Jules Verne does mining.

I thought you could put only 4 chips in a K16 board and it would still work? The board kits themselves don't appear to be that expensive [based on preliminary info]
Yes. The code I'm working with now allows for partial populating. It will be best if both banks are balanced since I count chips and use the highest bank count as divisor. This keeps the work pushing code simpler. If you populate more on one bank than the other, then some range will go untested as the more empty bank will be cut short and get work pushed before done. This isn't so bad.

By adding in pairs 2,4,6,8... they stay fully utilized. This is primarily due to the fact I push work to both banks at the same time so as to not take twice as long. Even with unbalanced banks no chips do repeat work so this is still optimal.