vscode-terosHDL
vscode-terosHDL copied to clipboard
Error include makefiles in cocotb framework
When I include a makefile, using a relative path or the computed variable then run list is empty. If I use an absolute path to include the makefile, all is well and the run list contains the tests. I think: it doesn't should parse files include by same method or use relative path from main makefile.
To Reproduce PWD := $(shell pwd) include $(PWD)/Makefile1 include ./Makefile2
Please complete the following information:
- OS: Windows 10 x64
- VSCode version version 1.67.0
- TerosHDL version : v2.0.7
Screenshots


I will take a look.