Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
scratch:start [2020/06/16 23:30]
prafull
scratch:start [2020/12/02 01:00] (current)
Line 4: Line 4:
  
 ====== Basic circuits ====== ====== Basic circuits ======
-    - A simple inverter +    - [[tutorial 1 - A simple inverter]] covering (production rules, prs block, defproc incl. in/out, instantiation, aflat and prsim) 
-    - More combinational gates+    - [[tutorial 2 - 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 16: Line 16:
     - Buffers     - Buffers
     - QDI ripple-carry adder     - QDI ripple-carry adder
-    - +    - QDI FIFO
  
 ====== Circuit design ====== ====== Circuit design ======
Line 23: Line 23:
     - Generating spice [[netlist|netlist]] and simulation with [[https://xyce.sandia.gov/about_xyce/index.html|Xyce]]     - Generating spice [[netlist|netlist]] and simulation with [[https://xyce.sandia.gov/about_xyce/index.html|Xyce]]
     - Spice simulation (details)     - Spice simulation (details)
-    - +    - Reset, power supply, and prs attributes
  
 ====== Physical design ====== ====== Physical design ======