Commit 1c186671 authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

Add helper methods to ChiselStage for Driver migration



This adds three new methods to ChiselStage to replace deprecated
methods in the Driver for converting a Chisel circuit to a string:
  - emitChirrtl
  - emitFirrtl
  - emitVerilog

This also adds a ChiselStage companion object that lets you generated
a Chisel Circuit or a FIRRTL Circuit from a Chisel module:
  - elaborate
  - convert

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@ibm.com>

squash! Add string emission helper methods to ChiselStage
parent 8b8080a9
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