1
0

Get rid of NASTI memory interconnects

These were made for a previous Hurricane tapeout, but we are now doing
all of the memory routing in TileLink, so they are no longer needed.
This commit is contained in:
Howard Mao
2016-09-27 13:13:22 -07:00
parent 7d93fd3bfc
commit c77c244016
3 changed files with 0 additions and 275 deletions

View File

@ -12,7 +12,6 @@ class WithJunctionsUnitTests extends Config(
case rocket.XLen => 64
case UnitTests => (p: Parameters) => Seq(
Module(new junctions.MultiWidthFifoTest),
Module(new junctions.NastiMemoryDemuxTest()(p)),
Module(new junctions.HastiTest()(p)))
case _ => throw new CDEMatchError
})