Commit 8295f771 authored by Asuna's avatar Asuna Committed by Aditya Naik
Browse files

Implement Verilog output stream `PanamaCIRCTConverter` (#3520)

* Implement Verilog output stream `PanamaCIRCTConverter`

* Truncate or pad when connecting ports with different widths

* Use `scala.math.BigInt.bitLength` instead of our own `bitLength`

* Use correct module name for instances

* Binder introduces Firtool options

* fix binder for JDK21 and firtool 1.67.0

refer to:
- https://github.com/openjdk/jdk/pull/13079
- llvm-project/circt dadf87b742f547840f6866beb50bdf46a76d3fed

* fix for review

* reformat

* bump GitHub CI to JDK 21 and mill 0.11.5

* remove 2.13.0 to 2.13.10 for JDK21 in build.sc

ref to: https://github.com/scala/bug/issues/12783



---------

Co-authored-by: default avatarJiuyang Liu <liu@jiuyang.me>
parent e2f89b6b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment