Git Product home page Git Product logo

Comments (7)

akshar001 avatar akshar001 commented on August 16, 2024

I think i am the first one to comment on this!

from shapool-core.

jkiv avatar jkiv commented on August 16, 2024

It'll compute a hash every 64 cycles per core, so it depends on your clock speed.

This was designed on/for the iCE40HX8K-BG121 which currently can only support 2 cores at 30MHz. So roughly 0.9~1 MH/s.

However, the logic is deep. It performs a hash round every cycle. You can likely go faster with more pipelining at the expense of space on the FPGA. Not sure yet which choice would come out on top.

Some other optimizations, like putting the message in block RAM (#4), could save some room and potentially bring the number of cores to 4 -- so 1.9~2 MH/s.

The icepool project allows to cluster multiple iCE40HX8K's. One motherboard with 16 FPGAs would be about 14~15 MH/s.

In conclusion, not very fast.

from shapool-core.

akshar001 avatar akshar001 commented on August 16, 2024

Per core how many LUTs? for ICE40?

from shapool-core.

akshar001 avatar akshar001 commented on August 16, 2024

And if we have 50mhz clock then it would be more speed right?

from shapool-core.

jkiv avatar jkiv commented on August 16, 2024

The iCE40s have 7680 "logic cells." The cores share these with the I/O logic (2xSPI, control signals, state machine, etc.) so hard to say exactly. I think I can fit 3 cores and I/O into 7680 (if I recall correctly) but the logic divides the work up into powers of 2, so 3 doesn't work well.

And yeah, more cycles / second means more hashes / second.

from shapool-core.

akshar001 avatar akshar001 commented on August 16, 2024

you know about the esp32?

from shapool-core.

akshar001 avatar akshar001 commented on August 16, 2024

https://www.efinixinc.com/products-titanium.html

Ti35

from shapool-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.