Syntax error with ~|, can't find error in both assign statements

后端 未结 0 582
小鲜肉
小鲜肉 2020-12-08 07:31

This is my module, I have tried to assign it in two different ways... neither worked

module norCheck(input [7:0] in, output out);
wire temp0= (in[0])~|(in[1])         


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