Guest
Hi
Im trying to model a buffer in VHDL but am unable to do so...
I have a signal A and I want to generate a signal B which is nothing
but A delayed by 2 seconds.
i.e B <= A after 2 ns;
But the above way does not work as I do not see anything on B.
When A (widht of A) is high for 1ns , then B is 0 but if I increase the
width of A to 3ns then I am able to see B with a delay of 2 ns
Please suggest some way
Im trying to model a buffer in VHDL but am unable to do so...
I have a signal A and I want to generate a signal B which is nothing
but A delayed by 2 seconds.
i.e B <= A after 2 ns;
But the above way does not work as I do not see anything on B.
When A (widht of A) is high for 1ns , then B is 0 but if I increase the
width of A to 3ns then I am able to see B with a delay of 2 ns
Please suggest some way