| License |
License |
|---|---|
| GroupId | GroupIdcom.sifive |
| ArtifactId | ArtifactIdchisel-circt_2.13 |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionchisel-circt
Infrastructure to compile Chisel projects using MLIR-based infrastructure (CIRCT)
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| chisel-circt_2.13-0.4.0.pom | |
| chisel-circt_2.13-0.4.0.jar | 89 KB |
| chisel-circt_2.13-0.4.0-sources.jar | 10 KB |
| chisel-circt_2.13-0.4.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sifive/chisel-circt_2.13/ -->
<dependency>
<groupId>com.sifive</groupId>
<artifactId>chisel-circt_2.13</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sifive/chisel-circt_2.13/
implementation 'com.sifive:chisel-circt_2.13:0.4.0'
// https://jarcasting.com/artifacts/com.sifive/chisel-circt_2.13/
implementation ("com.sifive:chisel-circt_2.13:0.4.0")
'com.sifive:chisel-circt_2.13:jar:0.4.0'
<dependency org="com.sifive" name="chisel-circt_2.13" rev="0.4.0">
<artifact name="chisel-circt_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sifive', module='chisel-circt_2.13', version='0.4.0')
)
libraryDependencies += "com.sifive" % "chisel-circt_2.13" % "0.4.0"
[com.sifive/chisel-circt_2.13 "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.6 |
| edu.berkeley.cs : chisel3_2.13 | jar | 3.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.13 | jar | 3.2.7 |