Skip to content

Commit

Permalink
implemented unsaved changes window for other ways to leave GateLibrar…
Browse files Browse the repository at this point in the history
…yManager
  • Loading branch information
neoneela committed Sep 14, 2024
1 parent 0417b89 commit b1b1e99
Show file tree
Hide file tree
Showing 6 changed files with 812 additions and 89 deletions.
14 changes: 7 additions & 7 deletions plugins/gate_libraries/definitions/example_library.hgl
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@
"name": "I0",
"direction": "input",
"type": "none",
"ascending": false,
"ascending": true,
"start_index": 0,
"ordered": false,
"pins": [
Expand All @@ -1757,7 +1757,7 @@
"name": "I1",
"direction": "input",
"type": "none",
"ascending": false,
"ascending": true,
"start_index": 0,
"ordered": false,
"pins": [
Expand All @@ -1772,7 +1772,7 @@
"name": "O",
"direction": "output",
"type": "lut",
"ascending": false,
"ascending": true,
"start_index": 0,
"ordered": false,
"pins": [
Expand Down Expand Up @@ -2190,7 +2190,7 @@
"name": "C",
"direction": "input",
"type": "clock",
"ascending": false,
"ascending": true,
"start_index": 0,
"ordered": false,
"pins": [
Expand All @@ -2205,7 +2205,7 @@
"name": "CE",
"direction": "input",
"type": "enable",
"ascending": false,
"ascending": true,
"start_index": 0,
"ordered": false,
"pins": [
Expand All @@ -2220,7 +2220,7 @@
"name": "D",
"direction": "input",
"type": "data",
"ascending": false,
"ascending": true,
"start_index": 0,
"ordered": false,
"pins": [
Expand All @@ -2235,7 +2235,7 @@
"name": "Q",
"direction": "output",
"type": "state",
"ascending": false,
"ascending": true,
"start_index": 0,
"ordered": false,
"pins": [
Expand Down
Loading

0 comments on commit b1b1e99

Please sign in to comment.