Enable place_and_route targets #975
Labels
blocker
Blocking design work
build
Related to build flow, build system, or build macros
oss-backend
Relates to the open source ASIC tool backend flows
Commit b08f89e introduced target for find_index example which uses place_and_route rule from bazel_rules_hdl. It is commented out because of dependency issue.
It would be nice to enable the usage of this rule in XLS. This would be a big step towards ASIC flow integration.
I already started working on this and I was able to fix
openmp
dependency issue (see hdl/bazel_rules_hdl#162) mentioned inTODO
near the commented outplace_and_route
target.Once I will be able to successfully run
find_index_place_and_route
target in XLS I will be happy to open PR with necessary fixes here.CC @proppy
The text was updated successfully, but these errors were encountered: