add readonly option to TestMemory
[soc.git] / src / soc / experiment / testmem.py
2020-06-28 Luke Kenneth Casso... add readonly option to TestMemory
2020-06-26 Luke Kenneth Casso... shrink test memory size down to only 64 words
2020-06-16 Luke Kenneth Casso... set up a TestIssuer class with a FSM for doing instruct...
2020-06-16 Luke Kenneth Casso... add ports to TestMemory
2020-06-10 Luke Kenneth Casso... got L0CacheBuffer shift/mask working on a preliminary...
2020-06-09 Luke Kenneth Casso... add convenience variables in TestMemory
2020-04-24 Luke Kenneth Casso... experimenting with ld/st comp unit
2020-03-09 Luke Kenneth Casso... disable transparent=False for now
2020-03-09 Luke Kenneth Casso... connect up LD to memory: set transparent mode to False.
2020-03-09 Luke Kenneth Casso... try adding test memory store to LDSTCompUnit