错误现象:

 

Error (10663): Verilog HDL Port Connection error at led_demo.v(6): output or inout port "led" must be connected to a structural net expression

 

原因:

连接模块端口的中间变量使用wire类型,而不应该是reg类型。

修改:

Error (10663): Verilog HDL Port Connection error at led_demo.v(6): output or inout port "led" must be connected to a structural net expression

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-04-29
  • 2021-06-24
  • 2022-12-23
  • 2021-07-17
猜你喜欢
  • 2022-01-16
  • 2021-12-04
  • 2022-12-23
  • 2021-06-06
  • 2021-12-02
  • 2021-09-22
  • 2021-09-15
相关资源
相似解决方案