Commit de6bba2
committed
Support for, and use of, cocotb parametrize
1 parent 8035d1e commit de6bba2
File tree
2 files changed
+12
-9
lines changed- src/examples/tt_um_factory_test
2 files changed
+12
-9
lines changed- README.md+99
- src/examples/dummy/tb.py+14-4
- src/microcotb/__init__.py+2-2
- src/microcotb/decorators/__init__.py+2
- src/microcotb/decorators/decorators.py+54
- src/microcotb/decorators/parametrize_default.py+23
- src/microcotb/decorators/parametrize_simple.py+14
- src/microcotb/decorators/parametrized.py+77
- src/microcotb/runner.py+2-28
- src/microcotb/time/system.py+4-5
- src/microcotb/time/value.py+7
- src/microcotb/triggers/timer.py+3-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | | - | |
106 | | - | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
124 | | - | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
0 commit comments