vscode-terosHDL icon indicating copy to clipboard operation
vscode-terosHDL copied to clipboard

Error include makefiles in cocotb framework

Open Warl0ck73 opened this issue 3 years ago • 1 comments

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

image

image

Warl0ck73 avatar May 08 '22 08:05 Warl0ck73

I will take a look.

qarlosalberto avatar May 08 '22 11:05 qarlosalberto