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 34d1c51 commit 2446809Copy full SHA for 2446809
example_project/vhdl_ls.toml
@@ -243,13 +243,14 @@ PoC.files = [
243
#'PoC/src/net/ipv6/*.vhdl',
244
#'PoC/src/net/*.vhdl',
245
246
-'PoC/src/bus/stream/stream_Source.vhdl',
+#'PoC/src/bus/stream/stream_Source.vhdl',
247
'PoC/src/bus/stream/stream_DeMux.vhdl',
248
# Is this file broken, contains undefined types?
249
#'PoC/src/bus/stream/stream_FrameGenerator.vhdl',
250
'PoC/src/bus/stream/stream_Mirror.vhdl',
251
'PoC/src/bus/stream/stream_Mux.vhdl',
252
-'PoC/src/bus/stream/stream.pkg.vhdl',
+# Ambiguous use of to string
253
+#'PoC/src/bus/stream/stream.pkg.vhdl',
254
'PoC/src/bus/stream/stream_Buffer.vhdl',
255
256
'PoC/src/bus/*.vhdl',
0 commit comments