MorphoHDL: A minimalistic language for growing circuits
paradigms-of-intelligence.github.io
MorphoHDL: A minimalistic language for growing circuits
1–9 of 9 posts
Re: MorphoHDL: A minimalistic language for growing circuits
#2Re: MorphoHDL: A minimalistic language for growing circuits
#3Re: MorphoHDL: A minimalistic language for growing circuits
#4Re: MorphoHDL: A minimalistic language for growing circuits
#5Is this kinda similar in nature?
Re: MorphoHDL: A minimalistic language for growing circuits
#6Not really an HDL, as currently it has no concept of actually connecting the nodes. Each edge is an arbitrary number of conductors with no constraints on routing or timing. Curious to see where this goes though
Re: MorphoHDL: A minimalistic language for growing circuits
#7Not really an HDL, as currently it has no concept of actually connecting the nodes. Each edge is an arbitrary number of conductors with no constraints on routing or timing. Curious to see where this goes though
Re: MorphoHDL: A minimalistic language for growing circuits
#8I don't like the "fallback" mechanism, because it will be used when "something goes wrong", without being specific about exactly under what conditions should the fallback happen. Maybe I made a mistake, "something" fails at a step I didn't expect, and this will silently implement in a way I didn't mean (maybe the result is even correct, just using way more gates than needed).
Re: MorphoHDL: A minimalistic language for growing circuits
#9Not really an HDL, as currently it has no concept of actually connecting the nodes. Each edge is an arbitrary number of conductors with no constraints on routing or timing. Curious to see where this goes though
> Although logic connectivity is not layout-dependent in the current prototype, we envision a future where physical proximity directly influences or determines logical connections. In this ultimate view, the circuit behaves like a digital organism whose physical form and logical connections evolve together under local structural constraints.