mirror of https://github.com/openXC7/prjxray.git
ps7/top.py: format fix
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
dc36103f5c
commit
7a0b819f50
|
|
@ -681,10 +681,10 @@ module top(input clk, stb, di, output do);
|
|||
.SAXIHP3WVALID ()
|
||||
);
|
||||
''' % {
|
||||
'loc': 'site_name',
|
||||
'dut': 'site_name',
|
||||
'isone': isone
|
||||
})
|
||||
'loc': 'site_name',
|
||||
'dut': 'site_name',
|
||||
'isone': isone
|
||||
})
|
||||
|
||||
print("endmodule")
|
||||
write_params(params)
|
||||
|
|
|
|||
Loading…
Reference in New Issue