Hi,
There are already many inbuilt examples in XILINX webpack. You can used Modelsim Xilinx Starter (Free edition from XILINX) to simulate those projects and get some feelings.
if you have any further question just ask
mptech
Hi friends,
I need to detect a clock signal and want to generate a flag for following circuit.
My requirement is like:
1. when there is a clock signal the flag should set to 0
2. when there is no clock signal then flag should set to 1.
I tried to lots of method but have a problem with clock...
better to separate all bits of logic_vector like below and give to std_logic output:
tmp1<= MUX_SEL(0);
tmp2<=MUX_SEL(1);
and so on;
thus you will get all bits of logic_vector as separated std_logic.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.