Gman33842016
Newbie level 1

Hi,
Can anybody gives some clue about how to write a filter description that only lets positive pulses of exactly 4 ns and 8 ns to pass through to the output??
It is something to do about inertial delay ?
The Structure of my code something like this
ENTITY b_filter IS
GENERIC (w1 : TIME := 4 NS; w2 : TIME := 8 NS);
PORT (x : IN BIT; y : OUT BIT);
END b_filter;
ARCHITECTURE behavioral OF b_filter IS
-------
BEGIN
------
END behavioral;
Thank you.
Can anybody gives some clue about how to write a filter description that only lets positive pulses of exactly 4 ns and 8 ns to pass through to the output??
It is something to do about inertial delay ?
The Structure of my code something like this
ENTITY b_filter IS
GENERIC (w1 : TIME := 4 NS; w2 : TIME := 8 NS);
PORT (x : IN BIT; y : OUT BIT);
END b_filter;
ARCHITECTURE behavioral OF b_filter IS
-------
BEGIN
------
END behavioral;
Thank you.