We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0a39b commit bed5dbcCopy full SHA for bed5dbc
.gitmodules
@@ -10,3 +10,6 @@
10
[submodule "example_project/OSVVM"]
11
path = example_project/OSVVM
12
url = https://github.com/OSVVM/OSVVM.git
13
+[submodule "example_project/neorv32"]
14
+ path = example_project/neorv32
15
+ url = https://github.com/stnolting/neorv32.git
example_project/neorv32
example_project/vhdl_ls.toml
@@ -455,4 +455,9 @@ PoC.files = [
455
456
'PoC/src/misc/*.vhdl',
457
'PoC/src/dstruct/*.vhdl',
458
-]
+]
459
+
460
+neorv32.files = [
461
+'neorv32/rtl/core/*.vhd',
462
+'neorv32/sim/*.vhd',
463
0 commit comments