From 8e2cabde0352ed02fa9224d8fbf409c4b66daa02 Mon Sep 17 00:00:00 2001 From: jchabloz Date: Thu, 21 Sep 2023 00:17:50 +0200 Subject: [PATCH] Updated TODO list --- TODO.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 06b7cf8..c31e581 100644 --- a/TODO.md +++ b/TODO.md @@ -9,10 +9,11 @@ yet been reached. * [x] Add command *set* to be able to force values, supporting the same object types as for the command *get*. -* [ ] Improve unit test coverage, using appropriately mock/fake functions. +* [ ] Improve unit test coverage, using appropriately mock/fake functions + (using `fff.h`?). * [x] Add timeout as an (optional) parameter for $verisocks_init() * [x] Python packaging config -* [ ] Move Python Verisocks class back to `__init__.py` (?) +* [ ] ~~Move Python Verisocks class back to `__init__.py`~~ * [x] Add testing for Python module * [x] Use autotools make compilation better portable * [x] Change makefile and source to cope with a different, more generic @@ -22,3 +23,4 @@ * [ ] Attempt to compile Verisocks and run it with Cadence Xcelium * [ ] Add support for callbacks on multiple events/value changes in // and also for the possibility to keep the callback enabled after it has triggered. +* [ ] Port for usage with Verilator. This won't be such an easy feat...