@@ -19,7 +19,8 @@ architecture beh of ha_tb is
begin
--ha_instance : ha port map (q => a, w => b, e => o, r => c);
- ha_instance : ha port map (q, w, e, r);
+ ha_instance : ha port map (a => q, b => w, o => e, c => r);
+ --ha_instance : ha port map (q, w, e, r);
process is