fusesoc icon indicating copy to clipboard operation
fusesoc copied to clipboard

Adding support for no_export flag

Open shareefj opened this issue 2 years ago • 0 comments

This change adds support for setting a no_export flag from within a target which prevents the source files from being exported to the build tree. You can currently get the same behaviour by passing the --no-export command line argument but this relies on the user remembering to set it.

The use case is for flows that would break if the files were copied to the build tree, such as linting where the waivers reference absolute paths.

shareefj avatar Jun 16 '22 08:06 shareefj