A WYSIWYM Circuit Sim for chip design
A WYSIWYM Circuit Sim for chip design
I have now fully developed my chip to work! You can see some fibbonacci-numbers calculated on it in the attachment. Time flew by developing this thing and its really late now. I am going to bed now, will clean up everything and upload it to github tomorrow.
Log in to leave a comment
I have started work on a basic cpu in my simulator. I have defined a very basic assembly language for it(you can see a fibbonacci implementation in it attached) and have written a simulator capable of converting the asm into binary and executing it. I am now going to start implementing components in my hdl working my way up to a full (simple single-cycle) cpu!
Log in to leave a comment
I have decided on a syntax, implemented the general structure, parsing and simulations. The Code is still a bit inefficient and a mess, but it works mostly. I am going to develop some circuits, maybe a functioning processor in it and see what features might be sensible!
Attached you can see some tests Claude wrote for an 8-Bit Adder based on 4-Bit Adders, Full-Adders and Half-Adders, all defined in my language using each other and XOR, NAND and OR gates.
Log in to leave a comment