Zcash (Equihash) FPGA implementation

Hi all, Can't believe noone else has mentioned this yet; but has anyone considered implementing Equihash on an FPGA board? While its true that Equihash is a memory-hard algorithm, there are many 'shared-memory' FPGA implementations, where more than one FPGA has access to a segment of shared memory concurrently. Where a GPU falls down is when a call to Global memory is made, resulting in a fetch that costs time (GPUs can make quick memory calls but to very small size segments). Additionally F...

https://forum.z.cash/t/zcash-equihash-fpga-implementation/8509