Commit 36fe5fbd authored by Peter Jansweijer's avatar Peter Jansweijer

repair vuart wr peripheral interconnect base address (spec7 g_ram_address_space_size_kb => 256)

parent 8d25772f
......@@ -17,8 +17,8 @@ import time
import termios
import pdb
syscon_addr = 0x20400
vuart_addr = 0x20500
syscon_addr = 0x40400
vuart_addr = 0x40500
xmda_user_fd = 0;
parser = argparse.ArgumentParser(description='Terminal interface to the uart of the wr core on the SPEC card')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment