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

unable to resolve clog2s? #32

Open
Jzone315 opened this issue Nov 21, 2018 · 2 comments
Open

unable to resolve clog2s? #32

Jzone315 opened this issue Nov 21, 2018 · 2 comments

Comments

@Jzone315
Copy link

Hi:
Sorry to bother you, i am using the xilinx adm7V3 example designs in vivado 2018.2, but when i run synthesis it complaint [Synth 8-660] unable to resolve 'clog2s'[fiffa_wrapper_adm7V3.v:164], when i tried the vivado 2017.2, it reported the same issue, so why is this error happen? i needed some help, thanks a lot.

@hmaarrfk hmaarrfk mentioned this issue Jan 18, 2019
@hmaarrfk
Copy link

See this maybe: #36

@gxflying
Copy link

actually, this issue is all about the file including just like I had met these days.
you can try to move the line `include "functions.vh" in async_fifo_fwft.v the beginning of the file.
this issue comes when:

  1. when synthesis , the file async_fifo_fwft.v is at the very front of the file parsing list
  2. in the async_fifo_fwft.v, the functions.vh is included inside the module, so all the function defined in the file is locally defined, NOT globaly. and the file will NOT be parsed twice because of the defination of the maro __FUNCTIONS_VH

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

3 participants