Switch to the new ML507Shell

This enables synthesis for the first time!
This commit is contained in:
2018-04-12 00:47:42 +02:00
parent 8e4eaf6603
commit 212821fe4d
3 changed files with 4 additions and 5 deletions

View File

@ -10,8 +10,7 @@ import freechips.rocketchip.diplomacy._
import sifive.blocks.devices.gpio._
import sifive.blocks.devices.pinctrl.{BasePin}
import sifive.fpgashells.shell.xilinx.vc707shell._
import sifive.fpgashells.ip.xilinx.{IOBUF}
import sifive.fpgashells.shell.xilinx.ml507shell._
//-------------------------------------------------------------------------
// PinGen
@ -28,7 +27,7 @@ object PinGen {
//-------------------------------------------------------------------------
class U500ML507DevKitFPGAChip(implicit override val p: Parameters)
extends VC707Shell
extends ML507Shell
with HasDebugJTAG {
//-----------------------------------------------------------------------