From 997fb0adf99813f5eb396fdc35026ee5c185445f Mon Sep 17 00:00:00 2001 From: Henry Cook Date: Wed, 11 Apr 2018 11:35:43 -0700 Subject: Cleaning up BlackBoxSourceHelper (#786) Create sources once per module, not once per instance Clean up writing the file list Don't prepend file list with '-v's (non-standard and not all verilog) Change file list file name (not all verilog) Use ListSets for determinism--- src/test/scala/firrtlTests/transforms/BlacklBoxSourceHelperSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/scala/firrtlTests/transforms/BlacklBoxSourceHelperSpec.scala b/src/test/scala/firrtlTests/transforms/BlacklBoxSourceHelperSpec.scala index 4c550c46..d102378f 100644 --- a/src/test/scala/firrtlTests/transforms/BlacklBoxSourceHelperSpec.scala +++ b/src/test/scala/firrtlTests/transforms/BlacklBoxSourceHelperSpec.scala @@ -59,7 +59,7 @@ class BlacklBoxSourceHelperTransformSpec extends LowTransformSpec { execute(input, output, annos) new java.io.File("test_run_dir/AdderExtModule.v").exists should be (true) - new java.io.File(s"test_run_dir/${BlackBoxSourceHelper.FileListName}").exists should be (true) + new java.io.File(s"test_run_dir/${BlackBoxSourceHelper.fileListName}").exists should be (true) } "verilog compiler" should "have BlackBoxSourceHelper transform" in { -- cgit v1.2.3