Switch to the new ML507Shell
This enables synthesis for the first time!
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -6,4 +6,4 @@
|
||||
url = https://github.com/sifive/sifive-blocks.git
|
||||
[submodule "fpga-shells"]
|
||||
path = fpga-shells
|
||||
url = https://github.com/sifive/fpga-shells
|
||||
url = https://git.tiband.de/riscv/fpga-shells.git
|
||||
|
Submodule fpga-shells updated: 9d02f530fc...e9625bf8ee
@ -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 {
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user