aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/StringLit.scala
AgeCommit message (Collapse)Author
2017-09-22Fix string lit (#663)Jack Koenig
Refactor StringLit to use String instead of Array[Byte]
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
Replace with more sensible comment to see LICENSE rather than including the whole license in every file
2016-09-25remove unnecessary blockschick
example 1 s"${x}" example 2 case blah => { ??? }
2016-09-25 use name parameter when calling a function with boolean constantchick
2016-06-10API Cleanup - ASTJack
trait AST -> abstract class FirrtlNode Move all IR to new package ir Add import of firrtl.ir._
2016-03-15Revamp string literal handlingjackkoenig