sv-filelist-parser 0.1.3

A library to parse a SystemVerilog Filelist and return a list of files, include directories and defines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
testcase/file1.sv
testcase/file2.sv
testcase/file3.sv
+incdir+testcase/
// Some comment
# Another comment
+define+a=b+c=d+e=f
+define+$(VAR1)=var1
+define+${VAR2}=var2
+define+$VAR3=var3
+define+RTL
-f testcase/files2.f