dfiant


License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.dfianthdl
ArtifactId

ArtifactId

dfiant_2.13
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

dfiant
dfiant
Project URL

Project URL

https://dfianthdl.github.io/
Project Organization

Project Organization

io.github.dfianthdl
Source Code Management

Source Code Management

https://github.com/DFiantHDL/DFiant

Download dfiant_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.dfianthdl/dfiant_2.13/ -->
<dependency>
    <groupId>io.github.dfianthdl</groupId>
    <artifactId>dfiant_2.13</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dfianthdl/dfiant_2.13/
implementation 'io.github.dfianthdl:dfiant_2.13:0.1.2'
// https://jarcasting.com/artifacts/io.github.dfianthdl/dfiant_2.13/
implementation ("io.github.dfianthdl:dfiant_2.13:0.1.2")
'io.github.dfianthdl:dfiant_2.13:jar:0.1.2'
<dependency org="io.github.dfianthdl" name="dfiant_2.13" rev="0.1.2">
  <artifact name="dfiant_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dfianthdl', module='dfiant_2.13', version='0.1.2')
)
libraryDependencies += "io.github.dfianthdl" % "dfiant_2.13" % "0.1.2"
[io.github.dfianthdl/dfiant_2.13 "0.1.2"]

Dependencies

compile (9)

Group / Artifact Type Version
org.scala-lang : scala-compiler jar 2.13.5
org.scala-lang : scala-library jar 2.13.5
io.github.dfianthdl : dfiant-core_2.13 jar 0.1.2
eu.timepit : singleton-ops_2.13 jar 0.5.2
com.lihaoyi : os-lib_2.13 jar 0.7.3
com.chuusai : shapeless_2.13 jar 2.3.3
org.scodec : scodec-bits_2.13 jar 1.1.12
com.typesafe.akka : akka-stream_2.13 jar 2.6.13
com.lihaoyi : ammonite-ops_2.13 jar 2.3.8

test (1)

Group / Artifact Type Version
org.scalameta : munit_2.13 jar 0.7.22

Project Modules

There are no modules declared in this project.

DFiant HDL


Build Status Discord Chat Scala Steward badge

Welcome to the DFiant hardware description language (HDL) source code repository!

DFiant is a dataflow HDL and is embedded as a library in the Scala programming language. DFiant enables timing-agnostic and device-agnostic hardware description by using dataflow firing rules as logical constructs, coupled with modern software language features (e.g., inheritance, polymorphism) and classic HDL features (e.g., bit-accuracy, input/output ports).

Visit our webpage: https://dfianthdl.github.io/LEGaTO/

Acknowledgement

This work has been supported by EU H2020 ICT project LEGaTO, contract #780681.

LEGaTO

Versions

Version
0.1.2
0.1.1
0.1.0
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17