vivado debug

attribute keep : string;
attribute keep of tb_w_cnt             :signal is "true";
  

attribute mark_debug: string ;                 
attribute mark_debug of tb_w_cnt : signal is "true";

 

library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;

 

 (* keep = "true"* ) reg  fval_out_tmp ;

 

 (* mark_debug = "true"* ) reg  fval_out_tmp ;

 


 

posted on 2015-08-25 09:36  29850706  阅读(401)  评论(0)    收藏  举报

导航