Fixed bug caused by errant tab size in probe script.

This commit is contained in:
Jacob Pease 2023-08-16 12:20:08 -05:00
parent 4cba4cb657
commit 3477f177ac

View File

@ -48,6 +48,8 @@ def probeBits( probe ):
def printProbe( probe, i ):
bits = probeBits(probe)
print(bits)
return (
f'create_debug_port u_ila_0 probe\n'
f'set_property port_width {probe[1]} [get_debug_ports u_ila_0/probe{i}]\n'