We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7def41c commit f9dc12eCopy full SHA for f9dc12e
logic/doc.go
@@ -1,7 +1,8 @@
1
// Copyright 2016 The Gini Authors. All rights reserved. Use of this source
2
// code is governed by a license that can be found in the License file.
3
4
-// Package logic provides representation of Boolean combinational and sequentiallogic.
+// Package logic provides representation of Boolean combinational and sequential
5
+// logic.
6
//
7
// Package logic uses a standard AIG (and-inverter graph) to represent combinational
8
// circuits. They are simplified using simple rules and structural hashing,
0 commit comments