BerkeleyHCI / PolymorphicBlocks

A work-in-progress board-level hardware description language (HDL) providing design automation through generators and block polymorphism.
BSD 3-Clause "New" or "Revised" License
72 stars 11 forks source link

Dedicated Ground type #354

Closed ducky64 closed 4 months ago

ducky64 commented 5 months ago

because gnd and gnd_out in the microcontroller dev board is actually pretty confusing

Idea: unify it into a single bidirectional gnd type. Voltage-source-to-ground requires an explicit conversion (which it probably should).

Some considerations:

ducky64 commented 4 months ago

Resolved by #364