Viewing profile — 555dreams
555dreams
HN member- Joined
- Fri, Apr 12, 2019, 6:58 AM UTC
- HN karma
- 47
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About 555dreams
Recent public activity
-
comment
Comment #31823210
Despite sounding weird, the multiplication without division is actually very helpful for low cost and resource constrained MCUs/soft-CPUs. Even utilizing the `mno-div` complication…
-
comment
Comment #29890726
Something of note here is the built-in Verilator and Renode simulation. If you don't physically have an FPGA but still want to try custom hardware acceleration this repo lets you s…
-
comment
Comment #28402850
To iterate on what other people have been saying, nMigen is great! But I probably wouldn't learn it as my first intro to HDLs because in my opinion it's best thought of as a macro-…
-
comment
Comment #28402801
I have! SymbiFlow is very good for being a FOSS hardware toolchain, sometimes it has trouble with peculiar FPGA primitives but it's nothing you can't work around. I've hacked aroun…
-
comment
Comment #28395425
The Tomu is super cool! It also has a bunch of spinoffs, the most interesting of which IMO is the Fomu ( https://tomu.im/fomu.html ). It's an ice40up5k FPGA in your USB port, not s…
-
comment
Comment #28031967
This is a really great list for learning C89/C99! I have to double recommend "Expert C Programming: Deep C Secrets", such a fascinating and fun book (albeit showing some age).
-
comment
Comment #22713628
I think many kernel developers view that as a problem as well. KUnit hopefully will change this when it becomes more widely used. I recommend more kernel developers check it out, i…