- 13 Dec, 2017 1 commit
-
-
Jens Korinth authored
-
- 10 Dec, 2017 1 commit
-
-
Jens Korinth authored
* new scheme: chisel.axi is the main package * chisel.axi.Axi4 contains the full axi defs * chisel.axi.Axi4Lite contains the lite defs * chisel.axi.axi4 contains full Axi4 impls * chisel.axi.axi4lite contains lite impls * same applies for the generators, matching structure
-
- 28 Aug, 2017 1 commit
-
-
Jens Korinth authored
* split into subpackages axi4 and axi4lite * moved each module into its subpackage * shortened names by removing Axi-prefixes wherever possible * moved Configs and IOs into corresponding companion object * replaced some printlns/printfs with Logging facilities
-
- 23 Aug, 2017 1 commit
-
-
Jens Korinth authored
-
- 30 Sep, 2016 1 commit
-
-
Jens Korinth authored
* AXI4Lite interface * flexible ControlRegister class hierarchy: constants, single values, virtual registers (callbacks) * implemented unit test cases * had to implement Axi4LiteProgrammableMaster for batch testing
-