Skip to content

Commit

Permalink
Merge pull request #14 from taichi-ishitani/fix_call_of_clog2
Browse files Browse the repository at this point in the history
Fix number of argument of `$clog2` system function
  • Loading branch information
dalance authored Jan 4, 2025
2 parents 40980c7 + 1112760 commit 52e5ad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ package PackageA {
module ModuleA {
let _a: logic = PackageA::FunctionA(1, 1);
let _b: logic = $clog2(1, 1);
let _b: logic = $clog2(1);
}
```

0 comments on commit 52e5ad8

Please sign in to comment.