Skip to content

Commit 6c2281c

Browse files
committed
Remove PoC fifo_ic_got as it contains ambiguous type conversion on line 294 and 306
1 parent fab1d17 commit 6c2281c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

example_project/vhdl_ls.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,13 @@ PoC.files = [
274274

275275
'PoC/src/sort/sortnet/*.vhdl',
276276
'PoC/src/sort/*.vhdl',
277-
'PoC/src/fifo/*.vhdl',
278-
277+
'PoC/src/fifo/fifo.pkg.vhdl',
278+
'PoC/src/fifo/fifo_cc_got.vhdl',
279+
'PoC/src/fifo/fifo_cc_got_tempgot.vhdl',
280+
'PoC/src/fifo/fifo_cc_got_tempput.vhdl',
281+
'PoC/src/fifo/fifo_glue.vhdl',
282+
'PoC/src/fifo/fifo_ic_assembly.vhdl',
283+
'PoC/src/fifo/fifo_shift.vhdl',
279284
'PoC/src/xil/xil.pkg.vhdl',
280285
#'PoC/src/xil/xil_ICAP.vhdl',
281286
#'PoC/src/xil/reconfig/reconfig_icap_wrapper.vhdl',

0 commit comments

Comments
 (0)