projects
/
soc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
soc.git
2019-03-13
Luke Kenneth...
spelling correction
commit
|
commitdiff
|
tree
2019-03-13
Luke Kenneth...
super is a keyword: replace with "supermode" in TLB...
commit
|
commitdiff
|
tree
2019-03-13
Luke Kenneth...
move comments to docstring block
commit
|
commitdiff
|
tree
2019-03-13
Daniel Benusovich
Replace RegisterFile with Memory.
commit
|
commitdiff
|
tree
2019-03-13
Daniel Benusovich
Update comments CAM
commit
|
commitdiff
|
tree
2019-03-13
Daniel Benusovich
Delete CacheWalker
commit
|
commitdiff
|
tree
2019-03-13
Daniel Benusovich
Delete RegisterFile
commit
|
commitdiff
|
tree
2019-03-12
Luke Kenneth...
remove whitespace
commit
|
commitdiff
|
tree
2019-03-12
Luke Kenneth...
remove whitespace
commit
|
commitdiff
|
tree
2019-03-12
Luke Kenneth...
remove whitespace
commit
|
commitdiff
|
tree
2019-03-12
Daniel Benusovich
Remove whitespace
commit
|
commitdiff
|
tree
2019-03-12
Daniel Benusovich
Correct misspelled word
commit
|
commitdiff
|
tree
2019-03-12
Daniel Benusovich
Add logic to TLB to correctly utilize Cam, RegisterFile...
commit
|
commitdiff
|
tree
2019-03-12
Daniel Benusovich
Remove whitespace
commit
|
commitdiff
|
tree
2019-03-12
Daniel Benusovich
Update PermissionValidator to actually function. Needs...
commit
|
commitdiff
|
tree
2019-03-12
Daniel Benusovich
Update comments. Remove Whitespace
commit
|
commitdiff
|
tree
2019-03-12
Daniel Benusovich
Add RegisterFile class for usage in the TLB.
commit
|
commitdiff
|
tree
2019-03-10
Daniel Benusovich
Show that read_warning is not necessary. But the line...
commit
|
commitdiff
|
tree
2019-03-10
Daniel Benusovich
Update CAM comments to reflect new usage
commit
|
commitdiff
|
tree
2019-03-10
Daniel Benusovich
Add multiple match test
commit
|
commitdiff
|
tree
2019-03-10
Daniel Benusovich
Remove wen term and shift If blocks to remove NOT need
commit
|
commitdiff
|
tree
2019-03-09
Luke Kenneth...
whitespace cleanup
commit
|
commitdiff
|
tree
2019-03-09
Luke Kenneth...
use binary input to test, bit clearer
commit
|
commitdiff
|
tree
2019-03-09
Luke Kenneth...
rename input variable to in_val (input is a python...
commit
|
commitdiff
|
tree
2019-03-09
Luke Kenneth...
rename input variable to i (input is a python keyword)
commit
|
commitdiff
|
tree
2019-03-09
Luke Kenneth...
whitespace (put intermediate on separate line)
commit
|
commitdiff
|
tree
2019-03-09
Luke Kenneth...
rename input to i (input is a python keyword)
commit
|
commitdiff
|
tree
2019-03-09
Luke Kenneth...
put inversion of write-enable into its own signal
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Change test vcd output file name to match test filenames
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Remove whitespace
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Correct comment in Cam to reflect changes
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Add comments to Cam test
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Add one more function comment for vector address test
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Add comments for AddressEncoder and associated tests
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Correct comments for test_cam_entry
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Correct comment for vector assembler test
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Add comments for VectorAssembler
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Add VectorAssembler to accept match results from CamEnt...
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Add VectorAssembler to make the graph from yosys beautiful.
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Ignore generate .v files for now at least
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Modify Cam to use AddressEncoder instead of two encoders
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Correct incorrect output bit size
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Add AddressEncoder to consolidate encoder modules and...
commit
|
commitdiff
|
tree
2019-03-09
Daniel Benusovich
Update assert functions to remove duplicated code via...
commit
|
commitdiff
|
tree
2019-03-07
Daniel Benusovich
Add submodule names explicitly for easier yosys graph...
commit
|
commitdiff
|
tree
2019-03-06
Daniel Benusovich
Remove whitespace
commit
|
commitdiff
|
tree
2019-03-06
Daniel Benusovich
Add todo for encoder. To create a new encoder module...
commit
|
commitdiff
|
tree
2019-03-06
Daniel Benusovich
Add multiple match check to unit test
commit
|
commitdiff
|
tree
2019-03-06
Daniel Benusovich
Add logic for multiple match line.
commit
|
commitdiff
|
tree
2019-03-06
Daniel Benusovich
Remove WalkingPriorityEncoder. This module is OBE and...
commit
|
commitdiff
|
tree
2019-03-05
Luke Kenneth...
whoops move comment
commit
|
commitdiff
|
tree
2019-03-05
Luke Kenneth...
moved code (hardware) which doesnt depend on the index...
commit
|
commitdiff
|
tree
2019-03-05
Luke Kenneth...
use binary-invert rather than == 0 comparison
commit
|
commitdiff
|
tree
2019-03-05
Luke Kenneth...
use binary test rather than comparison against 1,
commit
|
commitdiff
|
tree
2019-03-05
Luke Kenneth...
remove whitespace
commit
|
commitdiff
|
tree
2019-03-05
Luke Kenneth...
remove whitespace (again)
commit
|
commitdiff
|
tree
2019-03-05
Daniel Benusovich
Update unit test to pass. Needs more testing for multip...
commit
|
commitdiff
|
tree
2019-03-05
Daniel Benusovich
Adjust main function port declarations
commit
|
commitdiff
|
tree
2019-03-05
Daniel Benusovich
Update CAM to follow Xilinx interface.
commit
|
commitdiff
|
tree
2019-03-05
Daniel Benusovich
Correct main of CamEntry
commit
|
commitdiff
|
tree
2019-03-05
Daniel Benusovich
Add comma. woops
commit
|
commitdiff
|
tree
2019-03-05
Daniel Benusovich
Update CAM to represent and actual CAM. No more key!
commit
|
commitdiff
|
tree
2019-03-05
Daniel Benusovich
Updating CAM entry to actually be a CAM. No key used...
commit
|
commitdiff
|
tree
2019-03-04
Luke Kenneth...
add Makefile to generate Cam.v verilog
commit
|
commitdiff
|
tree
2019-03-04
Luke Kenneth...
comments and whitespace cleanup
commit
|
commitdiff
|
tree
2019-03-04
Luke Kenneth...
comments and whitespace cleanup
commit
|
commitdiff
|
tree
2019-03-04
Luke Kenneth...
comments and whitespace cleanup
commit
|
commitdiff
|
tree
2019-03-04
Luke Kenneth...
comments and whitespace cleanup
commit
|
commitdiff
|
tree
2019-03-04
Luke Kenneth...
comments and whitespace cleanup
commit
|
commitdiff
|
tree
2019-03-04
Luke Kenneth...
comments and whitespace cleanup
commit
|
commitdiff
|
tree
2019-03-04
Luke Kenneth...
comments and whitespace cleanup
commit
|
commitdiff
|
tree
2019-03-01
Daniel Benusovich
Add unique Priority Encoder to allow for multiple match...
commit
|
commitdiff
|
tree
2019-02-25
Daniel Benusovich
A few more comments for the src
commit
|
commitdiff
|
tree
2019-02-25
Daniel Benusovich
Adding Reset. Cleaning Logic for CAM. Still needs tests
commit
|
commitdiff
|
tree
2019-02-25
Daniel Benusovich
Add reset logic
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Updating CAM to (hopefully) full functionality. Needs...
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Updating CAM so that the submodules actually work....
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Adding more logic to test
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Updating to elaborate
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Updating to use assert_eq and assert_ne
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Moving all source scripts
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Moving cam_entry tests
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Moving test_cam_entry
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Adding unit test for CAM
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Ignoring pycache
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Removing waveform gitignore
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Removing __pycache__
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Adding test utility class
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Adding test utility class to help with assertions and...
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
moving CamEntry to src
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
moving Cam to src
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Actually renaming Cam woops
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Renaming Cam
commit
|
commitdiff
|
tree
2019-02-23
Daniel Benusovich
Updating CamEntry to use commands.
commit
|
commitdiff
|
tree
2019-02-21
Luke Kenneth...
whitespace cleanup
commit
|
commitdiff
|
tree
2019-02-21
Luke Kenneth...
add gitignore
commit
|
commitdiff
|
tree
2019-02-21
Luke Kenneth...
split out unit test into separate file
commit
|
commitdiff
|
tree
2019-02-21
Luke Kenneth...
whitespace cleanup
commit
|
commitdiff
|
tree
2019-02-19
Daniel Benusovich
One more comment change
commit
|
commitdiff
|
tree
2019-02-19
Daniel Benusovich
Adding comments
commit
|
commitdiff
|
tree
next