Search:   

Cross Module Signal Referencing in VHDL 

 
If you have been doing hardware design using Verilog and/or VHDL, and use VHDL to build testbench, I think you will agree with me, that it is nice if you can refer to any signal in any module beneath the testbench module similar to what Verilog can do. ... [Read More]
[ add comment ] ( 480 views ) permalink ( 3 / 399 )
Playing Midi Files in Linux Firefox 

 
Recently I have been working mostly on Linux at home rather than Windows, so I have been browsing mostly using Linux Firefox and I found out that it does not play web embedded midi by default. Well at least in my configuration. ... [Read More]
[ add comment ] ( 1635 views ) permalink ( 3 / 388 )
Fixed Point Arithmetic 

 
It is always said that dealing with floating point numbers is slow. So slow that if precision can be compromised and speed is more important, programmers will use integers instead. Integers ? yes ! But how will you deal with fractions then ? The answer is fixed point arithmetic. ... [Read More]
[ add comment ] ( 357 views ) permalink ( 3 / 300 )
Microsoft Word 2003 and Typing on Selection Behaviour 

 
I selected a range of text to replace in Microsoft Word 2003, and then started typing. But instead of the selected text replaced with the newly typed text, the selection was just cancelled and what I typed was inserted. Well, certainly I did not expect this to happen. Curious with what was happening, I selected again and hit backspace. What I expect was, the selected text should go away but they didn't ! ... [Read More]
[ add comment ] ( 303 views ) permalink ( 3 / 263 )
How to Compute the Reciprocal of A Value 

 
Have you ever thought how your calculator computes the result when you press the "1/x" button ? and have you ever thought how your computer computes the reciprocal ? ... [Read More]
[ add comment ] ( 311 views ) permalink ( 3 / 240 )
Displaying Math in Web Page 

 
I was about to post an algorithm which requires me to describe it with several math formulas, but then I was stuck since there is no easy and reliable way to display math in web pages using the HTML/CSS alone. ... [Read More]
[ add comment ] ( 491 views ) permalink ( 2.9 / 253 )

<Back | 1 | 2 |