Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| std:gates [2026/03/18 11:15] – rajit | std:gates [2026/03/18 11:22] (current) – rajit | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Namespace std::gates ====== | ====== Namespace std::gates ====== | ||
| - | This namespace contains a collection of gates that are commonly used in digital design. | + | The namespace |
| + | <code act> | ||
| + | export template< | ||
| + | </ | ||
| + | This is an N-input OR tree constructed using a mixture of two and three input gates. If the '' | ||
| + | <code act> | ||
| + | export template< | ||
| + | </ | ||
| + | This is an N-input AND tree constructed using a mixture of two and three input gates. If the '' | ||
| + | |||
| + | <code act> | ||
| + | export template< | ||
| + | </ | ||
| + | This is an N-input completion tree (C-element tree) constructed using a mixture of two and three input gates. If the '' | ||