Tutorial¶
- Trees [structures that generate one bit of the result]
- Setup (RUN ME before executing any code in this section)
- Generating a classic structure [LEGACY]
- How many possible trees are there?
- What do all of these trees look like?
- How do I get the tree that I want?
- Okay, I have a tree. How do I make it faster?
- Okay, now how do I make a tree more power-efficient? Or smaller?
- Forests [structures that generate the entire result]
- Setup (RUN ME before executing any code in this section)
- Generating a classic structure [LEGACY]
- How many possible forests are there?
- What do these forests look like?
- How do I get the forest that I want?
- Okay, I have a forest. How do I make it faster?
- Okay, now how do I make a forest more power-efficient? Or smaller?
- What about fan-out decoupling / buffer insertion?