mirror of https://github.com/YosysHQ/icestorm.git
Squelch trailing whitespace
This commit is contained in:
parent
607ee66cc1
commit
b3d35ccadc
|
|
@ -12,7 +12,6 @@ def randbin(n):
|
|||
for p in gpins:
|
||||
if p in pins: pins.remove(p)
|
||||
|
||||
|
||||
device_class = os.getenv("ICEDEVICE")
|
||||
|
||||
working_dir = "work_%s_pll" % (device_class, )
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ pins="
|
|||
A13 B10 B11 A14 B12 A16 B13 B14 A19 B15 A20 B17 A22 A23 B18 B19 A25 A26
|
||||
B20 B21 A27 A29 B22 B23 A31 B24 A32 A33 A34 B26 A35 B27 A38 B29 A39 B30
|
||||
A40 B31 A41 A43 B32 A44 A45 B34 A46 B35 A47 B36 A48
|
||||
|
||||
"
|
||||
|
||||
if [ $(echo $pins | wc -w) -ne 67 ]; then
|
||||
|
|
|
|||
|
|
@ -435,4 +435,3 @@ if output_mode == "html":
|
|||
print("<td>%s</td><td>%s</td><td>%s</td>" % tuple(entry[3].split(":")), end="")
|
||||
print("</tr>")
|
||||
print("</table>")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue