Switch to the new ML507Shell
This enables synthesis for the first time!
This commit is contained in:
parent
8e4eaf6603
commit
212821fe4d
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -6,4 +6,4 @@
|
|||||||
url = https://github.com/sifive/sifive-blocks.git
|
url = https://github.com/sifive/sifive-blocks.git
|
||||||
[submodule "fpga-shells"]
|
[submodule "fpga-shells"]
|
||||||
path = fpga-shells
|
path = fpga-shells
|
||||||
url = https://github.com/sifive/fpga-shells
|
url = https://git.tiband.de/riscv/fpga-shells.git
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 9d02f530fc53e68fa952466d697509be70247fa2
|
Subproject commit e9625bf8ee21c467a8bb6df3f9304c17411c93b6
|
@ -10,8 +10,7 @@ import freechips.rocketchip.diplomacy._
|
|||||||
import sifive.blocks.devices.gpio._
|
import sifive.blocks.devices.gpio._
|
||||||
import sifive.blocks.devices.pinctrl.{BasePin}
|
import sifive.blocks.devices.pinctrl.{BasePin}
|
||||||
|
|
||||||
import sifive.fpgashells.shell.xilinx.vc707shell._
|
import sifive.fpgashells.shell.xilinx.ml507shell._
|
||||||
import sifive.fpgashells.ip.xilinx.{IOBUF}
|
|
||||||
|
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
// PinGen
|
// PinGen
|
||||||
@ -28,7 +27,7 @@ object PinGen {
|
|||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
|
|
||||||
class U500ML507DevKitFPGAChip(implicit override val p: Parameters)
|
class U500ML507DevKitFPGAChip(implicit override val p: Parameters)
|
||||||
extends VC707Shell
|
extends ML507Shell
|
||||||
with HasDebugJTAG {
|
with HasDebugJTAG {
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user