File tree 2 files changed +14
-5
lines changed
plugins/gate_libraries/definitions
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file.
25
25
* added specific GUI handler for every ` pin_changed ` event thus replacing the reload-entire-pingroup-tree policy
26
26
* added class ` ActionPingroup ` so that UNDO function works for all pin / pin group actions issued from GUI
27
27
* miscellaneous
28
+ * added INIT field declaration to FF-gate-types in example library
28
29
* added drag'n drop feature allowing to move several nodes in graph view at same time
29
30
* added functions to Python GUI API to create, modifiy and delete views
30
31
* added GUI PluginParameter type ` ComboBox ` for parameters that can be requested from plugin
Original file line number Diff line number Diff line change 2055
2055
"state": "IQ",
2056
2056
"neg_state": "IQN",
2057
2057
"next_state": "(D & CE)",
2058
- "clocked_on": "C"
2058
+ "clocked_on": "C",
2059
+ "data_category": "generic",
2060
+ "data_identifier": "INIT"
2059
2061
},
2060
2062
"pin_groups": [
2061
2063
{
2128
2130
"neg_state": "IQN",
2129
2131
"next_state": "(D & CE)",
2130
2132
"clocked_on": "C",
2131
- "preset_on": "S"
2133
+ "preset_on": "S",
2134
+ "data_category": "generic",
2135
+ "data_identifier": "INIT"
2132
2136
},
2133
2137
"pin_groups": [
2134
2138
{
2215
2219
"neg_state": "IQN",
2216
2220
"next_state": "(D & CE)",
2217
2221
"clocked_on": "C",
2218
- "clear_on": "R"
2222
+ "clear_on": "R",
2223
+ "data_category": "generic",
2224
+ "data_identifier": "INIT"
2219
2225
},
2220
2226
"pin_groups": [
2221
2227
{
2305
2311
"clear_on": "R",
2306
2312
"preset_on": "S",
2307
2313
"state_clear_preset": "L",
2308
- "neg_state_clear_preset": "H"
2314
+ "neg_state_clear_preset": "H",
2315
+ "data_category": "generic",
2316
+ "data_identifier": "INIT"
2309
2317
},
2310
2318
"pin_groups": [
2311
2319
{
2444
2452
]
2445
2453
}
2446
2454
]
2447
- }
2455
+ }
You can’t perform that action at this time.
0 commit comments