Skip to content

Commit b88f425

Browse files
committed
Remove accidental change
1 parent 24ddff9 commit b88f425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

verilog/providers.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ verilog_library = rule(
114114
),
115115
"hdrs": attr.label_list(
116116
doc = "Verilog or SystemVerilog headers.",
117-
allow_files = [".vh", ".svh"],
117+
allow_files = True,
118118
),
119119
"srcs": attr.label_list(
120120
doc = "Verilog or SystemVerilog sources.",
121-
allow_files = [".v", ".sv"],
121+
allow_files = True,
122122
),
123123
},
124124
)

0 commit comments

Comments
 (0)