soc.git
5 years agowhitespace cleanup
Luke Kenneth Casson Leighton [Thu, 21 Feb 2019 00:18:18 +0000 (00:18 +0000)]
whitespace cleanup

5 years agoadd gitignore
Luke Kenneth Casson Leighton [Thu, 21 Feb 2019 00:13:25 +0000 (00:13 +0000)]
add gitignore

5 years agosplit out unit test into separate file
Luke Kenneth Casson Leighton [Thu, 21 Feb 2019 00:12:50 +0000 (00:12 +0000)]
split out unit test into separate file

5 years agowhitespace cleanup
Luke Kenneth Casson Leighton [Thu, 21 Feb 2019 00:10:02 +0000 (00:10 +0000)]
whitespace cleanup

5 years agoOne more comment change
Daniel Benusovich [Tue, 19 Feb 2019 05:25:26 +0000 (21:25 -0800)]
One more comment change

5 years agoAdding comments
Daniel Benusovich [Tue, 19 Feb 2019 05:24:40 +0000 (21:24 -0800)]
Adding comments

5 years agoNow the tests pass
Daniel Benusovich [Tue, 19 Feb 2019 05:17:19 +0000 (21:17 -0800)]
Now the tests pass

5 years agoBig update. Now with some unit testing weeeoow!
Daniel Benusovich [Tue, 19 Feb 2019 05:02:37 +0000 (21:02 -0800)]
Big update. Now with some unit testing weeeoow!

5 years agoNopw ignoring those pesky .vcd files. Filth!
Daniel Benusovich [Tue, 19 Feb 2019 05:02:15 +0000 (21:02 -0800)]
Nopw ignoring those pesky .vcd files. Filth!

5 years agoChanged CAM to accept write address. Pushed back and LRU logic to a higher block.
Daniel Benusovich [Mon, 18 Feb 2019 01:27:06 +0000 (17:27 -0800)]
Changed CAM to accept write address. Pushed back and LRU logic to a higher block.

5 years agoAdding a sweet sweet comment
Daniel Benusovich [Sat, 16 Feb 2019 22:47:29 +0000 (14:47 -0800)]
Adding a sweet sweet comment

5 years agoAdding CamEntry which is used in the CAM.
Daniel Benusovich [Sat, 16 Feb 2019 21:26:50 +0000 (13:26 -0800)]
Adding CamEntry which is used in the CAM.

5 years agoAdding CAM class. Yet incomplete
Daniel Benusovich [Sat, 16 Feb 2019 21:26:27 +0000 (13:26 -0800)]
Adding CAM class. Yet incomplete

5 years agoReorganizing signal sizes within inputs
Daniel Benusovich [Sat, 16 Feb 2019 21:26:12 +0000 (13:26 -0800)]
Reorganizing signal sizes within inputs

5 years agoAdding initial CacheWalker. Will be used to find matching cache entries.
Daniel Benusovich [Thu, 14 Feb 2019 06:24:24 +0000 (22:24 -0800)]
Adding initial CacheWalker. Will be used to find matching cache entries.

5 years agoAdding expected data format to TLB header
Daniel Benusovich [Thu, 14 Feb 2019 06:23:27 +0000 (22:23 -0800)]
Adding expected data format to TLB header

5 years agoAdding header comments for validator
Daniel Benusovich [Thu, 14 Feb 2019 06:22:48 +0000 (22:22 -0800)]
Adding header comments for validator

5 years agoImports for If, Case, Else not possible
Daniel Benusovich [Thu, 14 Feb 2019 05:47:10 +0000 (21:47 -0800)]
Imports for If, Case, Else not possible

5 years agoChanged format of TLB entry to Tag - ASID - PTE
Daniel Benusovich [Thu, 14 Feb 2019 05:13:43 +0000 (21:13 -0800)]
Changed format of TLB entry to Tag - ASID - PTE

5 years agoexplicit import (no "import *")
Luke Kenneth Casson Leighton [Mon, 11 Feb 2019 07:05:32 +0000 (07:05 +0000)]
explicit import (no "import *")

5 years agokeep to under 80 chars
Luke Kenneth Casson Leighton [Mon, 11 Feb 2019 07:03:34 +0000 (07:03 +0000)]
keep to under 80 chars

5 years agouse explicit import (no import *)
Luke Kenneth Casson Leighton [Mon, 11 Feb 2019 07:02:36 +0000 (07:02 +0000)]
use explicit import (no import *)

5 years agoadd __pycache__ to ignore
Luke Kenneth Casson Leighton [Mon, 11 Feb 2019 07:02:17 +0000 (07:02 +0000)]
add __pycache__ to ignore

5 years agoInital Version of the TLB. Very far from complete. Needs at some additional modules
Daniel Benusovich [Mon, 11 Feb 2019 06:42:46 +0000 (22:42 -0800)]
Inital Version of the TLB. Very far from complete. Needs at some additional modules

5 years agoAdding the Permission Validator. Needs Tests!
Daniel Benusovich [Mon, 11 Feb 2019 06:42:22 +0000 (22:42 -0800)]
Adding the Permission Validator. Needs Tests!

5 years agoIgnoring Project files from Wing Python editor. We dont want that kind of filth!
Daniel Benusovich [Mon, 11 Feb 2019 06:14:34 +0000 (22:14 -0800)]
Ignoring Project files from Wing Python editor. We dont want that kind of filth!

5 years agofirst commit
Luke Kenneth Casson Leighton [Sun, 10 Feb 2019 08:50:47 +0000 (08:50 +0000)]
first commit