常见错误
Error
[next-mdx-remote] error compiling MDX:
Unexpected character `=` (U+003D) before name, expected a character that can start a name, such as a letter, `$`, or `_`
29 | ### 1. **Verilog语法限制**
30 | - `PWM_OUT`被声明为`output [29:0] PWM_OUT`,默认是**wire类型**
> 31 | - **wire类型信号不能在always块中进行过程赋值**(使用<=或=)
| ^
32 | - wire类型只能通过**assign语句**或**模块实例化**进行连续赋值
33 | ### 2. **如果强行修改会发生什么**
More information: https://mdxjs.com/docs/troubleshooting-mdx