From 0a9a7393aaef36ee35e75cbcf0fcd77d29a046e1 Mon Sep 17 00:00:00 2001 From: jjsuperpower Date: Sun, 22 Jan 2023 23:26:52 -0600 Subject: added rtlil export --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vscode/settings.json') 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 -- cgit v1.2.3