digsim-logic-simulator 0.10.0__py3-none-any.whl → 0.11.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of digsim-logic-simulator might be problematic. Click here for more details.
- digsim/app/model/_model_settings.py +1 -1
- {digsim_logic_simulator-0.10.0.dist-info → digsim_logic_simulator-0.11.0.dist-info}/METADATA +1 -1
- {digsim_logic_simulator-0.10.0.dist-info → digsim_logic_simulator-0.11.0.dist-info}/RECORD +6 -6
- {digsim_logic_simulator-0.10.0.dist-info → digsim_logic_simulator-0.11.0.dist-info}/WHEEL +0 -0
- {digsim_logic_simulator-0.10.0.dist-info → digsim_logic_simulator-0.11.0.dist-info}/licenses/LICENSE.md +0 -0
- {digsim_logic_simulator-0.10.0.dist-info → digsim_logic_simulator-0.11.0.dist-info}/top_level.txt +0 -0
|
@@ -27,7 +27,7 @@ class ModelSettings:
|
|
|
27
27
|
|
|
28
28
|
def from_dict(self, circuit_dict):
|
|
29
29
|
"""Get settings from circuit dict"""
|
|
30
|
-
for key, data in circuit_dict.
|
|
30
|
+
for key, data in circuit_dict.items():
|
|
31
31
|
self._settings[key] = data
|
|
32
32
|
|
|
33
33
|
def get(self, key):
|
|
@@ -53,7 +53,7 @@ digsim/app/model/_model.py,sha256=JE9-iJMxzgcY0r-4s708gDtA-aadw_hFSuERjKNZlfE,64
|
|
|
53
53
|
digsim/app/model/_model_components.py,sha256=Q2iztl7MlWv_7vaa7me-dp-gOx6-7Tg3LZmTUQNBPrw,6371
|
|
54
54
|
digsim/app/model/_model_new_wire.py,sha256=5HnF5-gtKtB1Tp6ZIF7QuNo5zEHmsUpnBEmj6ZllLiA,1810
|
|
55
55
|
digsim/app/model/_model_objects.py,sha256=lqOjNIygIHT6Dq_PPa-D0B5elC49dB0KshF0ATzJZ0s,5217
|
|
56
|
-
digsim/app/model/_model_settings.py,sha256=
|
|
56
|
+
digsim/app/model/_model_settings.py,sha256=BOwlwGT4h2R9tx7R5E1L4W0vli4GWh4RM77QBoqeKdw,1015
|
|
57
57
|
digsim/app/model/_model_shortcuts.py,sha256=xrUgs2Y18mSVun3sxzVscYTZ6n5DJTTZOnFhs4Jt_0M,2439
|
|
58
58
|
digsim/app/settings/__init__.py,sha256=0tkoBSYeJFFiUI8c_FqvqqyM4-_SU9Xq7mXCwiew5Oo,308
|
|
59
59
|
digsim/app/settings/_component_settings.py,sha256=88D9OuEcFIlaqZozomWHSYrl7opz4jZW2e8xGuUyTpg,16287
|
|
@@ -98,8 +98,8 @@ digsim/synth/__main__.py,sha256=wZWAzWsisoxA7hfqkKtu3H066uWyFajgPro2MEGlKbs,2173
|
|
|
98
98
|
digsim/synth/_synthesis.py,sha256=ug9vSeTyZrvRCboNLL7dDIFVpGqH_ibr5fhOZJHpqUs,4271
|
|
99
99
|
digsim/utils/__init__.py,sha256=MT9TNcpa7fNAqtBsmCcceKMrUSU_v9xeJ6Nox_TL7Lo,191
|
|
100
100
|
digsim/utils/_yosys_netlist.py,sha256=Lcuo9seKcDu4O-NdBpJUpExvTT7Rx1STCBtF0xT8Nkc,3843
|
|
101
|
-
digsim_logic_simulator-0.
|
|
102
|
-
digsim_logic_simulator-0.
|
|
103
|
-
digsim_logic_simulator-0.
|
|
104
|
-
digsim_logic_simulator-0.
|
|
105
|
-
digsim_logic_simulator-0.
|
|
101
|
+
digsim_logic_simulator-0.11.0.dist-info/licenses/LICENSE.md,sha256=FrvohZfyfpH4xrvKdXiQ5hD7dUB7w4DcsRA3p-pOmLw,1693
|
|
102
|
+
digsim_logic_simulator-0.11.0.dist-info/METADATA,sha256=ccmh93aFlKMLF3YKGNRhnWKYgtIPkwykN_UJWP4taY8,4558
|
|
103
|
+
digsim_logic_simulator-0.11.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
104
|
+
digsim_logic_simulator-0.11.0.dist-info/top_level.txt,sha256=qpCMzQKADZHVqZIoQgFrv3qJ3u7PPU73gTCXQglqLa8,7
|
|
105
|
+
digsim_logic_simulator-0.11.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{digsim_logic_simulator-0.10.0.dist-info → digsim_logic_simulator-0.11.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|