Fixes test for CI
This commit is contained in:
@@ -32,7 +32,7 @@ trait TapeoutCli {
|
||||
parser.note("Tapeout specific options")
|
||||
|
||||
Seq(
|
||||
OutAnnoAnnotation,
|
||||
OutAnnoAnnotation
|
||||
).foreach(_.addOptions(parser))
|
||||
}
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ class GenerateSpec extends AnyFreeSpec {
|
||||
val targetDir = "test_run_dir/generate_spec"
|
||||
generateTestData(targetDir)
|
||||
|
||||
GenerateTop.main(
|
||||
GenerateModelStageMain.main(
|
||||
Array(
|
||||
"-i",
|
||||
s"$targetDir/GenerateExampleTester.fir",
|
||||
|
||||
Reference in New Issue
Block a user