Digital System Design - Final Project Website

Source code - download link of VHDL files

Our project includes 5 VHDL files.

Projection (in powerpoint format)

All about our project. PPT.

Documentation (in microsoft word format)

All about our project. DOC.

Tester.vhd

Check if any errors or exceptions occur.

I2C_ALU.vhd

Top entity, connecting I2C and ALU, external link to master node.

SlaveIn.vhd

Receive SDA data and put them into ALU input.

SlaveOut.vhd

Send ALU output data to SDA, which will receive by master.

ALU.vhd

ALU, run arithmetics.