Skip to content

Commit

Permalink
test: update basic_hdl_sim_model test files to new hwt names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic30 committed Jun 6, 2024
1 parent 45bc7f8 commit d623bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/basic_hdl_sim_model/expected/simple_subunit.py.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class submodule0(BasicRtlSimModel):
# internal signals
# component instances
def _init_body(self):
self._interfaces = (
self._hwIOs = (
self.io.a,
self.io.b,
)
Expand Down Expand Up @@ -61,7 +61,7 @@ class SimpleSubunit(BasicRtlSimModel):
def _init_body(self):
connectSimPort(self, self.submodule0_inst, "sig_submodule0_a", "a")
connectSimPort(self, self.submodule0_inst, "sig_submodule0_b", "b")
self._interfaces = (
self._hwIOs = (
self.io.a,
self.io.b,
self.io.sig_submodule0_a,
Expand Down

0 comments on commit d623bc8

Please sign in to comment.