ir: allow non-Signals in Instance ports.
This commit is contained in:
parent
8cc900c4ef
commit
f7fec804ec
5 changed files with 43 additions and 25 deletions
|
|
@ -16,6 +16,7 @@ class System:
|
|||
i_d_adr =self.adr,
|
||||
i_d_dat_r=self.dat_r,
|
||||
o_d_dat_w=self.dat_w,
|
||||
i_d_we =self.we,
|
||||
)
|
||||
return m.lower(platform)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue