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

Missing module copysignf #38

Open
phatberstromgg opened this issue Mar 25, 2021 · 1 comment
Open

Missing module copysignf #38

phatberstromgg opened this issue Mar 25, 2021 · 1 comment

Comments

@phatberstromgg
Copy link

Hi @danielholanda,
Your project was really great and it helped me a lot. I have successfully generated Verilog code as well as successfully creating a Quartus project. However, when synthesizing using the make f command, an error occurs stating that the copysignf module has not been defined. As far as I know other libraries like altera_mf, altera_lnsim are created during Verilog code generation. How can I add such a library to the copysignf module?
Thank you and look forward to hearing from you soon.

@danielholanda
Copy link
Owner

hi @phatberstromgg,

For some reason, I missed the notification from GitHub with your issue. Where you able to already solve it?

I'm not sure if I fully understand your question. What I can say is that LeFlow gets all of the Verilog files from leflow/src/ip/ and adds them to the project. If there is another IP file that you would like to add to your project, you can put it at leflow/src/ip/ or manually move it to the directory containing the generated Verilog. I never encountered this error with copysignf.

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