- Notifications
You must be signed in to change notification settings - Fork1.5k
Commite670c97
authored
Slang verilog Linter: set default searchpath and output filename (#4999)
* Sets module search path to file directory for slang/verilog linterSimilar to iverilog behaviour.See699c0dbReasonable default behaviour, can be changed by adding '-y%s:h' to`b:ale_verilog_slang_options` buffer variable.* Adds filename to slang/verilog linter outputslang can parse other files based on the modules instances names find inthe current file and returns warning/error messages related to thosefiles that have the same pattern.Adding the file name to the outputs avoid polluting the active bufferwith those messages.* Absolute paths in slang/verilog linter messagesOtherwise temp files are not correctly detected1 parent0d1d0a9 commite670c97
File tree
3 files changed
+8
-3
lines changed- ale_linters/verilog
- test
- handler
- linter
3 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
0 commit comments
Comments
(0)