Update comments CAM
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Wed, 13 Mar 2019 05:10:34 +0000 (22:10 -0700)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Wed, 13 Mar 2019 05:49:27 +0000 (22:49 -0700)
TLB/src/Cam.py

index 1cb88d88ed866128a9d10b9326c1816eb5fe15ab..24819d4a4f212c91de89fd671d908ae949438def 100644 (file)
@@ -61,9 +61,11 @@ class Cam():
         m.submodules.AddressEncoder = self.encoder
         # Decoder is used to select which entry will be written to
         m.submodules.Decoder = self.decoder
-        # Don't forget to add all entries to the submodule list
+        # CamEntry Array Submodules
+        # Note these area added anonymously
         entry_array = self.entry_array
         m.submodules += entry_array
+        # VectorAssembler Submodule
         m.submodules.VectorAssembler = self.vector_assembler
 
         # Decoder logic