From: Luke Kenneth Casson Leighton Date: Mon, 28 Sep 2020 11:08:31 +0000 (+0000) Subject: cut definition of clocks back to minimum X-Git-Tag: partial-core-ls180-gdsii~69 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8327fafc30c5a228dd9e1dcd864a4d3206a1ed2c;p=soclayout.git cut definition of clocks back to minimum --- diff --git a/experiments9/coriolis2/settings.py b/experiments9/coriolis2/settings.py index efaf2a8..1d24807 100644 --- a/experiments9/coriolis2/settings.py +++ b/experiments9/coriolis2/settings.py @@ -59,7 +59,10 @@ with CfgCache('', priority=Cfg.Parameter.Priority.UserFile) as cfg: cfg.conductor.useFixedAbHeight = False env = CRL.AllianceFramework.get().getEnvironment() -env.setCLOCK ('^clk.*|^core_core_reset_i$') +#env.setCLOCK ('^sys_clk.*|^sys_rst.*') +#env.setCLOCK ('^clk$|^rst$|ck|cki') +env.setCLOCK ('^sys_clk.*') +#env.setCLOCK ('clk|ck|cki') env.setPOWER ('vdd') env.setGROUND('vss')