I was reviewing some code not so long ago, and noticed together with the owner of the code, that we had some timing problems. Part of the code looked something like that (Verilog): wire [127:0] a; wir… more →
Adventures in ASIC Digital Designelliotlovesperl wrote 3 weeks ago: Don’t put the implementation of your program in your program; put it in a module instead. Ther … more →
stianse wrote 4 weeks ago: I’m pleased to announce that Bazaar Style Checker 0.1.1 is now available. Get it at Launchpad. … more →
robertsv wrote 1 month ago: I like to define variables always outside the loop regardless whether variables are primites or obje … more →
bigendian wrote 5 months ago: *** This post belongs to http://bigendian.wordpress.com, all rights reserved *** I was working on a … more →
bigendian wrote 5 months ago: ***This post belongs to http://bigendian.wordpress.com. All rights reserved *** Consider the two cla … more →
stianse wrote 5 months ago: For some time ago I discovered this awesome code formatting tool called Uncrustify. I really believe … more →
bigendian wrote 5 months ago: Please note: The original url for this post is: http://bigendian.wordpress.com/ If you are reading t … more →
bigendian wrote 5 months ago: I happened across an interesting article about OpenXava today. OpenXava is a platform for Java Enter … more →
gnhurst wrote 8 months ago: I first came across the notion of using nested classes back in 2000 when I discovered Ruby. Some yea … more →
modeeb wrote 9 months ago: StyleCop for ReSharper has been released last week as a plugin for ReSharper to bring StyleCop code … more →
modeeb wrote 10 months ago: Although they are usually enforced by coding standards, and I strongly agree, I believe code comment … more →
Nir Dahan wrote 10 months ago: I was reviewing some code not so long ago, and noticed together with the owner of the code, that we … more →
Nir Dahan wrote 1 year ago: Multi clock domain designs are always interesting, but almost always hide some synchronization probl … more →
Nir Dahan wrote 1 year ago: We are usually very annoyed when the team leader insists on code restructuring and hierarchical desi … more →
triaslama wrote 1 year ago: Sometimes programming its just the matter of style, I am not generalize but often I found that we ca … more →
stianse wrote 1 year ago: There have been countless discussions on whether you should use tabs or spaces to indent your code. … more →
Nir Dahan wrote 1 year ago: Almost each library has enable flip-flops included. Unfortunately, they are not always used to their … more →
bunicul wrote 1 year ago: The way you write a code is very important (at least from my point of view) because it has to be … more →
Nir Dahan wrote 1 year ago: I get a lot of emails from readers from all over the world. Many want me to help them with their lat … more →