projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef2953
)
correct syntax error
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 22 Jul 2020 15:32:47 +0000
(16:32 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 22 Jul 2020 15:32:47 +0000
(16:32 +0100)
src/soc/litex/core.py
patch
|
blob
|
history
diff --git
a/src/soc/litex/core.py
b/src/soc/litex/core.py
index 16e28d97095a1388dca14c82ce9a1502b1abac77..3097ca5aeb6953b5f2fa18dff906fea8248ff250 100644
(file)
--- a/
src/soc/litex/core.py
+++ b/
src/soc/litex/core.py
@@
-108,7
+108,7
@@
class LibreSOC(CPU):
# monitoring / debugging
i_go_insn_i = 1, # set to "always running"
i_pc_i = self.pc,
- i_
pc_i_ok
= self.pc_ok,
+ i_
pc_i_ok
= self.pc_ok,
i_core_start_i = self.core_start,
i_core_stop_i = self.core_stop,
i_core_bigendian_i = self.bigendian,