- 22 Sep, 2017 1 commit
-
-
Jens Korinth authored
-
- 30 Aug, 2017 1 commit
-
-
Jens Korinth authored
* direct references of reset are discouraged * replaced all direct refs with RegInits, where appropriate * fixed overwrite bug in test outputs, each test writes in separate dir
-
- 29 Aug, 2017 2 commits
-
-
Jens Korinth authored
-
Jens Korinth authored
-
- 26 Aug, 2017 2 commits
-
-
Jens Korinth authored
* repeat now also works with size which are not a power of 2 * more complex Mux logic is only generated in case size is not a power of 2, otherwise identical as before * cleaned up a little and used new logging facilities to implement fine-grained info at each consumption
-
Jens Korinth authored
* implemented both hardware (runtime) logging and constructor logging (compile time) * mix-in trait Logging provides methods info, warn and error (and cinfo, cwarn, cerror resp. for constructor logging) * logging level is controlled by implicit Logging.Level, determined at each call, allows for selective logging
-
- 24 Aug, 2017 1 commit
-
-
Jens Korinth authored
-
- 13 Jul, 2017 1 commit
-
-
Jens Korinth authored
* chisel3 is a little finicky with peek/poke: it seems only stuff in the io bundle of modules is really safe * needed to replace peeking in the internal mems, since that seems to crash the LoFirrtlEvaluator * all tests functional again
-
- 08 Jul, 2017 1 commit
-
-
Jens Korinth authored
-
- 06 Aug, 2016 1 commit
-
-
Jens Korinth authored
-
- 19 Jul, 2016 1 commit
-
-
Jens Korinth authored
* minor bug: valid would be asserted during reset, fixed
-
- 15 Jul, 2016 1 commit
-
-
Jens Korinth authored
-
- 08 Jul, 2016 1 commit
-
-
Jens Korinth authored
* testing utility: provides fixed data via Decoupled * configurable with/without wrap-around * unit tests
-