mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
undo InOutWrapper from Murax
This commit is contained in:
parent
2f8f4d5444
commit
d9b7426cde
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue