We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa2a59 commit 514a7d8Copy full SHA for 514a7d8
vunit/vhdl/verification_components/test/tb_apb_requester.vhd
@@ -154,7 +154,7 @@ begin
154
end process;
155
test_runner_watchdog(runner, 100 us);
156
157
- U_DUT_MASTER: entity work.apb_requester
+ U_DUT_REQUESTER: entity work.apb_requester
158
generic map (
159
bus_handle => bus_handle
160
)
@@ -170,7 +170,7 @@ begin
170
pready_i => pready
171
);
172
173
- U_DUT_SLAVE: entity work.apb_completer
+ U_DUT_COMPLETER: entity work.apb_completer
174
175
bus_handle => slave_handle
176
0 commit comments