Solve Ax=b on FPGA

Field Programmable Gate Array (FPGA) have been develop as the times go on. It uses hardware description language and this can be easily done. One of the scientific computation is solving linear equation system. Linear system equation is commonly use nowadays. It is up to n equation solving n unkn...

Full description

Saved in:
Bibliographic Details
Main Author: Chan, Xue Ying
Other Authors: Ling Keck Voon
Format: Final Year Project
Language:English
Published: 2017
Subjects:
Online Access:http://hdl.handle.net/10356/71811
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Field Programmable Gate Array (FPGA) have been develop as the times go on. It uses hardware description language and this can be easily done. One of the scientific computation is solving linear equation system. Linear system equation is commonly use nowadays. It is up to n equation solving n unknown. Therefore, there is different methods to solve linear algebra. The main objective of this project is to solve linear algebra, Ax=b, on FPGA board. Due to FPGA hardware resources is limited, it is our duty to design a most effective way of solving. This mean that the size of FPGA can be smaller with speed as fast as possible.