2025-01-30 Working Through the Makefiles
Ideas for the algorithm (for the future):
- I found this video done by a HS student who is essentially doing the same thing. However, it is in python and uses a SPICE netlist, the algorithm found on his Github would be interesting to try to replicate or analyze.
- It seems that
netlists
are done differently by different vendors, as no one can really agree upon their format. As a result, we'll have to stick with whatyosys
is making and hope for the best. - While some software like SIMPLIS do do this idea, they are not routing wires manually (really only doing half of the job).
Okay, so today I'm trying to implement more of the build setup so that I can quickly debug the plugin as I make it (and do the tutorial faster and easier). To outline it I'm making a diagram flow of the project build process:
I tried working a little bit on the structure, but honestly there were a lot of unknowns, so I'm asking CARP president (and my roomate) Cisco Wilken for some help on this some other time.