Search:   

VHDL Switch Model 

 
Have you ever tried to model a bidirectional switch in VHDL ? Since drivers in VHDL are unidirectional the task can become quite challenging. ... [Read More]
[ add comment ] ( 435 views ) permalink ( 3 / 365 )
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 )
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 )
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 )

| 1 | 2 |