Final Project 6 Submission

Slides:



Advertisements
Similar presentations
Xilinx 6.3 Tutorial Integrated Software Environment (ISE) Set up basic environment Select Gates or Modules to Be simulated (Insert Program Code) Run Waveform.
Advertisements

 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
How to Submit an Assignment after the Due Date. Click on “Courses” Tab.
Microprocessor Simulation
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
How to install the Zelle graphics package
Computational Methods for Management and Economics Carla Gomes Module 4 Displaying and Solving LP Models on a Spreadsheet.
A Visual Introduction to PC SAS. Start SAS by double-clicking on the SAS icon...
1 Introduction to Programming Environment Using MetroWerks CodeWarrior and Palm Emulator.
Engaged with you. KeyBoarding Pro Deluxe ONLINE Getting Registered COURSE NAME.
Spring Introduction  Today’s tutorial focuses on introducing you to Xilinx ISE and Modelsim.  These tools are used for Verilog Coding Simulation.
MS Excel Introduction Short Course Warilla High School April 2008.
1 Chapter 1 Introduction to Java. 2 History of Java Java Originally for _________________________ devices Then used for creating Web pages with __________________________.
Logic Consolidator Quick Start Guide. Logic Consolidator Easy way to demonstrate cost savings with CPLD – Shows worst case scenario Device size Cost of.
PowerTeacher with Web Grade Book Semester Classes School Year August 2012.
EXAM-2 OVERVIEW Aliya Farheen
ISU Basic SAS commands Laboratory No. 1 Computer Techniques for Biological Research Animal Science 500 Ken Stalder, Professor Department of Animal Science.
How do I export the Address Book to Excel? The first step is to go to "Address Book Report" under Admin Only menu Choose the fields you want. note that.
IDLE An IDE for Python bundled with the program release Click on IDLE (Python GUI) in the Start menu under the Python program group  Get the IDLE Python.
Labview Introduction Writing and Saving your first program.
 Please take out your assigned laptop and log in.  Take out a notebook.  Go to  Make sure you have your flash drive.
Nvflash bios update SOP. Click to edit Master title style 3 1.Copy GTX 960 oc mode bios and windows flash tool into disk 2.Run cmd.exe from start menu.
1 Project 2: Using Variables and Expressions. 222 Project 2 Overview For this project you will work with three programs Circle Paint Ideal_Weight What.
Teaching Digital Logic courses with Altera Technology
1) the value you want to look up Vlookups are really easy......just remember you need 4 things: 2) The table range you want to look up to 3) The column.
Transcript Upload. After logging In From the Home page You can click …”View My Transcripts”
Steps to fill 2 nd semester main exam form Presentation of.
Run-Length Encoding Project (RLE)
Tutorial for Modelsim 1 Installation Download the Modelsim Student Edition: Follow the.
T3/Tutorials: Data Submission Uploading genotype experiments
T3/Tutorials: Data Submission
T3/Tutorials: Data Submission
Introduction to Vivado
GBT-FPGA 120 MHz Modification Status
Lab 1: Using NIOS II processor for code execution on FPGA
European Computer Driving Licence
Eform Generator.
Ariba Contracts: Initiate eSignature
PRU-ICSS Programming with CCS
Website operation instructions for applicants
14-BIT, 125MHz ADC Module Pedestal Subtraction Mircea Bogdan
Latches and Flip-flops
Example Best and Median Results
How to Import an Excel File
CREATING POWERPOINT PRESENTATIONS
QUARTUS II Version 9.1 service pack 2
1. Open Visual Studio 2008.
Inovonics Wireless Corporation
Final Testbench: tb_final_shp.sv
Plant Life Cycle By To insert this slide into your presentation
Monster.com: An Introduction
Step 3: You will see this page
You can please some of the people some of the time…
Following window will open .Fill all details and send request
To insert this slide into your presentation
European Computer Driving Licence
To insert this slide into your presentation
You can't build a reputation on what you're going to do.
EECE.3170 Microprocessor Systems Design I
To insert this slide into your presentation
To insert this slide into your presentation
Move this box to see the hints (there are two hints for this code)
You can please some of the people some of the time…
Previously, we discussed about “prototyping” code for SHA1 and SHA256
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
To insert this slide into your presentation
PARENT & STUDENT MUST COMPLETE
Presentation transcript:

Final Project 6 Submission Put following files into (LastName, FirstName)_(LastName, FirstName)_finalproject.zip summary.xlsx super_hash_processor.sv transcript.txt message.txt super_hash_processor.flow.rpt super_hash_processor.sta.rpt Submit by 11:59 pm Tue 6/13, BUT don’t submit before 8 am Tue 6/13.

summary.xlsx See summary.xlsx template provided If you worked alone, just fill out one row If you just have one set of results, write “same” for “MIN AREA*DELAY DESIGN” Spreadsheet already contains calculation fields: e.g. Area = #ALUTs + #Registers. Please use them. Make sure to use Arria II GX EP2AGX45DF29I5 device Make sure to use Fmax for Slow 900mV 100C Model Make sure to use FINAL TOTAL NUMBER OF CYCLES

super_hash_processor.sv If you have two designs, name the second source code file super_hash_processor2.sv.

transcript.txt Copy of the ModelSim simulation results. Just need simulation results for tb_final_shp.sv. After you run the “run –all” command, you can save your transcript by going to the “File” menu and clicking on “save transcript as”. Transcript file will contain the history of all commands used in the current modelsim session. You can clear the current transcript by going to the “Transcript” menu on the GUI and clicking “Clear”. Use FINAL TOTAL NUMBER OF CYCLES for your cycle count. If you have two designs, name the second source transcript file transcript2.txt.

message.txt Copy of the Quartus compilation messages. You can save the messages by “right-clicking” the message window and choosing “save message” IMPORTANT: Make sure that are no warnings about “latches” or “inferred latches”. If you have two designs or two synthesis results, name the second source message file message2.txt.

super_hash_processor.flow.rpt Copy of the flow report with area numbers. Make sure to use Arria II GX EP2AGX45DF29I5 device IMPORTANT: Make sure Total block memory bits is 0. If you have two designs or two synthesis results, name the second source flow rpt super_hash_processor2.flow.rpt.

super_hash_processor.sta.rpt Copy of the sta (static timing analysis) report. Make sure to use Fmax for Slow 900mV 100C Model IMPORTANT: Make sure “clk” is the ONLY clock. If you have two designs or two synthesis results, name the second source flow rpt super_hash_processor2.sta.rpt