adding comment to cellnumber function
authorrishucoding <rishucoding@gmail.com>
Tue, 12 Jun 2018 09:34:30 +0000 (15:04 +0530)
committerrishucoding <rishucoding@gmail.com>
Tue, 12 Jun 2018 09:34:30 +0000 (15:04 +0530)
src/bsv/actual_pinmux.py

index c382e7e512cc05ddd12227da7c72398ca8fe9522..6899172189883eb0cdca7baa1ebadbdc8c714662 100644 (file)
@@ -23,7 +23,7 @@ dedicated_wire = '''
 digits = maketrans('0123456789', ' ' * 10)  # delete space later
 
 
-def cn(idx):
+def cn(idx): # idx is an integer 
     return "cell%s_mux" % str(idx)