add GND/PWR to see what happens in settings.py
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 21 Feb 2020 13:08:15 +0000 (13:08 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 21 Feb 2020 13:08:15 +0000 (13:08 +0000)
coriolis2/settings.py

index d409bc325186f2237e193a5373006145e47d657a..a176ddf069bb331ac47a5b173d985df25730cd98 100644 (file)
@@ -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'