Skip to content

Commit

Permalink
fix number of argument of $clog2 system function
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Jan 4, 2025
1 parent 40980c7 commit 1112760
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 1112760

Please sign in to comment.