undo InOutWrapper from Murax

This commit is contained in:
Dolu1990 2018-03-14 00:47:23 +01:00
parent 2f8f4d5444
commit d9b7426cde
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ case class Murax(config : MuraxConfig) extends Component{
object Murax{
def main(args: Array[String]) {
SpinalVerilog(InOutWrapper(Murax(MuraxConfig.default)))
SpinalVerilog(Murax(MuraxConfig.default))
}
}