diff options
| author | azidar | 2015-08-19 17:12:52 -0700 |
|---|---|---|
| committer | azidar | 2015-08-19 17:12:52 -0700 |
| commit | 8eec7cf373bdf02f23164cd7bbf0d02354cbc31f (patch) | |
| tree | 5ec7391c81952d54ac00eff7921af73f786a4b32 /src/main/stanza/custom-passes.stanza | |
| parent | b98c942652e5f086ac7b6d777aac012b9bf23a8e (diff) | |
Check Neg UInt in the parser
Diffstat (limited to 'src/main/stanza/custom-passes.stanza')
| -rw-r--r-- | src/main/stanza/custom-passes.stanza | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/custom-passes.stanza b/src/main/stanza/custom-passes.stanza index ecd7aed1..30f0b6c5 100644 --- a/src/main/stanza/custom-passes.stanza +++ b/src/main/stanza/custom-passes.stanza @@ -3,7 +3,7 @@ defpackage firrtl/custom-passes : import verse import firrtl/ir-utils import firrtl/ir2 - import bigint + import bigint2 ;============ When Coverage ============= public defstruct WhenCoverage <: Pass : |
