@@ -13,39 +13,34 @@ A first focus is put in write vs read frequency relation:
13131. Test the same clock frequency on both sides. Phases can be equal or not.
1414
15152. Test slower clock on write side
16-
17- * clock can be close to read frequency, but slower
18- * clock can be very regarding read frequency
16+ - clock can be close to read frequency, but slower
17+ - clock can be very regarding read frequency
1918
20193. Test higher clock on write side
21-
22- * clock can be close to read frequency, but higher
23- * clock can be very high regarding read frequency
20+ - clock can be close to read frequency, but higher
21+ - clock can be very high regarding read frequency
2422
2523Read/Write enable control assertion
2624-----------------------------------
2725
2826A second focus is put on read/write enable assertion:
2927
30281. Read enable is always enable, unless empty = 1
31-
32- * Write enable is always asserted, data are not corrupted
33- * Write enable can be occasionaly asserted, data are not corrupted
29+ - Write enable is always asserted, data are not corrupted
30+ - Write enable can be occasionaly asserted, data are not corrupted
3431
35322. Write enable is always enable, unless full = 1
36-
37- * Read enable is always asserted, data are not corrupted
38- * Read enable can be occasionaly asserted, data are not corrupted
33+ - Read enable is always asserted, data are not corrupted
34+ - Read enable can be occasionaly asserted, data are not corrupted
3935
40363. Read and Write enable can be occasionaly asserted
41-
42- * Assertion frequency (either read or write) is periodic (1/2, 1/3, 1/2, ...)
43- * Assertion frequecy is (pseudo) random
37+ - Assertion frequency (either read or write) is periodic (1/2, 1/3, 1/2, ...)
38+ - Assertion frequecy is (pseudo) random
4439
4540Test coverage
4641-------------
4742
48- To ensure a wide feature feature coverage is performed, both clock frequency scale and
49- read/write enable assertions have to be tested together. Big range over higher frequency
50- scale factor doesn't have to considered. Only few conbinations can be tested for
43+ To ensure a wide feature feature coverage is performed, both clock frequency scale and
44+ read/write enable assertions have to be tested together. Big range over higher frequency
45+ scale factor doesn't have to considered. Only few combinations can be tested for
5146good confidence on the IP behavior.
0 commit comments