Show HN: I made a discrete logic network card
1–10 of 91 posts
Re: Show HN: I made a discrete logic network card
#2Re: Show HN: I made a discrete logic network card
#3Very cool! How long did it take you? It's really impressive!
Re: Show HN: I made a discrete logic network card
#4Retirement is not something desirable for me, so maybe that's when I'll spend my time on hardware and software projects like this.
Re: Show HN: I made a discrete logic network card
#5Re: Show HN: I made a discrete logic network card
#6Re: Show HN: I made a discrete logic network card
#7Very cool! How long did it take you? It's really impressive!
Building the network module took about a month, but writing the compiler took much more time.
Impressive stuff.
I've dabbled wuth making my own ISA and softcore CPU in FPGA, but getting C code to compile has been a bit of a blocker.
I know there are some compilers one could try to port but my ISA is kinda esoteric so not straight forward, and so I considered just writing from scratch like you have.
Re: Show HN: I made a discrete logic network card
#8Earlier quoted context omitted.
Building the network module took about a month, but writing the compiler took much more time.
> writing the compiler took much more time Impressive stuff. I've dabbled wuth making my own ISA and softcore CPU in FPGA, but getting C code to compile has been a bit of a blocker. I know there are some compilers one could try to port but my ISA is kinda esoteric so not straight forward, and so I considered just writing from scratch like you have.
Same. I tried digging into exsiting compilers, but they are either unsuitable at all or too complicated (clang).
Re: Show HN: I made a discrete logic network card
#9Re: Show HN: I made a discrete logic network card
#10Very cool! How long did it take you? It's really impressive!
Building the network module took about a month, but writing the compiler took much more time.