From: Fabian Stemmler Date: Mon, 24 Jun 2019 14:22:20 +0000 (+0200) Subject: Equivalent inner components now exchangeable. Fixed in/output pin order. X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;h=5409a6e27afdeb1c318bd185e43b476a360625c7;hp=5409a6e27afdeb1c318bd185e43b476a360625c7;p=Mograsim.git Equivalent inner components now exchangeable. Fixed in/output pin order. 1. Previously, the creation of the inner components of a custom component was fixated in the file, even though the same inner component could either be described by a class, or a file. mapping.json now dictates, which one to use. 2. Added the .json versions of all currently available SubmodelComponents 3. Since pins are no longer addressed by index, but rather by name, rectangular custom components were created with a more or less random pin order, were inputs and outputs were mixed. This issue was fixed. ---