- Timestamp:
- Jun 12, 2015, 3:22:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/scripts/arch.py
r991 r1000 64 64 cluster(x,y)""" 65 65 66 return (x << X_WIDTH) | y66 return (x << Y_WIDTH) | y 67 67 68 68 def arch(x_size=2,
Note: See TracChangeset
for help on using the changeset viewer.