From: Sebastien Bourdeauducq Date: Thu, 16 Feb 2012 17:35:22 +0000 (+0100) Subject: lm32: compatibility with the new instance API X-Git-Tag: 24jan2021_ls180~3239 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f36a45edcb36843cf05d0a76c65636ba38eba045;p=litex.git lm32: compatibility with the new instance API --- diff --git a/milkymist/lm32/__init__.py b/milkymist/lm32/__init__.py index 5d726776..cace4b54 100644 --- a/milkymist/lm32/__init__.py +++ b/milkymist/lm32/__init__.py @@ -38,11 +38,8 @@ class LM32: ("D_ERR_I", d.err), ("D_RTY_I", BV(1))], - [], - - "clk_i", - "rst_i", - "lm32") + clkport="clk_i", + rstport="rst_i") def get_fragment(self): comb = [