freechipsproject / firrtl-interpreter

A scala based simulator for circuits described by a LoFirrtl file
Other
46 stars 23 forks source link

Add support for Scala 2.13 #197

Closed chick closed 3 years ago

chick commented 3 years ago

Drop support for Scala 2.11 Mostly involved getting right form of Seq and changing = Unit to = ()

jackkoenig commented 3 years ago

A lot more seq's needed to be declared immutable

I think this is the wrong fix. I think all of the import scala.collection._ are the issue and should be removed instead.