-
Notifications
You must be signed in to change notification settings - Fork 374
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
Errors found by linter #2162
Comments
Can you upload your design and configuration files? |
Also please follow the issue template and add the information from
|
I tested a simple counter file: always @(posedge clk or negedge rst_n) begin endmodule DESIGN_NAME "Demo" |
@Thanhdat1301 the design name is |
@Thanhdat1301 Now the error message is
|
@d-mitch-bailey I found the place to change but I have a question these files are automatically generated when I run the command ./flow.tcl -design. So how do I run the file again after I've edited it or where I need to edit it in another place? Please help me |
@Thanhdat1301 each design is synthesized and created using the |
Description
I am trying to add a verilog file to OpenLane. I followed the instructions in getting_started. Here I create a code counter file then run the following command ./flow.tcl -design <design_name>. However it gives the following error. Does anyone have a fix for this?
Proposal
No response
The text was updated successfully, but these errors were encountered: