Difference between revisions of "MASC"

From Vlsiwiki
Jump to: navigation, search
(Synthesis Setup)
(Repositories)
 
(15 intermediate revisions by 4 users not shown)
Line 4: Line 4:
  
 
* [[MASC/conferences/isca11|ISCA 2011]]
 
* [[MASC/conferences/isca11|ISCA 2011]]
 +
 +
==Pyrope==
  
 
==Repositories==
 
==Repositories==
Line 18: Line 20:
  
 
==Students==
 
==Students==
 
* [[Desktop Setup]] Instructions to setup your desktop
 
  
 
* [[MASC/Conference_Tiering | Conference Tiering]]
 
* [[MASC/Conference_Tiering | Conference Tiering]]
 
* [[MASC/cmpe280p/Fall_2011|CMPE 280P Seminar - Fall 2011]]
 
  
 
* [[MASC/cmpe280p|CMPE 280P Seminar]]
 
* [[MASC/cmpe280p|CMPE 280P Seminar]]
Line 35: Line 33:
 
==Synthesis Setup==
 
==Synthesis Setup==
  
MASC uses a unified compilation environment which requires the use of the command rake to synthesize designs.
+
* [[Synthesis Setup|Synthesis Setup]]
To synthesize your design follow the steps below:
+
 
+
Step 1:  Create a directory, preferably named the same thing as your design top level. 
+
 
+
        For example if my design is named alu,
+
        I would create a directory by the name of alu.
+
 
+
Step 2:  Create an rtl directory inside the design directory. 
+
 
+
        For example alu/rtl
+
 
+
Step 3:  All design rtl should reside in the rtl directory.
+
 
+
        For example alu/rtl/alu.v  alu/rtl/alu_mem.v alu/rtl/alu_fifo.v
+
 
+
Step 4:
+
  
 
==Testbenching==
 
==Testbenching==
Line 62: Line 44:
  
 
* [[VPI_DEBUG|VPI C++ Testbench (ATC) Debugging with GDB]]
 
* [[VPI_DEBUG|VPI C++ Testbench (ATC) Debugging with GDB]]
 +
 +
* [[Profiling]]
  
 
==LEON / Nallatech==
 
==LEON / Nallatech==

Latest revision as of 19:44, 9 October 2015

Micro Architecture Santa Cruz wiki projects.

Conferences

Pyrope

Repositories

  • ESESC Superscalar Simulator
  • SCOORE Santa Cruz Out-of-Order Risc Engine
  • MTHD Multitouch Hardware Description
  • Gource Software Version Control Visualization

Students

  • VIM Tips, tricks, and shortcuts

Synthesis Setup

Testbenching

LEON / Nallatech

  • LEON 3 Complete Place and Route of LEON 3 Core on XC 5VFX130T