Tynan McAuley

Results 55 comments of Tynan McAuley

> @tymcauley Is this better now that the Chisel 3.5 / publish-deps stuff is merged in? It looks like this are the same as described in this comment: https://github.com/ucb-bar/chipyard/issues/986#issuecomment-989079398 Which...

This was resolved by #1080/#1082, right?

Ya, I've noticed the same behavior. I also see the same error messages when `MacroCompiler` runs on a design with any SRAMs: ``` [info] running (fork) barstools.macros.MacroCompiler ... [error] Picked...

Hmm, this looks like it could be this issue: https://github.com/riscv/riscv-gnu-toolchain#troubleshooting-build-problems > If building a linux toolchain on a MacOS system, or on a Windows system using the Linux subsystem or...

Sorry for the delay on this, this still needs some work to get it functional, hopefully I'll have time to work on it in the near future.

Looks like the macOS build is failing now at the install step, most likely due to the issue raised here: https://github.com/chipsalliance/verible/issues/1404#issuecomment-1400726752

> Any news on this? Would be awesome to have macos binaries I think this won't work until #1404 is resolved.

Just found a local workaround for this issue at my company, wanted to bump this :)

Ya, I just tried this myself. The problem happens at the very start of the `install` script: ``` # --- begin runfiles.bash initialization v2 --- # Copy-pasted from the Bazel...

Yup, removing the `-T` flag made it work. I still had to set that environment variable to make that `source ... || ...` chain work.