| Age | Commit message (Collapse) | Author |
|
This means CSE need only be run once to get same QOR and prevents
pathological cases. Fixes #448
|
|
|
|
Replace with more sensible comment to see LICENSE rather than including the
whole license in every file
|
|
trait AST -> abstract class FirrtlNode
Move all IR to new package ir
Add import of firrtl.ir._
|
|
trait Stmt -> abstract class Statement (to match Expression)
abbrev. exp -> expr
BulkConnect -> PartialConnect
camelCase things that were snake_case
case class Empty() -> case object EmptyStmt
Change >120 character Statements to multiline
|
|
trait Module -> abstract class DefModule
InModule -> Module (match concrete syntax)
ExModule -> ExtModule (match concrete syntax)
Add simple scaladoc for each one
|
|
Repeated calls to hashCode take most of the runtime, so cache it.
|
|
|