diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2018-07-21 17:27:36 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2018-07-21 17:27:36 -0700 |
commit | ae6716b064c842f45109a88e84dca71fe4cc311f (patch) | |
tree | 6530a2ed9db8009c163a27a56fd34d20a9a36145 /src/opt/dau/module.make | |
parent | 24407e13db4b8ca16c3996049b2d33ec3722de39 (diff) | |
download | abc-ae6716b064c842f45109a88e84dca71fe4cc311f.tar.gz abc-ae6716b064c842f45109a88e84dca71fe4cc311f.tar.bz2 abc-ae6716b064c842f45109a88e84dca71fe4cc311f.zip |
Counting ones in truth table.
Diffstat (limited to 'src/opt/dau/module.make')
-rw-r--r-- | src/opt/dau/module.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/dau/module.make b/src/opt/dau/module.make index 190e30e4..9e89d732 100644 --- a/src/opt/dau/module.make +++ b/src/opt/dau/module.make @@ -1,5 +1,6 @@ SRC += src/opt/dau/dauCanon.c \ src/opt/dau/dauCore.c \ + src/opt/dau/dauCount.c \ src/opt/dau/dauDivs.c \ src/opt/dau/dauDsd.c \ src/opt/dau/dauEnum.c \ |