What is this following syntax error in verilog ICARUS tool?

后端 未结 0 985
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-13 19:47
module alu(input [7:0] A,B,
       input [3:0] selector,
       output [7:0] ALU_output,
       output ALU_output_carry 
       );
reg [7:0] ALU_result;
wire [8:0] t         


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