Skip to content

Condense Vivado constraint files by consolidating set_property statements.

Notifications You must be signed in to change notification settings

jtikalsky/vivado_constraint_condenser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Constraint Condenser

This script takes a Vivado constraints file on standard input, and condenses all set_property constraints on the same [get_ports ...] into a single set_property -dict statement before returning the adjusted file on stdout.

The new set_property -dict statements will be emitted at the location of the first matching set_property. The tool can understand existing set_property -dict statements.

About

Condense Vivado constraint files by consolidating set_property statements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages