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

%Error: ...: Exceeded limit of 1024 bits for any display arguments #479

Closed
veripoolbot opened this issue Apr 6, 2012 · 2 comments
Closed
Assignees
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800

Comments

@veripoolbot
Copy link
Contributor


Author Name: Alex Solomatnikov
Original Redmine Issue: 479 from https://www.veripool.org
Original Date: 2012-04-06
Original Assignee: Wilson Snyder (@wsnyder)


Source code (in lib):

`define MAX_NAME_SZ     256
...
task a;
...
     reg [`MAX_NAME_SZ*8 : 1] in_file;
...
             ifp = $fopen(in_file, "r");
             if (ifp == `NULL)
             begin
                 $display("ERROR: cannot read %0s.", in_file);
                 done = `TRUE;
             end

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2012-04-06T01:50:18Z


Fixed in git by weedly increasing the limit. There's two defines that can be changed to increase it to whatever is needed. Because of multithreaded issues, it isn't efficient to make dynamically adjustable.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2012-04-15T20:38:37Z


In 3.833.

@veripoolbot veripoolbot added resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800 labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800
Projects
None yet
Development

No branches or pull requests

2 participants