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

Lint errors #1

Open
steveri opened this issue Jul 10, 2019 · 1 comment
Open

Lint errors #1

steveri opened this issue Jul 10, 2019 · 1 comment

Comments

@steveri
Copy link
Owner

steveri commented Jul 10, 2019

2-unit verilator runs seem to give the most lint errors:

% less tst/regress/examples/190703.log
...
vcs    8  1 1port PASS -   x warnings,    15 lint problems
vcs    8  2 1port PASS -   x warnings,    72 lint problems
vcs    8  4 1port FAIL -   x warnings,     0 lint problems (*)
ver    8  1 1port PASS -   x warnings,    71 lint problems
ver    8  2 1port PASS -   x warnings,   139 lint problems
ver    8  4 1port FAIL -   x warnings,     0 lint problems (*)
...

Also see https://github.com/steveri/fftgen/blob/master/0notes-fft.txt

(*) NOTE 8-4-1 is supposed to fail...

@steveri
Copy link
Owner Author

steveri commented Jul 10, 2019

May as well start with 8-1-1. Plan would be something like

1. mkdir lint; cd lint
2. make gen |& tee gen.log0
3. make run_verilator |& tee run.log0
4. resolve lint errors by editing elaborated verilog in genesis_veri-whatever
5. goto 3, repeat until lint errors are gone
6. propagate edits to .vp generator files
7. goto 2, repeat until errors are gone

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