Unverified Commit beb37c2d authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

Add Annotation passing support, set firtool CLI



Change ChiselStage to pass annotations to firtool via a file.  Also, add
logic to remove lots of annotations and convert them to equivalent
firtool options.

Any annotations that we don't know what to do with are passed on to firtool to
let it deal with them.  This has the effect of both communicating things like
DontTouchAnnotation and also providing information to the user that they are
passing annotations that firtool doesn't know how to handle.  To do the latter
checking "-warn-on-unprocessed-annotations" is turned on.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent 54f881d1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment