Skip to content

Commit

Permalink
Update node widths with Firrtl Transform
Browse files Browse the repository at this point in the history
Working transform that will adjust widths of
registers, ports and wires through the annotation system.
Second piece of the augmented tool chain that will ultimately
take advantage of firrt interpreters instrumentation output.
Adjusting widths according to data gathered thereby.
Part of Issue #114
  • Loading branch information
chick committed Oct 26, 2017
1 parent e63e023 commit 834ff45
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ class ChangeWidthTransform extends Transform with LazyLogging {
changeRequests.contains(name)
}

def annotationToWidth(annotation: Annotation): Width = {
//TODO (chick) complete this
IntWidth(32)
}

def changeWidthsInExpression(expression: Expression): Expression = {
expression
}
Expand Down

0 comments on commit 834ff45

Please sign in to comment.