ir: allow non-Signals in Instance ports.

This commit is contained in:
whitequark 2018-12-20 23:38:01 +00:00
parent 8cc900c4ef
commit f7fec804ec
5 changed files with 43 additions and 25 deletions

View file

@ -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)