Open Issues Need Help
View All on GitHub rebuild passes_list.md does not function in OSS about 2 months ago
AI Summary: The task is to fix the `rebuild_documentation` target in the XLS (Accelerated HW Synthesis) project so that it correctly regenerates the `passes_list.md` file in the open-source version. The current issue stems from differences in how the libcxx library is handled between the internal Google build and the external open-source build, causing the `libtooling` binary used by the target to fail to find the necessary library. A potential solution involves building libcxx separately within Bazel and configuring the `rebuild_documentation` target to use it, but this requires significant effort due to the lack of an existing OSS Bazel build for libcxx.
Complexity:
4/5
documentation good first issue estimate:M code-maintenance
google/xls
1.3K
XLS: Accelerated HW Synthesis
C++
#compiler#high-level-synthesis#hls#mid-level-synthesis#open-source#pipeline#verilog