summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2023-01-22 23:26:52 -0600
committerjjsuperpower <jjs29356@gmail.com>2023-01-22 23:26:52 -0600
commit0a9a7393aaef36ee35e75cbcf0fcd77d29a046e1 (patch)
treea0bb64b2d484049fdb69a26c919bdadcc9f26896 /.vscode
parentfcabfb8f6d900a3c27f811cf345821ebe75fe70c (diff)
added rtlil export
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
-rw-r--r--.vscode/settings.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index a11dc8b..9d8a78a 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -11,7 +11,7 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
- "justMyCode": true
+ "justMyCode": false
}
]
} \ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 4b701d4..91b67c4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -5,4 +5,7 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
+ "python.analysis.extraPaths": [
+ "./amaranth"
+ ],
} \ No newline at end of file