add scoreboard source (moving from ieee754fpu repo)
[soc.git] / TLB / src / SetAssociativeCache.py
2019-05-04 Daniel BenusovichMove files into correct folders within ariane
2019-04-23 Luke Kenneth Casso... add some use of new "Elaboratable"
2019-04-23 Daniel BenusovichMove MemorySet into separate file
2019-04-23 Daniel BenusovichUpdate SAC to use new LFSR import
2019-04-22 Luke Kenneth Casso... add a link to cachesim.py
2019-04-22 Luke Kenneth Casso... add link to online simulator
2019-04-22 Luke Kenneth Casso... more whitespace / shuffle / cleanup
2019-04-22 Luke Kenneth Casso... minor code-shuffle, comments
2019-04-22 Luke Kenneth Casso... use random selection for LFSR on write
2019-04-22 Luke Kenneth Casso... write_entry, sef encoder.i has to be *conditional*
2019-04-22 Luke Kenneth Casso... sort-of put LFSR mode into SetAssocCache... not really...
2019-04-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2019-04-22 Luke Kenneth Casso... make tag_valid and active_bit local
2019-04-22 Luke Kenneth Casso... disable write by default
2019-04-22 Luke Kenneth Casso... move setting up of tag into MemorySet
2019-04-22 Luke Kenneth Casso... add TODO comment, bug #71, replace PLRU with LFSR
2019-04-22 Luke Kenneth Casso... data_i needs to be data_size not input_size
2019-04-22 Luke Kenneth Casso... hmmm.... AddressEncoder needs to be of width way_count
2019-04-22 Luke Kenneth Casso... move tag/vector decoding into MemorySet
2019-04-22 Luke Kenneth Casso... data_size+tag_size = input_size, use it
2019-04-22 Luke Kenneth Casso... whoops, plru_array wasnt an array
2019-04-22 Luke Kenneth Casso... tidyup hit/multiple, move to main block
2019-04-22 Luke Kenneth Casso... tidy up comments
2019-04-22 Luke Kenneth Casso... small reorg, split memory into separate module with...
2019-04-22 Luke Kenneth Casso... same trick with encoder, remove switch, use encoder.o
2019-04-22 Luke Kenneth Casso... replace switch statement with straight index to array
2019-04-22 Daniel BenusovichSAC seems to be working properly. Problems with PLRU...
2019-04-21 Daniel BenusovichRemove LRU bits from memory
2019-04-21 Daniel BenusovichCompilation success. Time for unit tests!
2019-04-21 Daniel BenusovichTryto make the cache compile. Not yet
2019-04-21 Daniel BenusovichAdd plru into set associative cache
2019-04-10 Luke Kenneth Casso... check_tags is a member of the class
2019-04-10 Luke Kenneth Casso... set is a python keyword, renamed to "cset" - short...
2019-04-10 Daniel BenusovichAdd a comment
2019-04-10 Daniel BenusovichAdd LRU logic for read portion. Still missing write...
2019-04-08 Luke Kenneth Casso... use constants with semi-useful names
2019-04-01 Daniel BenusovichAdd SetAssociativeCache source with read logic