add comment in dcache.py
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 18 Aug 2020 00:34:15 +0000 (01:34 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 18 Aug 2020 00:34:23 +0000 (01:34 +0100)
src/soc/experiment/dcache.py

index 3144ae1a9e8d54a28e429f1093e35675f03a77d4..26d961a2bb38057d2dc0231158f46e4c95806790 100644 (file)
@@ -382,6 +382,10 @@ class Dcache(Elaboratable):
 #     signal dtlb_valids : tlb_valids_t;
 #     signal dtlb_tags : tlb_tags_t;
 #     signal dtlb_ptes : tlb_ptes_t;
+
+"""note: these are passed to nmigen.hdl.Memory as "attributes".  don't
+   know how, just that they are.
+"""
 #     attribute ram_style of dtlb_tags : signal is "distributed";
 #     attribute ram_style of dtlb_ptes : signal is "distributed";
         dtlb_valids = tlb_valids_t;