Harrison Liew
Harrison Liew
We are in the process of fixing some known issues with OpenROAD with Sky130 with macro placement. You can follow along here: ucb-bar/hammer#666. Unfortunately, we broke nangate45 when we updated...
Closed by #1226
It looks like you had trouble running the Chisel Generator itself, and this is not related to the VLSI flow. Did you satisfy the [environment requirements](https://chipyard.readthedocs.io/en/stable/Chipyard-Basics/Initial-Repo-Setup.html#requirements)? If so, can you...
We need to know what failed, not just that the Make target failed to help you. If you look at the `generator_temp` target: https://github.com/ucb-bar/chipyard/blob/main/common.mk#L109-L116 you can see that it just...
Thanks for attaching the log. So it looks like you do not have the correct `dsptools` and `testchipip` submodules. Did you run the `scripts/init-submodules-no-riscv-tools.sh` script? If so, can you check...
Can you verify that you have the correct commit for your `dsptools` and `testchipip` submodules? Also, it looks like you are trying to elaborate the included FFT generator, is that...
@jwright6323 FPIR Pass error that needs to be solved. This occurs during `GenerateTopAndHarness`, so the Generator itself has successfully ran: ``` [error] Exception in thread "main" java.lang.ClassCastException: firrtl.annotations.InstanceTarget cannot be...
Can you paste the commands invoked by the make target (i.e. both the VCS compilation and execution)? I wonder if #1081 might be related.
Sorry what I mean is, can you paste the VCS commands generated by Hammer? They should be: `vcs ` `simv- ` I'm wondering if there are some options passed to...
Sure, you can attach the generated `sim-inputs.yml`. However, I want to see the actual VCS commands that are being run. You will need to copy these from your terminal output...