Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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
A fileset is a list of files with a specific function within the project.
One or more constraint files is a constraint set (-constrset); one or more
simulation test benches is a simulation set (-simset). Only one fileset
option can be specified when using the create_fileset command. As a
default, the tool will create a constraint fileset if the type is not
specified."

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top