Kamyar Mohajerani

Results 23 comments of Kamyar Mohajerani

OpenJDK 17 has been released for a while, with full support for macos/arm64. Any updates on GraalVM?

Hi! Any updates since https://github.com/oracle/graal/issues/2666#issuecomment-1074884020? What's the recommended way to compile bloop with an existing GraalVM installation?

Hi, Any updates on this issue? bloop v1.4.8, JDK 15: ``` $ bloop console root error: Unexpected error forces client exit! java.lang.NumberFormatException: For input string: "0 " at java.lang.Integer.parseInt(Integer.java:652) at...

Vivado 2017.2 is no longer even available for download. Could you please reconsider planning a fix for this issue? Especially with @daveshah1 's `nextpnr-xilinx` dependence on `prjxray` (which probably should...

I’m also interested in the use case. Would default initialization to (something like) `BitPat` be plausible here?

This happens on both "0.3.2" release and the master branch.

I was actually able to observe it in the following simple MWE. If the number of inputs is small (8000) it always hangs on my machine. ```scala class Mwe extends...

I guess also somewhat reproducible on Scastie: https://scastie.scala-lang.org/kammoh/7kDyWnXaSOGcYcT9Qgnf4A/2 With number of inputs =8000, sometimes concludes (in total time < 20 seconds), but sometimes times out. ``` timed out after 30...

Hi @sequencer! Any updates on this feature?

Hi! Great initiative @rlee287! I saw there was no activity on this PR so I went a little further with it: https://github.com/kammoh/ghdl-yosys-plugin/tree/vhdl_backend I'm now able to run post-synthesis simulation using...