News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

How to start project in verilog with "vivado_create_project_guimode.sh" command?

Started by trek123, March 01, 2020, 05:59:54 PM

Previous topic - Next topic

trek123

As understand from the Subject, I have easy question which is "How to start project in verilog with "vivado_create_project_guimode.sh" command?" because default project HDL language is VHDL.

JH

Hi,
normally it's not need, because Vivado can mix different languages, but in case you will still change it, you has 2 option.

       
  • Change in Vivado Project settings after the project is generated (and regenerate also the auto generated wrapper)
or

       
  • create a <basfolder>\settings\project_settings.tcl file and include: set_property target_language Verilog [current_project] 
  • --> create the project with the scripts. --> scripts loads the settings above.
See also  https://wiki.trenz-electronic.de/display/PD/Project+Delivery+-+Xilinx+devices#ProjectDelivery-Xilinxdevices-UserdefinedSettings

brJohn