Skip to content

Commit

Permalink
read_sdc bug introduced by dbd95cc
Browse files Browse the repository at this point in the history
Signed-off-by: James Cherry <cherry@parallaxsw.com>
  • Loading branch information
jjcherry56 committed Feb 2, 2025
1 parent dbd95cc commit 988514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdc/Sdc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ proc_redirect read_sdc {
set prev_filename [info script]
try {
info script $filename
source_ $filename $echo $verbose
source_ $filename $echo 0
} finally {
info script $prev_filename
}
Expand Down

0 comments on commit 988514f

Please sign in to comment.