projects
/
soclayout.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c64884e
)
add GND/PWR to see what happens in settings.py
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 21 Feb 2020 13:08:15 +0000
(13:08 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 21 Feb 2020 13:08:15 +0000
(13:08 +0000)
coriolis2/settings.py
patch
|
blob
|
history
diff --git
a/coriolis2/settings.py
b/coriolis2/settings.py
index d409bc325186f2237e193a5373006145e47d657a..a176ddf069bb331ac47a5b173d985df25730cd98 100644
(file)
--- a/
coriolis2/settings.py
+++ b/
coriolis2/settings.py
@@
-38,5
+38,8
@@
Cfg.Configuration.popDefaultPriority()
af = CRL.AllianceFramework.get()
env = af.getEnvironment()
env.setCLOCK( '^clk$|m_clock' )
+env.setPOWER( 'vdd' )
+env.setGROUND( 'vss' )
+
print 'Successfully read user configuration'