Photo by Charles Deluvio 🇵🇭🇨🇦 on Unsplash

One step closer

Fourth week of internship. As Dr Shawn advised me to modify the repository, I had to study the code carefully so that I could be able to generate a correct top level verilog file for synthesis. To do so, it was crucial to understand std::map, as most of the important Read more…

Flexibility in Naming

This week, I made a documentation about naming convention. I learned the importance of documentation and communication because it ensures a smooth workflow of project and it helps someone in the future to understand the concept quickly and continue working on it. Other than that, I study wishbone and learn Read more…

C++ and Boost Regex

Well, this week I have finally completed some tasks, although it’s a slow progress, but I’m satisfied with myself. FYI, I had numerous encounters with pointer and addresses. In one of my tasks, I had to assign preset addresses to an object. Usually, once we declare a variable the address Read more…

Navigation of a Webpage

Understanding Internal path To make the web application of the certificate process navigate and redirect between pages and application within the whole web page, I referred to one of the project that have been done by Shawn and discover a new structure of the application. Previously I have applied the Read more…

C++11 Regular Expressions

Part of our project requires the use of regular expressions, which are now a part of the C++11 standard. However, getting things working was not completely straight-forward. All our development machines are running Ubuntu 14.04 LTS and we are using CLANG as our default compiler. Every C++11 regular expression example Read more…