Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

How to wire to signal tap?

(* keep = 1 *) wire rx_bar_hit/* synthesis keep */; assign rx_bar_hit = (rx_desc | rx_desc) ? 1'b1 : 1'b0; But I can't add this signal to Siganl Tap. If I add this signal manualy (just type t...