K
kollosse
Guest
Salve,
Ho il seguente problema (ABEL XST VHDL) ISE 4.2.Dichiarazioni
CLK pin 5;
d0 pin 27 istype 'reg';
d1 pin 26 istype 'reg';
d2 pin 25 istype 'reg';
d3 pin 24 istype 'reg';
count = [d3, d2, d1, d0];
Equazioni
count.CLK = clk;<img src="http://www.edaboard.com/images/smiles/icon_question.gif" alt="Domanda" border="0" /><img src="http://www.edaboard.com/images/smiles/icon_question.gif" alt="Domanda" border="0" /><img src="http://www.edaboard.com/images/smiles/icon_question.gif" alt="Domanda" border="0" />/ / Come posso id questo?
QUANDO (clk aumento bordo)
e poi
count = count 1;
grazie
Johann
Ho il seguente problema (ABEL XST VHDL) ISE 4.2.Dichiarazioni
CLK pin 5;
d0 pin 27 istype 'reg';
d1 pin 26 istype 'reg';
d2 pin 25 istype 'reg';
d3 pin 24 istype 'reg';
count = [d3, d2, d1, d0];
Equazioni
count.CLK = clk;<img src="http://www.edaboard.com/images/smiles/icon_question.gif" alt="Domanda" border="0" /><img src="http://www.edaboard.com/images/smiles/icon_question.gif" alt="Domanda" border="0" /><img src="http://www.edaboard.com/images/smiles/icon_question.gif" alt="Domanda" border="0" />/ / Come posso id questo?
QUANDO (clk aumento bordo)
e poi
count = count 1;
grazie
Johann