Fix merge_nodes not transferring "gate mosfets"
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Fri, 20 Dec 2024 17:59:53 +0000 (18:59 +0100)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Fri, 20 Dec 2024 17:59:53 +0000 (18:59 +0100)
commit3fb0187dded9976906c133e0a9dca0bc828fbd42
treeba507a35f55a93108b91893da2fa779d5fb73990
parenta59c4c6da1e38edb86203f18bad3a68a99040ce8
Fix merge_nodes not transferring "gate mosfets"

Because mosfets were not listed in their gate nodes, they were bot
transferred during node merge.
This is fixed by adding a vector to node, that saves all mosfets
connected through gate.
The connected vector of node was not used, as the "gate mosfets" would
have to be filtered in simulation.
inc/FET_sim.h
src/build_helper.c