A few Things I didnt know about VHDL

I know the title sounds like a Buzzfeed article...and number 7 will blow your mind!

The more I read code, the more I see interesting ways people write code. Some are good, some are bad, but mostly you come across these because some tool fails to parse or synthesize ...

more ...

Practical Use of Types in VHDL

Types and subtypes are widely used in VHDL to organise your code and data.

So what prompted me to write about types? A colleague showed me some of his code that was using types in a way that I hadnt realized possible before. At that point I realized it was ...

more ...