Skip to content

Commit bed5dbc

Browse files
committed
Add neorv32 to example project
1 parent bd0a39b commit bed5dbc

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "example_project/OSVVM"]
1111
path = example_project/OSVVM
1212
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

Submodule neorv32 added at b2cefc8

example_project/vhdl_ls.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,4 +455,9 @@ PoC.files = [
455455

456456
'PoC/src/misc/*.vhdl',
457457
'PoC/src/dstruct/*.vhdl',
458-
]
458+
]
459+
460+
neorv32.files = [
461+
'neorv32/rtl/core/*.vhd',
462+
'neorv32/sim/*.vhd',
463+
]

0 commit comments

Comments
 (0)