mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
lm32: compatibility with the new instance API
This commit is contained in:
parent
72f9af9d90
commit
f36a45edcb
1 changed files with 2 additions and 5 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue