Tynan McAuley

Results 55 comments of Tynan McAuley

I have also noticed this same behavior in the following environment: - Terminal program: kitty 0.23.1 - Operating system: macOS 11.6 - ZSH framework: N/A - ZSH version: 5.8 -...

Sorry for the long delay on this! We're currently using Chipyard, so I was hoping to use Barstools `MacroCompiler` to map these Chisel SRAMs to foundry SRAM Verilog models. And...

I'm not totally sure about that. I can see that the `ReplSeqMem` transform runs during the FIRRTL-compiler stage in Chipyard builds, but then the [`MacroCompiler` transform from Barstools](https://github.com/ucb-bar/barstools/blob/master/src/main/scala/barstools/macros/MacroCompiler.scala) is also...

Thanks for taking a look @davidbiancolin! Ya I remember #613, although it looks like the changes you needed to make to support `bloop` were mostly: - Running `bloopInstall` - Adding...

Yup, I just tried this again in a fresh repo (clone chipyard, checkout aad28dc, init submodules, populate `.sbtopts`, open VS Code), and got the same results. I also tried commenting...

Ah, this is a good clue, I'll look into this more: https://github.com/scalacenter/bloop/issues/675

Well, all I could find through GitHub-issue-spelunking was references to [this bloop option](https://scalacenter.github.io/bloop/docs/build-tools/sbt#enable-sbt-project-references). I tried enabling it, but the results weren't any different. Then I noticed that it looks like...

So, I noticed this PR was merged into Rocket Chip recently: https://github.com/chipsalliance/rocket-chip/pull/2846 If that's the dependency-tracking plan going forward for Chipyard as well, then I don't know how much it...

I think it's probably not worthwhile to spend a lot of time debugging this until #1054 is merged into `dev`. That PR _should_ significantly improve this situation.

So I actually just tried checking out the `use-published-deps` branch and loading it in VS Code, and things are indeed much improved. I can hover and get definitions for almost...