2019-04-22 |
Luke Kenneth... | more whitespace / shuffle / cleanup |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | minor code-shuffle, comments |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | use random selection for LFSR on write |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | write_entry, sef encoder.i has to be *conditional* |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | sort-of put LFSR mode into SetAssocCache... not really... |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | move max_exponent to be a property (max(self)) |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | use a set not a list, can remove an extra line |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | simplify further,use max() on elements |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | replace if elif elif with dictionary trick, and map... |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | add docstrings and comments |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | skip the entire thing if width is zero |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | remove redundant Signal width=1 |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | remove property polynomial |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | LFSR2.pyi, type is set not frozenset, exponents returns... |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | add error reports on exceptions in LFSR2 |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | use set instead of frozenset |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | use join trick instead of manually creating the exponen... |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | instead of using abstract class Set, actually *derive... |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | remove typing, move to .pyi file (increases code clarity) |
commit | commitdiff | tree |
2019-04-22 |
Jacob Lifshay | Merge remote-tracking branch 'origin/master' |
commit | commitdiff | tree |
2019-04-22 |
Jacob Lifshay | rename LFSR -> LFSR2 |
commit | commitdiff | tree |
2019-04-22 |
Jacob Lifshay | add LFSR |
commit | commitdiff | tree |
2019-04-22 |
Jacob Lifshay | add empty __init__.py files |
commit | commitdiff | tree |
2019-04-22 |
Jacob Lifshay | add waveforms dir to git, ignoring all but .gitkeep |
commit | commitdiff | tree |
2019-04-22 |
Daniel Benusovich | Add lfsr with 11 bits |
commit | commitdiff | tree |
2019-04-22 |
Jacob Lifshay | add mypy typechecker integration |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | make tag_valid and active_bit local |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | disable write by default |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | move setting up of tag into MemorySet |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | add TODO comment, bug #71, replace PLRU with LFSR |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | data_i needs to be data_size not input_size |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | hmmm.... AddressEncoder needs to be of width way_count |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | move tag/vector decoding into MemorySet |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | data_size+tag_size = input_size, use it |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | whoops, plru_array wasnt an array |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | tidyup hit/multiple, move to main block |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | tidy up comments |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | small reorg, split memory into separate module with... |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | same trick with encoder, remove switch, use encoder.o |
commit | commitdiff | tree |
2019-04-22 |
Luke Kenneth... | replace switch statement with straight index to array |
commit | commitdiff | tree |
2019-04-22 |
Daniel Benusovich | Add ubit test for set associative |
commit | commitdiff | tree |
2019-04-22 |
Daniel Benusovich | Use singal passed into plru rather than relying on... |
commit | commitdiff | tree |
2019-04-22 |
Daniel Benusovich | Change plru to be combinational |
commit | commitdiff | tree |
2019-04-22 |
Daniel Benusovich | Add output signal to PLRU |
commit | commitdiff | tree |
2019-04-22 |
Daniel Benusovich | SAC seems to be working properly. Problems with PLRU... |
commit | commitdiff | tree |
2019-04-21 |
Daniel Benusovich | Remove LRU bits from memory |
commit | commitdiff | tree |
2019-04-21 |
Daniel Benusovich | Compilation success. Time for unit tests! |
commit | commitdiff | tree |
2019-04-21 |
Daniel Benusovich | Tryto make the cache compile. Not yet |
commit | commitdiff | tree |
2019-04-21 |
Daniel Benusovich | Add plru into set associative cache |
commit | commitdiff | tree |
2019-04-21 |
Daniel Benusovich | Add external access to table size to plru |
commit | commitdiff | tree |
2019-04-21 |
Daniel Benusovich | Make plru tree accessible from outside module for cache |
commit | commitdiff | tree |
2019-04-21 |
Luke Kenneth... | add in tlb_entries and asid_width parameters to constru... |
commit | commitdiff | tree |
2019-04-21 |
Luke Kenneth... | whoops, PTE bits wrong way round, make LSB to MSB |
commit | commitdiff | tree |
2019-04-21 |
Luke Kenneth... | correct mmu.py syntax errors, output ilang as a test |
commit | commitdiff | tree |
2019-04-21 |
Luke Kenneth... | comment where PermissionValidator needed |
commit | commitdiff | tree |
2019-04-21 |
Luke Kenneth... | begin experimental ariane mmu.sv conversion |
commit | commitdiff | tree |
2019-04-21 |
Luke Kenneth... | begin experimental ariane mmu.sv conversion |
commit | commitdiff | tree |
2019-04-21 |
Luke Kenneth... | begin experimental ariane mmu.sv conversion |
commit | commitdiff | tree |
2019-04-21 |
Luke Kenneth... | begin experimental ariane mmu.sv conversion |
commit | commitdiff | tree |
2019-04-21 |
Luke Kenneth... | add exception causes from ariane |
commit | commitdiff | tree |
2019-04-21 |
Daniel Benusovich | Tear out PLRU, TLBContent, TLBEntry into separate files |
commit | commitdiff | tree |
2019-04-21 |
Daniel Benusovich | Add tlb_content with TLBContent and TLBEntry classes |
commit | commitdiff | tree |
2019-04-21 |
Daniel Benusovich | Add PLRU file from tlb.py |
commit | commitdiff | tree |
2019-04-19 |
Luke Kenneth... | found linux kernel source references |
commit | commitdiff | tree |
2019-04-19 |
Luke Kenneth... | change indentation (combine some if/elifs) |
commit | commitdiff | tree |
2019-04-19 |
Luke Kenneth... | go back in vim undo history, recover itlb experimentation |
commit | commitdiff | tree |
2019-04-19 |
Luke Kenneth... | experimenting with PTW |
commit | commitdiff | tree |
2019-04-19 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2019-04-18 |
Luke Kenneth... | random experiments with ptw.py |
commit | commitdiff | tree |
2019-04-18 |
Luke Kenneth... | use of plru starts to make sense, must set vpn == vaddr... |
commit | commitdiff | tree |
2019-04-18 |
Luke Kenneth... | add in name into plru to help debugging |
commit | commitdiff | tree |
2019-04-18 |
Luke Kenneth... | add in name into plru to help debugging |
commit | commitdiff | tree |
2019-04-18 |
Luke Kenneth... | continuing experimentation with PLRU |
commit | commitdiff | tree |
2019-04-18 |
Luke Kenneth... | add arbitrary random experimentation values for TLB... |
commit | commitdiff | tree |
2019-04-15 |
Luke Kenneth... | tidyup |
commit | commitdiff | tree |
2019-04-15 |
Luke Kenneth... | move states to functions |
commit | commitdiff | tree |
2019-04-15 |
Luke Kenneth... | move idle state to separate function |
commit | commitdiff | tree |
2019-04-15 |
Luke Kenneth... | fix sync bug with tag_valid, simplify logic |
commit | commitdiff | tree |
2019-04-15 |
Luke Kenneth... | cleanup using temporaries |
commit | commitdiff | tree |
2019-04-15 |
Luke Kenneth... | simplify logic |
commit | commitdiff | tree |
2019-04-15 |
Luke Kenneth... | debug ptw.py |
commit | commitdiff | tree |
2019-04-15 |
Luke Kenneth... | debug ptw.py |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | add comment |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | move comments |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | use Cat on list, makes graphviz clearer |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | unsigned const |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | tidyup comments |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | content must be comb not sync |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | comment spelling |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | clarify output, use Cat on list |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | rename _i and _o, for clarity: replace_en comb not... |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | redundant argument lu_hit |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | split out into modules |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | split into separate module instead of array |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | update comment block |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | update comment block |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | create flatten and use in eq |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | temporary signals, efforts to simplify graph |
commit | commitdiff | tree |
2019-04-14 |
Luke Kenneth... | add in temporaries, get graphviz down in size |
commit | commitdiff | tree |
next |