Contents Previous Next

Create Project

Intro

The Eclipse platform uses projects as a mean to organize resources.

An Eclipse project is associated with a specific directory on the disk, named project directory. Eclipse creates a .project file in the project directory.

The project is presented in the workspace and you can browse the project directory contents.

Note that although the project is presented in the workspace, the project directory can be located outside the workspace directory.

New Verilog Project Wizard

  1. Invoke Wizard Click on the New Verilog Project button in the Verilog Perspective or chose menu File > New > Project... > Verilog > Verilog Project.

  1. Project Location Specify the project directory. It can be a directory which already contains sources or a new directory which will be created.



  1. Project Name If it is the first time a project is created in the specified directory (no .project file in it) you'll need to specify the project name. Otherwise the platform will detect the existence of the project and bring it in your workspace without additional questions, except for confirmation.

  1. Finish Although you could continue with the wizard to specify additional properties of the project, you can finish now and later on refine the project spec.


Contents Previous Next