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 -> Recursive functions not yet supported: __umul64-->__umul64 #126

Closed
barClaudio opened this issue Feb 27, 2023 · 1 comment · Fixed by #130
Closed

error -> Recursive functions not yet supported: __umul64-->__umul64 #126

barClaudio opened this issue Feb 27, 2023 · 1 comment · Fixed by #130
Assignees
Labels

Comments

@barClaudio
Copy link
Collaborator

When using the latest AppImage file, bambu is not able to successfully run when analyzing the following code:

long long func_replace(long long a, long long b) { return a * b; }

I am launching bambu with the following command:

bambu module.c --top-fname=func_replace --device-name=nx1h140tsp --generate-tb=a=4,b=5 --simulate --panda-parameter=function-opt=0 --print-dot

The same example works using the 0.9.8 AppImage file.

Below is the full output of bambu:

==  Bambu executed with: /tmp/.mount_bambuOtu5RX/usr/bin/bambu --top-fname=func_replace --device-name=nx1h140tsp --generate-tb=a=4,b=5 --simulate --panda-parameter=function-opt=0 --print-dot module.c 


********************************************************************************
                    ____                  _
                   | __ )  __ _ _ __ ___ | |_   _   _
                   |  _ \ / _` | '_ ` _ \| '_ \| | | |
                   | |_) | (_| | | | | | | |_) | |_| |
                   |____/ \__,_|_| |_| |_|_.__/ \__,_|

********************************************************************************
                         High-Level Synthesis Tool

                         Politecnico di Milano - DEIB
                          System Architectures Group
********************************************************************************
                Copyright (C) 2004-2023 Politecnico di Milano
Version: PandA 0.9.8 - Revision 49f79fbbb85dfe05df3a00f3d0c30d753a7fed52-dev/panda

Target technology = FPGA
error -> Recursive functions not yet supported: __umul64-->__umul64

Please report bugs to <panda-info@polimi.it>
@Ansaya Ansaya self-assigned this Feb 27, 2023
@Ansaya Ansaya added the bug label Feb 27, 2023
@Ansaya Ansaya linked a pull request Feb 28, 2023 that will close this issue
@Ansaya
Copy link
Collaborator

Ansaya commented Feb 28, 2023

This issue has been solved by the linked pull request

@Ansaya Ansaya closed this as completed Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants