Vivado & filesets

Status
Not open for further replies.

wtr

Full Member level 5
Joined
May 1, 2014
Messages
299
Helped
29
Reputation
58
Reaction score
25
Trophy points
1,308
Activity points
4,108
Hello all

I'm new to sythesis & I am currently using Vivado & would like to get my head arround somethings.

Vivado has this funcationally of adding files with a predefined fileset.

Or as a user you can create a fileset

Commands in the tcl console
Code:
add_files file1
add_files -fileset constrs_1 file2
add_files -fileset sim_1 file3
What is this doing? I am trying to get my head round the point of this.

Vivado "help create_fileset" says the following

Also what is a blockset & when /why would you use it?

Many Thanks,
Wes
 

Re: Vivado & filesets

The fileset is just a list of all the files of a particular type like a source_1 fileset would have the file names of all your sources VHDL/Verilog. This allows the tools to find all the files for a design without having to explicitly call them out on a command line.

- - - Updated - - -

Oh, yeah and a blockset I believe is for the block diagram tool.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…