From: Ryan <> Date: Wed, 17 Sep 2025 21:24:09 +0000 (-0500) Subject: Update ps2 tests to point at renamed entities X-Git-Url: https://git.the-white-hart.net/?a=commitdiff_plain;h=2dfa084f42d76ff059f8b91438c02a09789a2daf;p=vhdl Update ps2 tests to point at renamed entities --- diff --git a/libraries/ps2/tests/test_ps2_host.vhd b/libraries/ps2/tests/test_ps2_host.vhd index 3ed07e0..2403bc0 100644 --- a/libraries/ps2/tests/test_ps2_host.vhd +++ b/libraries/ps2/tests/test_ps2_host.vhd @@ -198,7 +198,7 @@ begin ps2_data => ps2_data ); - device: entity simulated.ps2_device + device: entity simulated.proto_ps2 port map ( tx_byte => tx_byte, diff --git a/libraries/ps2/tests/test_ps2_host_wb.vhd b/libraries/ps2/tests/test_ps2_host_wb.vhd index 50b0287..34ba385 100644 --- a/libraries/ps2/tests/test_ps2_host_wb.vhd +++ b/libraries/ps2/tests/test_ps2_host_wb.vhd @@ -260,7 +260,7 @@ begin end process; -- Simulated device - e_simdev: entity simulated.ps2_device + e_simdev: entity simulated.proto_ps2 port map ( tx_byte => tx_byte,