Merge remote-tracking branch 'origin/master' into firrtl-1.4-remove-clk-stuff

This commit is contained in:
abejgonzalez
2020-11-19 16:59:49 -08:00
2 changed files with 39 additions and 43 deletions

View File

@@ -216,7 +216,7 @@ sealed trait GenerateTopAndHarnessApp extends LazyLogging { this: App =>
// Execute top and get list of ExtModules to avoid collisions
val topExtModules = executeTop()
val externals = Seq("SimSerial", "SimDTM") ++ harnessTop ++ synTop
val externals = Seq("SimSerial", "SimDTM", "plusarg_reader") ++ harnessTop ++ synTop
val harnessAnnos =
tapeoutOptions.harnessDotfOut.map(BlackBoxResourceFileNameAnno(_)).toSeq ++