1
0

First cut at refactoring unittests into a top-level utility. Individual tests co-located with their DUT. No functional changes.

This commit is contained in:
Henry Cook
2016-09-13 15:37:29 -07:00
committed by Howard Mao
parent dfd6bfb454
commit 7dd4492abb
24 changed files with 353 additions and 364 deletions

View File

@ -3,7 +3,7 @@ package uncore.tilelink2
import Chisel._
import chisel3.util.LFSR16
import junctions.unittests._
import unittest._
class IDMapGenerator(numIds: Int) extends Module {
val w = log2Up(numIds)