sssshhhh!

This commit is contained in:
Jeff Epler 2025-03-11 13:03:13 -05:00
parent 0e717476c4
commit ac6b65f23b

View file

@ -27,5 +27,4 @@ def simple_multilane_mapper(width, height, n_addr_lines, n_lanes):
for lane in range(n_lanes):
y = addr + lane * n_addr
m.append(x + width * y)
print(m)
return m