and now for something completely different...
[soc.git] / src / soc / sv / trans / svp64.py
index 034c2eaec4d87294ec4cd2e2575203dcaa58d77a..7fe923170e0a25e73b5f6d2b348675068c665560 100644 (file)
@@ -410,6 +410,8 @@ class SVP64:
             svp64_rm += (srcwid << 6)      # srcwid: bits 6-7
             svp64_rm += (destwid << 4)     # destwid: bits 4-5
 
+            # nice debug printout. (and now for something completely different)
+            # https://youtu.be/u0WOIwlXE9g?t=146
             print ("svp64_rm", hex(svp64_rm), bin(svp64_rm))
             print ("    mmode  0    :", bin(mmode))
             print ("    pmask  1-3  :", bin(pmask))