Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sustrak committed Jun 25, 2023
2 parents db7f6aa + f9015bf commit 23258d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ast/symbols/ValueSymbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ bool ValueDriver::isInAlwaysFFBlock() const {
bool ValueDriver::isInAlwaysLatchBlock() const {
return containingSymbol->kind == SymbolKind::ProceduralBlock &&
containingSymbol->as<ProceduralBlockSymbol>().procedureKind ==
ProceduralBlockKind::AlwaysLatch;
ProceduralBlockKind::AlwaysLatch;
}

SourceRange ValueDriver::getSourceRange() const {
Expand Down

0 comments on commit 23258d2

Please sign in to comment.