Skip to content

Commit

Permalink
More BlackBoxSourceHelper cleanup adaptation (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl authored May 14, 2018
1 parent b1a69a7 commit 08664f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/chisel3/iotesters/PeekPokeTesterUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private[iotesters] object verilogToIVL {
moreIvlFlags: Seq[String] = Seq.empty[String]): Seq[String] = {

val blackBoxVerilogList = {
val list_file = new File(dir, firrtl.transforms.BlackBoxSourceHelper.FileListName)
val list_file = new File(dir, firrtl.transforms.BlackBoxSourceHelper.fileListName)
if(list_file.exists()) {
Seq("-f", list_file.getAbsolutePath)
}
Expand Down

0 comments on commit 08664f0

Please sign in to comment.