Florent Kermarrec
ac825e5112
add SPDX License identifier to header and specify file is part of LiteDRAM.
2020-08-23 15:52:08 +02:00
Florent Kermarrec
97e214b0dd
test/test_bist: add comments, fix a typo.
2020-04-14 19:44:58 +02:00
Florent Kermarrec
c55136c17a
test/test_bist: enable test_bist_csr_cdc (now passing with refactored CDC).
2020-04-14 18:14:05 +02:00
Florent Kermarrec
829dee6a61
frontend/bist: remove run/ready CSR.
...
run/ready are only used when generator and checker are coupled together to do alternating write/read.
In this mode, run/ready are connected directly in the gateware and are not controlled by software.
2020-04-14 16:29:05 +02:00
Florent Kermarrec
966ebcbc41
test: cleanup/uniformize things between tests.
2020-04-13 19:38:29 +02:00
Jędrzej Boczar
c39a6bd059
test: use @unittest.skip instead of commenting out code
2020-03-24 14:35:28 +01:00
Jędrzej Boczar
03f93998b5
test: move DMA specific tests to test_dma.py
2020-03-19 09:13:28 +01:00
Jędrzej Boczar
36d5b42aa0
test: correct DMAReaderDriver/DMAWriterDriver logic
2020-03-17 15:37:50 +01:00
Jędrzej Boczar
6ef623efae
test: cleanup test_bist.py code style
2020-03-17 14:23:08 +01:00
Jędrzej Boczar
a883f88cca
test: add LiteDRAMDMAReader tests
2020-03-17 14:12:09 +01:00
Jędrzej Boczar
d86ebd7e9d
test: add LiteDRAMDMAWriter tests
2020-03-17 12:39:10 +01:00
Jędrzej Boczar
5618d2a54c
test: fix quotes
2020-03-17 09:45:28 +01:00
Jędrzej Boczar
ef9b13d7e8
test: add tests for BIST modules with clock domain crossing
2020-03-16 16:38:58 +01:00
Jędrzej Boczar
a00c8b7940
test: unify BIST tests, factor out repetitive code
2020-03-16 09:23:45 +01:00
Jędrzej Boczar
13aeb3fd65
test: add _LiteDRAMBISTChecker/_LiteDRAMPatternChecker tests
2020-03-16 09:11:37 +01:00
Jędrzej Boczar
ba83e5645c
test: add some more verbose _LiteDRAMBISTGenerator tests
2020-03-16 09:11:37 +01:00
Jędrzej Boczar
239859d95b
test: add tests for _LiteDRAMPatternGenerator
2020-03-16 09:11:37 +01:00
Jędrzej Boczar
ac06382b5a
test: split GenCheckDriver run into configure/run
2020-03-16 09:11:37 +01:00
Jędrzej Boczar
b89ecdf919
test: add _LiteDRAMBISTGenerator tests
2020-03-11 15:38:13 +01:00
Jędrzej Boczar
45633e55b5
test: update BIST generator and checker tests
2020-02-11 14:24:02 +01:00
Florent Kermarrec
7daf3551f6
test/test_bist: remove vcd generation (only useful for debug)
2019-07-23 21:46:03 +02:00
Florent Kermarrec
54cdc7f4cb
test: -x on tests
2019-07-23 12:16:44 +02:00
Florent Kermarrec
f018c9e268
add CONTRIBUTORS file and add copyright header to all files.
2019-06-23 23:59:10 +02:00
Florent Kermarrec
95cb7cdba5
test: rename read/write generators to handlers
2018-08-28 13:40:50 +02:00
Florent Kermarrec
6a46ea3052
test/test_bist: add generator test, remove async test
2018-08-28 11:50:11 +02:00
Florent Kermarrec
c28a754867
test: update
2018-08-09 10:54:42 +02:00
Florent Kermarrec
697f46a97f
replace litex.gen imports with migen imports
2018-02-23 13:39:23 +01:00
Florent Kermarrec
99550968e7
test: move BISTDriver to common and use it in test_bist_async
2017-01-17 15:18:10 +01:00
Florent Kermarrec
d213a628f8
test/test_bist: use generator to corrupt memory (allow testing base address on checker/generator)
2017-01-17 14:35:34 +01:00
Florent Kermarrec
40168db0b4
test/test_bist: create BISTDriver to simplify test code
2017-01-17 14:31:24 +01:00
Florent Kermarrec
c56f90e865
test/test_bist: simplify and test modules directly not through CSR
2017-01-17 14:14:50 +01:00
Florent Kermarrec
ad304c8997
test: convert to python unittests and some cleanup
2017-01-17 13:18:11 +01:00