Add SimDTM to list of extmodules

This commit is contained in:
Colin Schmidt
2019-03-01 18:52:41 -08:00
parent 9d505d6063
commit a10a6cca35

View File

@@ -84,7 +84,7 @@ sealed trait GenerateTopAndHarnessApp extends LazyLogging { this: App =>
private def harnessTransforms: Seq[Transform] = {
// XXX this is a hack, we really should be checking the masters to see if they are ExtModules
val externals = Set(harnessTop.get, synTop.get, "SimSerial")
val externals = Set(harnessTop.get, synTop.get, "SimSerial", "SimDTM")
Seq(
new ConvertToExtMod((m) => m.name == synTop.get),
new RemoveUnusedModules,