- 26 Aug, 2017 1 commit
-
-
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
-
- 08 Jul, 2017 1 commit
-
-
Jens Korinth authored
-
- 01 Oct, 2016 1 commit
-
-
Jens Korinth authored
-
- 12 Jul, 2016 1 commit
-
-
Jens Korinth authored
* caused by parallel execution of suites (apparently Chisel does not like that) * fixed by deactivating parallel and forked executions
-
- 08 Jul, 2016 1 commit
-
-
Jens Korinth authored
* testing utility: provides fixed data via Decoupled * configurable with/without wrap-around * unit tests
-