diff --git a/libraries/base/common/tb/vhdl/tb_common_shiftram.vhd b/libraries/base/common/tb/vhdl/tb_common_shiftram.vhd
index 14c3dca6f1a38e07de41f40b2d2fd33193648c2c..a59170a1c3293fe7020eeb622bbf5133a15abecf 100644
--- a/libraries/base/common/tb/vhdl/tb_common_shiftram.vhd
+++ b/libraries/base/common/tb/vhdl/tb_common_shiftram.vhd
@@ -25,6 +25,9 @@
 -- . The DUT output counter stream is verified
 -- . Correct shift and counter values at the output with respect to the input 
 --   counter values are verified
+-- Usage:
+-- > as 10
+-- > run -all  -- signal tb_end will stop the simulation by stopping the clk
 
 LIBRARY IEEE, common_lib;
 USE IEEE.STD_LOGIC_1164.ALL;