From ad4c7845658f6a8a655350b08d0dc580ba7e1a32 Mon Sep 17 00:00:00 2001 From: Casper Cromjongh Date: Thu, 15 Aug 2024 00:29:40 +0200 Subject: [PATCH] Remove - - + @@ -36,49 +30,49 @@ Tydi aims to solve this issue by proposing an open standard for streams of arbit - + - + - + - + - + - + - +
TermTerm Type Software equivalent Chisel equivalent
NullNull Logical type Null Bits(0) Empty data
BitBit Logical type Any primary datatype Ground hardware type Primary datatype of x bits
GroupGroup Logical type Struct/dict/map Bundle Aggregate of several logic types
UnionUnion Logical type Union Bundle with tag “pick one” of several logic types
StreamStream Logical type Bus to transport sequence of instance Specify how to transport logic type
StreamletStreamlet Hardware element Interface Trait with IO defs IO specification of component
ImplImpl Hardware element Class with functionality Module