How to detect all connections of a net in Verilog

前端 未结 0 1342
遇见更好的自我
遇见更好的自我 2021-02-06 10:04

I want to see all connections of a net.

For ex, for the below Verilog module.

module temp();
  input logic a1;
  input logic a2;
  output logic y;

  logic         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题