I've been trying to get an example to run through synthesize_rtl and place_and_route, starting with the example in the README.md, in a new Bazel workspace. I needed to keep adding stuff to the WORKSPACE, and have gotten far enough that synthesis works (although with many warnings from the C/C++ compiler). But place_and_route is blocked by C/C++ compiler errors. I copied the llvm_toolchain rule from the WORKSPACE in this repo but am probably missing something.
Would you suggest that I instead start with the complete WORKSPACE file and dependency_support/ directory in this repo?