Merge remote-tracking branch 'origin/master' into firrtl-1.4-remove-clk-stuff
This commit is contained in:
@@ -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 ++
|
||||
|
||||
Reference in New Issue
Block a user