Attention is currently required from: Nikos Nikoleris.
Hello Nikos Nikoleris,
I'd like you to do a code review. Please visit
https://gem5-review.googlesource.com/c/public/gem5/+/37716
to review the following change.
Change subject: fastmodel: Replace xrange with range to be python3 compliant
......................................................................
fastmodel: Replace xrange with range to be python3 compliant
Change-Id: I69ef5d744e2642af95383fbda920464178380757
Signed-off-by: Giacomo Travaglini <[email protected]>
Reviewed-by: Nikos Nikoleris <[email protected]>
---
M src/arch/arm/fastmodel/GIC/FastModelGIC.py
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/arch/arm/fastmodel/GIC/FastModelGIC.py
b/src/arch/arm/fastmodel/GIC/FastModelGIC.py
index 3298be9..ac81de5 100644
--- a/src/arch/arm/fastmodel/GIC/FastModelGIC.py
+++ b/src/arch/arm/fastmodel/GIC/FastModelGIC.py
@@ -509,7 +509,7 @@
]
ranges += [
AddrRange(its_bases[i], size=2 * gic_frame_size)
- for i in xrange(sc_gic.its_count)
+ for i in range(sc_gic.its_count)
]
return ranges
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/37716
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I69ef5d744e2642af95383fbda920464178380757
Gerrit-Change-Number: 37716
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Nikos Nikoleris <[email protected]>
Gerrit-Attention: Nikos Nikoleris <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s