barbedo / vivado-git

A git-friendly Vivado wrapper
Other
214 stars 38 forks source link

Error with IP INTEGRATOR #2

Closed qarlosalberto closed 6 years ago

qarlosalberto commented 6 years ago

I have this error with I create a project with IP INTEGRATOR:

ERROR: [Vivado-projutils-19] This design contains BD sources. The option -no_copy_sources cannot be used without -use_bd_files. Please remove -no_copy_sources if you wish to write out BD's as procs in the project tcl, otherwise add the option -use_bd_files to directly include the *.bd files to the new project 
ERROR: [Common 17-39] 'send_msg_id' failed due to earlier errors.
barbedo commented 6 years ago

Hi there.

I never tested the modified write_project_tcl.tcl script with BD files. Sorry for that.

I'll check how to work around this issue later this week.

qarlosalberto commented 6 years ago

Thank you!!

I have other problem. When I run git commit, It creates the .tcl script, but Vivado doesnt close this window:

captura de pantalla_2018-01-31_12-36-02

qarlosalberto commented 6 years ago

I must kill the Vivado process and re-run it.

barbedo commented 6 years ago

In the meantime, could you try to add -use_bd_files as an option of write_project_tcl_git on the lines 56 and 79 of the git_wrapper.tcl file?

qarlosalberto commented 6 years ago

I have to do more tests, but it seems to work. :)

In the meantime, could you try to add -use_bd_files as an option of write_project_tcl_git on the lines 56 and 79 of the git_wrapper.tcl file?