Skip to content

Commit

Permalink
fix: add missing portmap
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Miranda committed Oct 20, 2023
1 parent fd7873a commit 43aaef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iob_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def _create_submodules_list(cls):
super()._create_submodules_list(
[
{"interface": "iob_s_port"},
{"interface": "iob_s_portmap"},
{"interface": "axi_m_port"},
{"interface": "axi_m_m_portmap"},
{"interface": "axi_m_write_port"},
Expand Down

0 comments on commit 43aaef5

Please sign in to comment.