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

iob_fifo_async: implicit definition of clk_i, cke_i and arst_i wires #642

Open
P-Miranda opened this issue Aug 8, 2023 · 0 comments
Open
Assignees

Comments

@P-Miranda
Copy link
Contributor

when using iob_fifo_async module, for (R_DATA_W > W_DATA_W) and (W_DATA_W == R_DATA_W) cases, we get the following warnings:

../src/iob_fifo_async.v:224: warning: implicit definition of wire 'clk_i'.
../src/iob_fifo_async.v:225: warning: implicit definition of wire 'cke_i'.
../src/iob_fifo_async.v:226: warning: implicit definition of wire 'arst_i'.
  • the clk_i, cke_i and arst_i wires are defined in a generate case scope that is not available for iob_asym_converter.vs scope

These warning should be fixed when we perform verilog generates in python

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

2 participants