Tuesday, May 10, 2011

I2C Master Implementation in Verilog - Part 1

From today, I will post on my progress on writing an I2C Master implementation in Verilog on my Xilinx Spartan 3E FPGA board.
I will be using the I2C master to read time and date data from a Maxim DS1337 Real Time Clock.

I have used this particular RTC before for my senior design project, but I had simply used a preexisting library on an Arduino with the I2C implementations specific to the RTC.

Here is a list of references I have found that may be useful:

Whats next?...
  • Draw a flow chart mapping the design
  • Re-familiarize myself in the Xilinx ISE Suite

No comments:

Post a Comment