Enlightenment

This makes my 11th week with Aeste. I started off by implementing the generation of the RNG key which is to be read from the flash and performing even more trials to make sure it works exactly the way I believed it did, which Dr. Shawn stressed. Because most interns including myself half-ass everything Read more…

PostgreSQL

I start this week by working with PostgreSQL which is a new thing for me. I have to learn how to use it first before I start.  So basically this week I try to familiarize myself with PostgreSQL and doing some SQL commands to solve fix the bug. But in Read more…

WISHBONE

For this week, I work on instantiating the modules. Each signals’ name need to be the same as object’s name. For example, a signal named ‘ack_i’ should have an output like ‘B1_ack_i’ as ‘B1’ is the object name. This is achieved by using substring in an AUTO_TEMPLATE. Then I make Read more…