7-HDMI continued

I’m designing an HDMI transmitter. I often refer to XIlinx’s designs of the HDMI for demonstration on Spartan3 and Spartan6. The application notes for these two designs are very helpful especially the Spartan3 design. Moreover the coding itself is easy to understand. Here is the two application notes : for spartan 3 XAPP460 and for Spartan6 XAPP495 and here is the design files XAPP460 and XAPP495. You need to register with Xilinx’s website to be able to download the design Read more…

6- Hello HDMI !!

The task at hand this week is to design an HDMI transmitter. I gotta admit it this is the most interesting project yet. HDMI is this cable that you connect between your computer and HD Display and magically high quality audio and video appears on that display. Of course it’s not only the cable but the whole system that takes audio and video data from your output device and delivers it to your display on time and without the need Read more…

http://www.sxc.hu/photo/1159613

Week 0100

The last week wasn’t that productive, although I still learned a lot, mainly theory, about different hashing techniques. Did you know what are “nothing up my sleeve numbers” or Chaitin-Kolmogorov random numbers? Anyway, after looking more closely at the MD5 algorithm and consultation with my boss, we decided in the middle of the week that I should rather focus on SHA1 algorithm for now. The reason is simple, the later seems to be more implementation friendly and require less memory Read more…

Week 0011

Miracle! The design we’ve been working on in the previous week works perfectly! Honestly speaking the main merit goes to my colleagues, as their part was more crucial (mine was just a wishbone master sending some 8-bit combinations through switches), but still, I feel relieved. Funny, I’m pretty sure I wouldn’t believe if someone had told me few years ago that the sight of blinking LEDs would make me happy. There is a short video and some more detailed explanation Read more…

http://www.sxc.hu/photo/1159613

RS 232 rx

This week i finished up writing the code for the receiver uart. My design includes a transmission register, a state register,  a status register and a few counters. This was the first time, I was using a finite state machine in my design.  My design would wait for a start bit and receive the bits with respect to a count that is a parameter.  When it is time to sample the stop bit, the design would indicate if there was Read more…

My 2nd week at AESTE

They say the first week is always the hardest. At the start of my second week, I was supposed to get the computer to read and write into an SD card by programming the PIC18F8722. After being on the receiving end of the massive scolding last week, I was being very fearful of getting it again and I guess the fear really hampered my thoughts and I wasted one day looking completely at the wrong direction in trying to find Read more…

New Kid on the ‘Blog’

This is going to be my first weekly blog post at Aeste! I just joined this company as intern. As for the first week of my internship, Shawn asked me to study Git and do some C programming tutorials just to make sure that my understanding of the C language is decent enough to study the Linux Kernel which will be one of the main tasks during my internship here. Git is a version control tool to keep track of Read more…

Our Summer Interns

There were over two hundred applicants for our summer internship places this year. There was a stringent screening process and in the end, we have nine interns for the summer. We have a really good mix of summer interns this year. Our nine interns are working on various aspects of our new product, from chip-design through to web-application development. In terms of alma maters, we have five of whom are studying at some of the top universities in the world Read more…

Week 5: SPI done!

So it has been 2 weeks since the last time I’ve blogged and a lot have happened since then. Today we just finished the design and testing of the SPI peripheral device. That includes an SPI Master and slave that are wishbone compatible and a dummy master to test those two devices. We have tested the design using simulation and by implementing it on 2 FPGA boards connected together through SPI signals. Don’t get too excited reading the above statement Read more…

SPI Finishing

On my fifth week here, I finished up the SPI that was compatible with the Wishbone bus. I was able to have it working for the four modes of the SCLK. I had to make many changes to the design because I did not have the right idea of the SPI’s functionality to begin with. My colleague Mostafa and my boss Shawn took some time to explain to me several issues regarding my MISO and and how similar the four Read more…