mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed bug caused by errant tab size in probe script.
This commit is contained in:
parent
4cba4cb657
commit
3477f177ac
@ -48,6 +48,8 @@ def probeBits( probe ):
|
|||||||
def printProbe( probe, i ):
|
def printProbe( probe, i ):
|
||||||
bits = probeBits(probe)
|
bits = probeBits(probe)
|
||||||
|
|
||||||
|
print(bits)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
f'create_debug_port u_ila_0 probe\n'
|
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'
|
f'set_property port_width {probe[1]} [get_debug_ports u_ila_0/probe{i}]\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user