Bugfixing
authorJean THOMAS <git0@pub.jeanthomas.me>
Thu, 4 Jun 2020 17:17:21 +0000 (19:17 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Thu, 4 Jun 2020 17:17:21 +0000 (19:17 +0200)
commite8cf9908ef0c2247e41102cf9d91c1c823c8efd3
tree70e95600f42903c5bd823358d3ec6cef30923dfc
parent438544a84835ca22df8f79538540832028bf0ec4
Bugfixing
48 files changed:
gram/core/bankmachine.py
gram/core/crossbar.py
gram/frontend/adaptation.py
gram/phy/__init__.py
gram/phy/model.py
gram/stream.py
test/__init__.py [deleted file]
test/access_pattern.csv [deleted file]
test/benchmark.py [deleted file]
test/benchmarks.yml [deleted file]
test/common.py [deleted file]
test/gen_access_pattern.py [deleted file]
test/gen_config.py [deleted file]
test/reference/ddr3_init.h [deleted file]
test/reference/ddr3_init.py [deleted file]
test/reference/ddr4_init.h [deleted file]
test/reference/ddr4_init.py [deleted file]
test/reference/sdr_init.h [deleted file]
test/reference/sdr_init.py [deleted file]
test/run_benchmarks.py [deleted file]
test/spd_data/MT16KTF1G64HZ-1G6P1.csv [deleted file]
test/spd_data/MT16KTF1G64HZ-1G9E1.csv [deleted file]
test/spd_data/MT18KSF1G72HZ-1G4E2.csv [deleted file]
test/spd_data/MT18KSF1G72HZ-1G6E2.csv [deleted file]
test/spd_data/MT8JTF12864AZ-1G4G1.csv [deleted file]
test/spd_data/MT8KTF51264HZ-1G4E1.csv [deleted file]
test/spd_data/MT8KTF51264HZ-1G6E1.csv [deleted file]
test/spd_data/MT8KTF51264HZ-1G9P1.csv [deleted file]
test/summary/summary.css [deleted file]
test/summary/summary.html.jinja2 [deleted file]
test/test_adaptation.py [deleted file]
test/test_axi.py [deleted file]
test/test_bandwidth.py [deleted file]
test/test_bankmachine.py [deleted file]
test/test_bist.py [deleted file]
test/test_command_chooser.py [deleted file]
test/test_crossbar.py [deleted file]
test/test_dma.py [deleted file]
test/test_ecc.py [deleted file]
test/test_examples.py [deleted file]
test/test_fifo.py [deleted file]
test/test_init.py [deleted file]
test/test_modules.py [deleted file]
test/test_multiplexer.py [deleted file]
test/test_refresh.py [deleted file]
test/test_steerer.py [deleted file]
test/test_timing.py [deleted file]
test/test_wishbone.py [deleted file]