-
Notifications
You must be signed in to change notification settings - Fork 37
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
Vivado script optional no Synthesis #23
Comments
Do you think @WRoenninger it is a use case to ever use Vivado for purposes other than synthesis? What's your take on this @accuminium ? |
@fabianschuiki Yes, Vivado is also used to simulate designs with Xilinx libraries, either in the embedded simulator or as "proxy" to provide a third-party simulator with the required libraries. I think we should support this. Should we add an extra format (e.g., |
Yeah something like this would be pretty nice!
… On 10 Mar 2020, at 13:17, Andreas Kurth ***@***.***> wrote:
@fabianschuiki <https://github.com/fabianschuiki> Yes, Vivado is also used to simulate designs with Xilinx libraries, either in the embedded simulator or as "proxy" to provide a third-party simulator with the required libraries. I think we should support this.
Should we add an extra format (e.g., vivado-sim) that invokes the existing Vivado TCL emitter (emit_vivado_tcl) with different format_targets (i.e., simulation instead of synthesis), or should we add a flag (e.g., --simulation) specific to the vivado format?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <https://github.com/fabianschuiki/bender/issues/23?email_source=notifications&email_token=AACTSNGHBGL5OKTKLES2ZETRGYVUDA5CNFSM4LCEG4M2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOLFPBY#issuecomment-597055367>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACTSNABF4ZVKPEXTXV6TMLRGYVUDANCNFSM4LCEG4MQ>.
|
bender script vivado
adds theTARGET_SYNTHESIS
regardless of test flags.The text was updated successfully, but these errors were encountered: