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
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
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
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