Fix AMBA AHB 3 Lite widget so that first register transactions succeed

This commit is contained in:
2021-09-25 13:01:23 -07:00
parent 28edf17a1c
commit 8ea1ad97da
5 changed files with 75 additions and 72 deletions

8
.gitignore vendored
View File

@@ -1,4 +1,9 @@
# Grabbed from https://github.com/github/gitignore/blob/master/Python.gitignore on 05/02/2021
# SRDL2SV specific
srdl2sv_out
###############################################################################################
# Grabbed from https://github.com/github/gitignore/blob/master/Python.gitignore on 05/02/2021 #
###############################################################################################
# Byte-compiled / optimized / DLL files
__pycache__/
@@ -138,4 +143,3 @@ dmypy.json
# Cython debug symbols
cython_debug/