Wip
authorHenry Styles <hes@sifive.com>
Wed, 9 Aug 2017 17:45:16 +0000 (10:45 -0700)
committerHenry Styles <hes@sifive.com>
Mon, 14 Aug 2017 21:57:11 +0000 (14:57 -0700)
src/main/scala/devices/xilinxvc707mig/XilinxVC707MIG.scala

index 6776b2eaa69427e81e5e2ba09fce686fccb55d2d..728846193195a8b0c289623dad831a9526a95f7c 100644 (file)
@@ -22,7 +22,7 @@ class XilinxVC707MIG(c : XilinxVC707MIGParams)(implicit p: Parameters) extends L
   require((c.depthGB == 1) || (c.depthGB == 4))
 
   // Suppoted address map configuratons
-  val address = if(c.depthGB == 1) Seq(AddressSet(0x80000000L ,  0x80000000L-1))       //2GB   @ 2GB
+  val address = if(c.depthGB == 1) Seq(AddressSet(0x80000000L ,  0x40000000L-1))       //1GB   @ 2GB
                 else Seq(AddressSet(0x80000000L,   0x80000000L-1),       //2GB   @ 2GB
                          AddressSet(0x2080000000L, 0x80000000L-1))       //2GB   @ 130GB