| commit | 529134ba901fbe1b95048f16da10c6b81098e707 | [log] [tgz] |
|---|---|---|
| author | Eunchan Kim <eunchan@opentitan.org> | Fri Apr 24 09:51:06 2020 -0700 |
| committer | Eunchan Kim <eunchan@opentitan.org> | Fri Apr 24 09:51:06 2020 -0700 |
| tree | 3d047d897e306d497cc6d5525eab013ff82f68ab | |
| parent | 387aec64fb2f5515592540cf29ecc6170a859ff1 [diff] [blame] |
[topgen] flake8 lint fix Ran flake8 to check topgen/*.py and fixed the errors Signed-off-by: Eunchan Kim <eunchan@opentitan.org>
diff --git a/util/topgen/lib.py b/util/topgen/lib.py index 887b2ef..ea3fdf5 100644 --- a/util/topgen/lib.py +++ b/util/topgen/lib.py
@@ -228,6 +228,7 @@ else: return "clk_{}_i".format(clk) + def get_reset_path(resets, name): """Return the appropriate reset path given name """