From: Daniel Benusovich Date: Wed, 13 Mar 2019 05:10:34 +0000 (-0700) Subject: Update comments CAM X-Git-Tag: div_pipeline~2300 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca0a0bd5a9c37478db6f1d1c1f8c686441a752b1;p=soc.git Update comments CAM --- diff --git a/TLB/src/Cam.py b/TLB/src/Cam.py index 1cb88d88..24819d4a 100644 --- a/TLB/src/Cam.py +++ b/TLB/src/Cam.py @@ -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