u500: disable PCIe
[freedom-sifive.git] / src / main / scala / unleashed / u500vc707devkit / FPGAChip.scala
index 9ac76678e0e6a19879b455621468272eea5247b9..056610f0970d13fca83583023154c2698fef8ca5 100644 (file)
@@ -29,7 +29,6 @@ object PinGen {
 
 class U500VC707DevKitFPGAChip(implicit override val p: Parameters)
     extends VC707Shell
-    with HasPCIe
     with HasDDR3 {
 
   //-----------------------------------------------------------------------
@@ -48,7 +47,6 @@ class U500VC707DevKitFPGAChip(implicit override val p: Parameters)
     connectDebugJTAG(dut)
     connectSPI      (dut)
     connectUART     (dut)
-    connectPCIe     (dut)
     connectMIG      (dut)
 
     //---------------------------------------------------------------------