Intellectual Property Related
Tutorials and books on Digital VLSI Design:-
- : by CEERI Pilani
- : Sung Mo Kang and Yusuf Leblebici.
- : by Weste and Harris
Important Books on digital system design and Verilog HDL:-
- : A very good book in learning Verilog.
- : A Springer Publication
- : by Morris Mano
- : by Stephen Brown.
- : by Charles H. Roth
Verilog Source Codes:-
- mux_tutorial: Mux realized in different programming styles of Verilog HDL.
- Combinational Circuits: Various Combinational circuits are realized in Verilog.
- Sequential Circuits: Various Sequential circuits are realized in Verilog.
- Memory Design: Verilog codes for memory blocks.
- System Architectures: Verilog codes for the various type of system architectures.
- FSM design: Verilog Codes for some FSM design examples
MATLAB Codes
- : To convert any floating data from Matlab to a fixed point binary equivalent in unsigned radix.
- : To convert any data that came from FPGA to real data to compare with Matlab results.
- : To convert any binary unsigned decimal data to hexadecimal data o load to FPGA. Floating data also can be directly converted to Hex data.
- : Implementation of DCT without Matlab inbuilt function which helps easy hardware implementation.
- : Test Design files where a pre-emphasis filter is implemented using Verilog in Vivado.
- : Matlab implementation of PCA.
- : Matlab implementation of Modified Gram-Schimdt Algorithm based QR Decomposition
- : Matlab mini-projects for ECE students.
- : How to implement digital filters on FPGA realized using SIMULINK.
