Posted by Hanly on Oct 18, 2010 in Blog, Code, Sample Work | 0 comments
Behavioral Verilog is the most abstract style of Verilog code. The code looks very similar to C, but one has to remember that in hardware operations occur in parallel, and everything is running at once.
This sample register file will be a 16 entries by 8-bits per entry. It will have 2 synchronous write ports, and an asynchronous read port as well as an active low asynchronous reset.
...
read more
Posted by Hanly on Oct 10, 2009 in Blog, Computer Engineering, Computer Science, Sample Work | 7 comments
A week ago, for my mobile device programming class, I had to add text-to-speech and speech-to-text capabilities to a freely available Android program called Twitta. The features I added were very crudely superimposed on the Twitta interface, therefore this edit is by no means polished or intended for production usage.
There are 3 button “S”, “X”, and “R”....
read more
Posted by Hanly on Dec 22, 2008 in Sample Work | 0 comments
These are PDF files upwards of 30 MB, please use a high speed connection when viewing.
Capstone Project (Upgrade High School’s Network Infrastructure)
This is a project my friend, Stacie Gonzalez and I started in order to bring attention to the deplorable condition of the network at our high school (Miami Lakes Educational Center). We initially started it as a letter and petition to the...
read more