inserting a dummy state
[hwmod.git] / src / beh_history_tb.vhd
index eaa4fe30ddbcab474b24f13359ea7ad6320bc02c..d05236adfb851ffea9e8a69b8c1b52fea164301f 100644 (file)
@@ -50,6 +50,8 @@ architecture sim of beh_history_tb is
        --dummy button
        signal btn_a_int : std_logic;
 
+       --output beautifier
+       signal tx_debug : character;
 
        signal stop : boolean := false;
 begin
@@ -177,6 +179,7 @@ begin
                pc_char   => pc_char,
                pc_busy   => pc_busy
        );
+       tx_debug <= character'val(to_integer(unsigned(tx_data)));
 
        process
        begin