Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verilog 语法检测有问题 #1292

Open
DeamZ opened this issue May 25, 2024 · 0 comments
Open

Verilog 语法检测有问题 #1292

DeamZ opened this issue May 25, 2024 · 0 comments

Comments

@DeamZ
Copy link

DeamZ commented May 25, 2024

在使用以下代码时会提示错误, DLY 已经在本文件中定义了,但是语法识别会错误上报

//Register the output data
always @(posedge USER_CLK)
    OUTPUT_DATA <=  `DLY    output_data_c;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant