Skip to content

Commit 195b830

Browse files
author
Tim 'mithro' Ansell
committed
yosys: Exclude cxxrtl runtime.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
1 parent 5fa046b commit 195b830

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dependency_support/at_clifford_yosys/bundled.BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ cc_library(
152152
],
153153
exclude = [
154154
"kernel/driver.cc",
155+
"backends/cxxrtl/runtime/**/*.cc",
155156
"backends/protobuf/*.cc",
156157
"frontends/verific/*.cc",
157158
"passes/techmap/filterlib.cc",
@@ -176,6 +177,7 @@ cc_library(
176177
],
177178
exclude = [
178179
"backends/protobuf/*.h",
180+
"backends/cxxrtl/runtime/**/*.h",
179181
],
180182
) + GENERATED_HEADERS,
181183
copts = YOSYS_COPTS,

0 commit comments

Comments
 (0)