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:
Schuyler Eldridge <schuyler.eldridge@ibm.com>
parent
4f13fb1f
Please register or sign in to comment