We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0791e55 commit 828d65dCopy full SHA for 828d65d
hw/bitstream/BUILD
@@ -182,17 +182,3 @@ pkg_tar(
182
strip_prefix = "/hw/bitstream/chip_earlgrey_cw340_cached_fragment",
183
tags = ["manual"],
184
)
185
-
186
-# Packaging rule for spliced bitstreams
187
-pkg_files(
188
- name = "package",
189
- testonly = True,
190
- srcs = [
191
- ":mask_rom",
192
- ] + [
193
- ":mask_rom_otp_{}".format(otp_name)
194
- for (otp_name, _) in get_otp_images()
195
- ],
196
- prefix = "earlgrey/fpga_cw310/standard",
197
- tags = ["manual"],
198
-)
release/BUILD
@@ -12,7 +12,6 @@ pkg_tar(
12
testonly = True,
13
srcs = [
14
"//hw:package",
15
- "//hw/bitstream:package",
16
"//hw/bitstream/vivado:package",
17
"//hw/top_earlgrey/data/otp:package",
18
"//sw/device/examples/hello_world:package",
0 commit comments