代码 顶层模块 module bug( input wire clk, output wire BitOut ); reg BitIn = 1; Encoder encoder ( .clk(clk), .BitIn(BitIn),