anoop
anoop
Assume I have a handle to a variable/net in a module. I want to trace that to the continuous assignment (or procedural, but see 3) that updates it. What I'm...
[Could be related to this issue](https://github.com/chipsalliance/dromajo/issues/46) When executing the following test 1406, PC= `0x8000_02dc`, instruction = `sc.d s11, sp, (sp)` Spike (and Rocket, and BlackParrot) both raise a store access...
I'm trying to use Surelog as an external package when compiling a custom visitor outside of Surelog's directory or install path. But I see unrecognized UHDM functions. Could I be...
Following the instructions in the README file throws the following error: `java.lang.NullPointerException at java.base/java.util.regex.Matcher.getTextLength(Matcher.java:1770) at java.base/java.util.regex.Matcher.reset(Matcher.java:416) at java.base/java.util.regex.Matcher.(Matcher.java:253) at java.base/java.util.regex.Pattern.matcher(Pattern.java:1133) at java.base/java.util.regex.Pattern.split(Pattern.java:1261) at java.base/java.util.regex.Pattern.split(Pattern.java:1334) at sbt.IO$.pathSplit(IO.scala:744) at sbt.IO$.parseClasspath(IO.scala:859) at sbt.compiler.CompilerArguments.extClasspath(CompilerArguments.scala:62)...
For a separate/temporary need, is there a way to obtain a submodule instance's vpiHandle based on the full name of the submodule instance? I have parsed the submodules and have...
### Problem Description Running example binaries generated within composable_kernel/build/bin with GPU verification fails. CPU verification succeeds. See below:  PS: ROCm version 6.3.0 not 6.0.0 ### Operating System Ubuntu 22.04.2...
When running hipblaslt-bench, I am able to observe certain kernels being launched like named below. I want to examine the corresponding assembly code. When I grep for this string, I...