Skip to content

Commit abf5056

Browse files
committed
bazel: ethmac_lvt cleanup
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 536092c commit abf5056

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

flow/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,3 @@ orfs_flow(
9999
"designs/asap7/swerv_wrapper/macros.v",
100100
]),
101101
)
102-
103-
filegroup(
104-
name = "ethmac_lvt_src",
105-
srcs = glob(include = ["designs/src/ethmac_lvt/*.v"]),
106-
visibility = [":__subpackages__"],
107-
)

flow/designs/asap7/ethmac_lvt/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ orfs_sweep(
4848
for value in SWEEPS[SWEEP]
4949
},
5050
top = "ethmac",
51-
verilog_files = ["//:ethmac_lvt_src"],
51+
verilog_files = ["//designs/src/ethmac_lvt:verilog"],
5252
)
5353

5454
plot_congestion(
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
filegroup(
2+
name = "verilog",
3+
srcs = glob(include = ["*.v"]),
4+
visibility = ["//visibility:public"],
5+
)

0 commit comments

Comments
 (0)