Harrison Liew

Results 62 comments of Harrison Liew

Not sure how I missed replying to this, but I see that you have a VCS and VERDI version mismatch error in your log file. Also, upcoming PR #1226 may...

At first glance, your error dump seems weirdly incomplete... can you post a few files first: 1. The Makefile-generated `sim-inputs.yml` file and `sim-debug-inputs.yml` 2. The Makefile-generated `hammer.d` 3. The Hammer-generated...

Nothing appears to be wrong with the input files. Can you post the `hammer-vlsi-.log` file that corresponds to this error?

I see. It looks like Python is choking up trying to write the `sim-to-par` output to `power-sim-par-input.json` quickly followed by a `print` to stdout. It seems like some output buffer...

Looks like it got a little farther in the output print... but I see, the issue is actually not with the file write (`power-sim-par-input.json` in this case) but actually the...

Glad to see that fixed it - I'll make a PR to Hammer. Hm, unfortunately the logs do not capture the `run_simulation` output log part of the VCS simulation, so...

You can try to read the VPD into a waveform viewer. You have a couple options here: 1. If you still have licenses for DVE or WV, the VPD can...

> I just checked the Voltus Text Command Reference and there is no mention of vpd files. In Voltus, VPD files are supposed to be read as VCD format. It...

Right, for many versions now it is implied they are treated the same as VCD. I'm pretty sure it's built on VCD but is a compressed binary format. You could...