- 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
-
- 11 Oct, 2017 1 commit
-
-
Jens Korinth authored
-
- 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
-
- 18 Sep, 2016 1 commit
-
-
Jens Korinth authored
* muxes N AXI-MM masters to one AXI-MM slave * read and write channels are mux'ed independently * no interruptions during bursts, next schedule on LAST * address valid is used to signal transfer requests * may cost up to N-1 cycles latency
-