projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a892c62
)
Add todo for encoder. To create a new encoder module or not to create.
author
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Wed, 6 Mar 2019 06:16:51 +0000
(22:16 -0800)
committer
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Wed, 6 Mar 2019 06:16:51 +0000
(22:16 -0800)
TLB/src/Cam.py
patch
|
blob
|
history
diff --git
a/TLB/src/Cam.py
b/TLB/src/Cam.py
index 92464103b775faa7892ee5fdc2497c319d2e84e4..5c80149dd8dd8a3804757e76cf8eca789cc17652 100644
(file)
--- a/
TLB/src/Cam.py
+++ b/
TLB/src/Cam.py
@@
-32,6
+32,8
@@
class Cam():
# Internal
self.cam_size = cam_size
+ # TODO create a module that merges the priority encoder and
+ # encoder into one?
self.encoder = Encoder(cam_size)
self.p_encoder = PriorityEncoder(cam_size)
self.decoder = Decoder(cam_size)