| | |
Summary: 1
1
Memory and three-state Inference
2
Register inference
· Alows the use of sequential logic in designs
· Keep designs technology-independent.
· A register is a simple, 1-bit memory device, either a latch or a flip-flop.
· A latch is a level-sensitive memory device.
· A flip-flop is an edge-triggered memory device.
· For best results
Restrict each process to a single type of memory-element :
· latch
· latch with asynchronous set or reset
· flip-flop
· flip-flop with asynchronous reset
· flip-flop with synchronous reset.
Use templates
2
3
|