mirror of https://github.com/openXC7/prjxray.git
blockwidth: shrink minor address print
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
ac7fc054e9
commit
d1bf397787
|
|
@ -88,7 +88,7 @@ def gen_major_writes(fnin):
|
|||
|
||||
def run(fnin, verbose=False):
|
||||
for addr, nframes in gen_major_writes(fnin):
|
||||
print('0x%08X: 0x%08X' % (addr, nframes))
|
||||
print('0x%08X: 0x%02X' % (addr, nframes))
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Reference in New Issue