Merge branch 'master' of git.libre-soc.org:soc
[soc.git] / src / soc / experiment / dcache.py
index 7cb73e3438816cf0102e89a0c0cd41ad6b10ada5..89b5207ba54b05eebb15fb2b7ce885d5c4958c35 100644 (file)
@@ -1003,6 +1003,10 @@ class Dcache(Elaboratable):
 
 # begin
 #
+"""these, because they are constants, can actually be done *as*
+   python asserts:
+   assert LINE_SIZE % ROWSIZE == 0, "line size not ...."
+"""
 #     assert LINE_SIZE mod ROW_SIZE = 0
 #      report "LINE_SIZE not multiple of ROW_SIZE" severity FAILURE;
 #     assert ispow2(LINE_SIZE)