Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
scratch:start [2020/05/18 01:22] prafull |
scratch:start [2020/12/02 01:00] (current) |
||
---|---|---|---|
Line 4: | Line 4: | ||
====== Basic circuits ====== | ====== Basic circuits ====== | ||
- | - A simple inverter | + | |
- | - More combinational gates | + | |
- Creating [[namespace|libraries and namespaces]] | - Creating [[namespace|libraries and namespaces]] | ||
- [[bestpractices|Best practices]] for organizing a complex project | - [[bestpractices|Best practices]] for organizing a complex project | ||
Line 15: | Line 15: | ||
- Dual rail logic gates | - Dual rail logic gates | ||
- Buffers | - Buffers | ||
+ | - QDI ripple-carry adder | ||
+ | - QDI FIFO | ||
====== Circuit design ====== | ====== Circuit design ====== | ||
Line 21: | Line 23: | ||
- Generating spice [[netlist|netlist]] and simulation with [[https:// | - Generating spice [[netlist|netlist]] and simulation with [[https:// | ||
- Spice simulation (details) | - Spice simulation (details) | ||
- | - | + | - Reset, power supply, and prs attributes |
====== Physical design ====== | ====== Physical design ====== | ||
+ | - Configuration file | ||
+ | - Layout generation from netlist, Magic | ||
+ | - DRC, LVP | ||
+ | - Extraction and spice simulation | ||
+ |