diff --git a/libraries/technology/mac_10g/tb_tech_mac_10g_simulation_end.vhd b/libraries/technology/mac_10g/tb_tech_mac_10g_simulation_end.vhd
index 8c4e47d9c06cb1dc32aef02ce93c74cd7e7eee44..e51c3cc397fa0c0a4225c206b1a632de507f6543 100644
--- a/libraries/technology/mac_10g/tb_tech_mac_10g_simulation_end.vhd
+++ b/libraries/technology/mac_10g/tb_tech_mac_10g_simulation_end.vhd
@@ -57,6 +57,7 @@ BEGIN
     
     -- Stop the simulation
     tb_end <= '1';
+    proc_common_wait_some_cycles(clk, 1);
     IF g_tb_end=FALSE THEN
       REPORT "Tb simulation finished." SEVERITY NOTE;
     ELSE