Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

FPGA Board Testing and Usage: A Step-by-Step Guide, Study Guides, Projects, Research of Programmable Logic Circuits

Instructions on testing and using an fpga board, including testing without and with the board, board parts, uploading files, connecting to a computer, and understanding inputs and outputs. It covers both xilinx simulators and the process of uploading bit files on windows and linux.

What you will learn

  • How do you upload a bit file to an FPGA board on Windows?
  • What are the steps for testing an FPGA board without it being connected?
  • What are the inputs and outputs of an FPGA board?
  • What is the process for uploading a bit file to an FPGA board on Linux?
  • How do you connect an FPGA board to a computer?

Typology: Study Guides, Projects, Research

2018/2019

Uploaded on 05/19/2019

akifuslu
akifuslu 🇹🇷

1 document

1 / 14

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
TESTING WITHOUT THE BOARD TESTING WITH THE BOARD BOARD PARTS UPLOADING FIL E TO THE BOAR D
CENG 232 - How to use the FPGA board
Middle East Technical University
Department of Computer Engineering
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe

Partial preview of the text

Download FPGA Board Testing and Usage: A Step-by-Step Guide and more Study Guides, Projects, Research Programmable Logic Circuits in PDF only on Docsity!

CENG 232 - How to use the FPGA board

Middle East Technical University

Department of Computer Engineering

XILINX - SIMULATING WITH A TEST BENCH

XILINX - CREATING A BIT FILE

XILINX - CREATING A BIT FILE

PARTS OF THE FPGA BOARD

HOW TO CONNECT FPGA BOARD TO COMPUTER

INPUTS AND OUTPUTS OF THE BOARD

I Switches, push buttons and the clock can be used as inputs.

I Leds and seven segment display can be used as a output.

I You should connect these parts carefully in your verilog

module with your inputs and outputs.

UPLOADING THE BIT FILE

I Is done via digilent adept.

I Digilent adept link

I Dowload both utilities and runtime executables.

I After installing, open the board (from the switches).

I Then upload the bitfile.

UPLOADING THE BIT FILE - LINUX

I Run the following command from the terminal.

I djtgcfg prog -d Basys2 -i 0 -f Board232.bit

AFTER THE UPLOAD

I The board will behave as you coded it in the verilog.

I To run it second time, you have to upload it again, it is

uploaded to board for only one usage.

I After you make the switch off, all the information will be

vanished from the board and you have to upload the bitfile

again.