Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbackrack committed Mar 29, 2014
2 parents 736fe4e + 1fe3d4d commit 663b871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/Counter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ trait CounterBackend extends Backend {

transforms += ((c: Module) => c.addClockAndReset)
transforms += ((c: Module) => gatherClocksAndResets)
transforms += ((c: Module) => connectResets)
transforms += ((c: Module) => c.inferAll)
transforms += ((c: Module) => c.forceMatchingWidths)
transforms += ((c: Module) => c.removeTypeNodes)
Expand Down

0 comments on commit 663b871

Please sign in to comment.