moddule led_run(led_data, clk, rst_n);
input clk, rst_n;
output[7:0] led_data;
reg enable;
endmodule
请问, 在modelsim 仿真时,如何才能看到enable这个信号?