tools/remote/comm_pcie: use ctypes.c_uint32 to do 32-bit accesses and avoid double...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 30 Jun 2020 12:12:35 +0000 (14:12 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 30 Jun 2020 12:12:35 +0000 (14:12 +0200)
commit5713c21017b1e249f4dafd132caee5c7a1784037
treea40ab63880f39ac2ee41f86006120066f8139a28
parent68297fce9ea6f7644003572548d3944f461d27d4
tools/remote/comm_pcie: use ctypes.c_uint32 to do 32-bit accesses and avoid double writes/reads.
litex/tools/remote/comm_pcie.py