Skip to content

Commit 560b02f

Browse files
author
Oron Port
committed
belongs to last commit
1 parent 0422db3 commit 560b02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/DFHDLCommands.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ object DFHDLCommands {
131131
val (updatedState, _) = extracted.runInputTask(runMainTask, arguments, newState)
132132
newState = updatedState
133133
}
134-
for (tool <- verilogTools if existingTools.contains(tool); dialect <- verilogDialects if !skip.contains((tool, dialect)) {
134+
for (tool <- verilogTools if existingTools.contains(tool); dialect <- verilogDialects if !skip.contains((tool, dialect))) {
135135
val arguments = s" AES.top_CipherSim simulate -b $dialect -t $tool --Werror-tool"
136136
val (updatedState, _) = extracted.runInputTask(runMainTask, arguments, newState)
137137
newState = updatedState

0 commit comments

Comments
 (0)