soc.git
2019-04-15 Luke Kenneth... cleanup using temporaries
2019-04-15 Luke Kenneth... simplify logic
2019-04-15 Luke Kenneth... debug ptw.py
2019-04-15 Luke Kenneth... debug ptw.py
2019-04-14 Luke Kenneth... add comment
2019-04-14 Luke Kenneth... move comments
2019-04-14 Luke Kenneth... use Cat on list, makes graphviz clearer
2019-04-14 Luke Kenneth... unsigned const
2019-04-14 Luke Kenneth... tidyup comments
2019-04-14 Luke Kenneth... content must be comb not sync
2019-04-14 Luke Kenneth... comment spelling
2019-04-14 Luke Kenneth... clarify output, use Cat on list
2019-04-14 Luke Kenneth... rename _i and _o, for clarity: replace_en comb not...
2019-04-14 Luke Kenneth... redundant argument lu_hit
2019-04-14 Luke Kenneth... split out into modules
2019-04-14 Luke Kenneth... split into separate module instead of array
2019-04-14 Luke Kenneth... update comment block
2019-04-14 Luke Kenneth... update comment block
2019-04-14 Luke Kenneth... create flatten and use in eq
2019-04-14 Luke Kenneth... temporary signals, efforts to simplify graph
2019-04-14 Luke Kenneth... add in temporaries, get graphviz down in size
2019-04-14 Luke Kenneth... work towards getting PTW translation working
2019-04-14 Luke Kenneth... correct python syntax errors
2019-04-14 Luke Kenneth... update comments
2019-04-14 Luke Kenneth... experimental conversion of ariane TLB to nmigen, see...
2019-04-14 Luke Kenneth... tidyup
2019-04-14 Luke Kenneth... remove _n and _q
2019-04-14 Luke Kenneth... experimental conversion of ptw.sv
2019-04-14 Luke Kenneth... experimental conversion of ptw.sv
2019-04-14 Luke Kenneth... experimental conversion of ptw.sv
2019-04-14 Luke Kenneth... experimental conversion of ptw.sv
2019-04-14 Luke Kenneth... experimental conversion of ptw.sv
2019-04-13 Luke Kenneth... experimental conversion of ptw.sv
2019-04-13 Luke Kenneth... experimental conversion of ptw.sv
2019-04-13 Luke Kenneth... add conversion of ptw.sv from ariane, to see what it...
2019-04-10 Luke Kenneth... check_tags is a member of the class
2019-04-10 Luke Kenneth... 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-10 Daniel BenusovichUpdate comments for consitency
2019-04-08 Luke Kenneth... remove twin negatives in comment
2019-04-08 Luke Kenneth... use constants with semi-useful names
2019-04-07 Luke Kenneth... add comment about L1_size being overridden
2019-04-07 Luke Kenneth... minor code-shuffle on TLB, added nmigen-main caller
2019-04-07 Luke Kenneth... add ports function to Cam.py for convenience
2019-04-01 Daniel BenusovichAdd SetAssociativeCache source with read logic
2019-04-01 Daniel BenusovichMove read L1 block into the correct location.
2019-04-01 Daniel BenusovichCorrect failing test.
2019-04-01 Daniel BenusovichCorrect missing function call in unit test.
2019-04-01 Daniel BenusovichCorrect comment in TLB
2019-04-01 Daniel BenusovichCorrecting read/write port assignments
2019-03-31 Daniel BenusovichRemove VectorAssembler files
2019-03-31 Daniel BenusovichRemove VectorAssembler from CAM. Thanks Luke
2019-03-26 Luke Kenneth... spelling correction
2019-03-20 Daniel BenusovichAdd PteEntry comments
2019-03-20 Daniel BenusovichUpdate TLB to follow PermissionValidator changes
2019-03-20 Daniel BenusovichUpdate PermissionValidator to use PteEntry Parser to...
2019-03-20 Daniel BenusovichAdd PteEntry parser to centralize Page Table Entry...
2019-03-20 Daniel BenusovichDelete unused resource RegisterFile
2019-03-14 Luke Kenneth... whitespace cleanup
2019-03-14 Daniel BenusovichAdd permission validator unit test. Still needs more...
2019-03-14 Daniel BenusovichAdd valid bit check to permission validator
2019-03-14 Daniel BenusovichAdd missing argument for L1 memory size
2019-03-13 Luke Kenneth... whitespace
2019-03-13 Luke Kenneth... spelling correction
2019-03-13 Luke Kenneth... super is a keyword: replace with "supermode" in TLB...
2019-03-13 Luke Kenneth... move comments to docstring block
2019-03-13 Daniel BenusovichReplace RegisterFile with Memory.
2019-03-13 Daniel BenusovichUpdate comments CAM
2019-03-13 Daniel BenusovichDelete CacheWalker
2019-03-13 Daniel BenusovichDelete RegisterFile
2019-03-12 Luke Kenneth... remove whitespace
2019-03-12 Luke Kenneth... remove whitespace
2019-03-12 Luke Kenneth... remove whitespace
2019-03-12 Daniel BenusovichRemove whitespace
2019-03-12 Daniel BenusovichCorrect misspelled word
2019-03-12 Daniel BenusovichAdd logic to TLB to correctly utilize Cam, RegisterFile...
2019-03-12 Daniel BenusovichRemove whitespace
2019-03-12 Daniel BenusovichUpdate PermissionValidator to actually function. Needs...
2019-03-12 Daniel BenusovichUpdate comments. Remove Whitespace
2019-03-12 Daniel BenusovichAdd RegisterFile class for usage in the TLB.
2019-03-10 Daniel BenusovichShow that read_warning is not necessary. But the line...
2019-03-10 Daniel BenusovichUpdate CAM comments to reflect new usage
2019-03-10 Daniel BenusovichAdd multiple match test
2019-03-10 Daniel BenusovichRemove wen term and shift If blocks to remove NOT need
2019-03-09 Luke Kenneth... whitespace cleanup
2019-03-09 Luke Kenneth... use binary input to test, bit clearer
2019-03-09 Luke Kenneth... rename input variable to in_val (input is a python...
2019-03-09 Luke Kenneth... rename input variable to i (input is a python keyword)
2019-03-09 Luke Kenneth... whitespace (put intermediate on separate line)
2019-03-09 Luke Kenneth... rename input to i (input is a python keyword)
2019-03-09 Luke Kenneth... put inversion of write-enable into its own signal
2019-03-09 Daniel BenusovichChange test vcd output file name to match test filenames
2019-03-09 Daniel BenusovichRemove whitespace
2019-03-09 Daniel BenusovichCorrect comment in Cam to reflect changes
2019-03-09 Daniel BenusovichAdd comments to Cam test
2019-03-09 Daniel BenusovichAdd one more function comment for vector address test
2019-03-09 Daniel BenusovichAdd comments for AddressEncoder and associated tests
2019-03-09 Daniel BenusovichCorrect comments for test_cam_entry
2019-03-09 Daniel BenusovichCorrect comment for vector assembler test
next