Git Product home page Git Product logo

amba_axi3's Introduction

The folder organization is as follows:

ECE571_Final_Project.zip
	|
	|---- README.txt
	|
	|---- AXI_Protocol_Report.pdf
	|	- It contains our presentation.
	|
	|---- AXI_Protocol
	|	|
	|	|
	|	|---- Design and Verification
	|	|	|
	|	|	|---- axi_Assertions.sv
	|	|	|
	|	|	|---- axi_driver.sv
	|	|	|
	|	|	|---- axi_env.sv
	|	|	|
	|	|	|---- AXI_Interface.sv
	|	|	|
	|	|	|---- AXI_Master.sv
	|	|	|
	|	|	|---- axi_monitor.sv
	|	|	|
	|	|	|---- axi_scoreboard_update.sv
	|	|	|
	|	|	|---- AXI_slave.sv
	|	|	|
	|	|	|---- axi_testcase.sv
	|	|	|
	|	|	|---- axi_top.sv
	|	|	|
	|	|	|---- AXI_top_design.sv	
	|	|
	|	|---- Emulation
	|	|	|
	|	|	|---- AXI_Interface.sv
	|	|	|
	|	|	|---- AXI_master.sv
	|	|	|
	|	|	|---- AXI_slave.sv
	|	|	|
	|	|	|---- AXI_top_design.sv
	|	|	|
	|	|	|---- Makefile
	|	|	|
	|	|	|---- run.do
	|	|	|
	|	|	|---- veloce
	|	|	|
	|	|	|---- view.do	
	|	|
	


Compilation/Simulation instructions:

For Task 1) Verification

1) Extract the contents of .zip file.
2) Create a new project in Questasim.
3) Add the files from Design and Verificatiion/ directory to the project.
4) Change the path of files those are `include in the modules.
4) Right click on Project window and select Compile all (All files are compiled successfully).
5) Go to the library window and open the work library(work is a by default name).
6) Right click on the testbench file(top.sv) and select the Simulate option.
7) After clicking on Simulate a sim window opens. Right click on the top file (top) and intf and select AddWave option.
8) The Wave window opens and all the signals are added to the wave.
9) Run the simulation and check the waveforms.


For Task 2) Emulation
1) Copy files into veloce login
2) Check if you have rwx permissions for all the files.
3) The terminal navigate to the directory where the files are present,and enter "make" command.
4) If you want to give other inputs and verify the design, make changes in run.do
5) Add all the input output signals in the timing setup while setting the clock.

amba_axi3's People

Contributors

yvnr4you avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.