Commit 824fb541 authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

Add Driver Compatibility Layer



This includes phases necessary to provide backwards compatibility with
the old Chisel3 Driver. These are placed in a DriverCompatibility
object inside chisel3.stage.phases. The following two phases are
included:
  - AddImplicitOutputFile (from a TopNameAnnotation)
  - Add AddImplicitOutputAnnotationFile phase

Additionally, this adds a view of a ChiselExecutionResult for
providing the legacy return type of the Chisel Driver.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@ibm.com>
parent 4f13fb1f
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