Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Add -X mhigh compiler for minimal high form #2268

Merged
merged 2 commits into from
Jun 14, 2021

Conversation

seldridge
Copy link
Member

Add a compiler/emitter that can target minimal high form. This will
produce output that only has CHIRRTL constructs removed.

Signed-off-by: Schuyler Eldridge [email protected]

Contributor Checklist

  • [n/a] Did you add Scaladoc to every public function/method?
  • [n/a] Did you update the FIRRTL spec to include every new feature/behavior?
  • Did you add at least one test demonstrating the PR?
  • Did you delete any extraneous printlns/debugging code?
  • Did you specify the type of improvement?
  • Did you state the API impact?
  • Did you specify the code generation impact?
  • Did you request a desired merge strategy?
  • Did you add text to be included in the Release Notes for this change?

Type of Improvement

  • new feature/API

API Impact

Adds command line argument.

Backend Code Generation Impact

None.

Desired Merge Strategy

  • Squash: The PR will be squashed and merged (choose this if you have no preference.

Release Notes

Reviewer Checklist (only modified by reviewer)

  • Did you add the appropriate labels?
  • Did you mark the proper milestone (1.2.x, 1.3.0, 1.4.0) ?
  • Did you review?
  • Did you check whether all relevant Contributor checkboxes have been checked?
  • Did you mark as Please Merge?

Add a compiler/emitter that can target minimal high form.  This will
produce output that only has CHIRRTL constructs removed.

Signed-off-by: Schuyler Eldridge <[email protected]>
@jackkoenig jackkoenig added this to the 1.4.x milestone Jun 14, 2021
@jackkoenig jackkoenig merged commit 3ea95e7 into master Jun 14, 2021
mergify bot pushed a commit that referenced this pull request Jun 14, 2021
Add a compiler/emitter that can target minimal high form.  This will
produce output that only has CHIRRTL constructs removed.

Signed-off-by: Schuyler Eldridge <[email protected]>
(cherry picked from commit 3ea95e7)

# Conflicts:
#	src/test/scala/firrtlTests/stage/FirrtlMainSpec.scala
@mergify mergify bot added the Backported This PR has been backported to marked stable branch label Jun 14, 2021
@jackkoenig jackkoenig deleted the dev/seldridge/minimal-high-form branch June 14, 2021 18:26
seldridge added a commit that referenced this pull request Jun 14, 2021
Add a compiler/emitter that can target minimal high form.  This will
produce output that only has CHIRRTL constructs removed.

Signed-off-by: Schuyler Eldridge <[email protected]>
(cherry picked from commit 3ea95e7)

# Conflicts:
#	src/test/scala/firrtlTests/stage/FirrtlMainSpec.scala
seldridge added a commit that referenced this pull request Jun 15, 2021
Add a compiler/emitter that can target minimal high form.  This will
produce output that only has CHIRRTL constructs removed.

Signed-off-by: Schuyler Eldridge <[email protected]>
(cherry picked from commit 3ea95e7)

# Conflicts:
#	src/test/scala/firrtlTests/stage/FirrtlMainSpec.scala
mergify bot added a commit that referenced this pull request Jun 15, 2021
Add a compiler/emitter that can target minimal high form.  This will
produce output that only has CHIRRTL constructs removed.

Signed-off-by: Schuyler Eldridge <[email protected]>
(cherry picked from commit 3ea95e7)

# Conflicts:
#	src/test/scala/firrtlTests/stage/FirrtlMainSpec.scala

Co-authored-by: Schuyler Eldridge <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Backported This PR has been backported to marked stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants