Digital Electronics - Flip-Flops - Discussion

Discussion Forum : Flip-Flops - General Questions (Q.No. 7)
7.
Which is not an Altera primitive port identifier?
clk
ena
clr
prn
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
15 comments Page 1 of 2.

Muskaan said:   1 decade ago
clk - clock
ena - enable (level triggered)
prn - preset (asynchronous)
j,k,d,s,r
q - Q output
These are the only altera primitive port identifiers.

CLR is not there.

Basically when we are writing program in VHDL we use some standard libraries. Over there, there are some instances already provided for use. It is one of those instances. We use them by "---.q" where --- can be name of flipflop we have given.
(1)

Harshita M. said:   7 years ago
Among ALTERA software's primitive port identifiers, clrn - asynchronous CLEAR is used instead of clr.

Chandu said:   1 decade ago
@thamanna

Altera primitive port identifier is nothing but 'clr' in flipflops. Don't get confused.

Hemaboopalan said:   10 years ago
What is mean by Altera primitive port identifier and then uses?

Thamanna said:   1 decade ago
Sir let me know what you meant by Altera port identifier ?

Scarlet said:   1 decade ago
Can anyone tell whatt an Altera port identifier is?.

Raj said:   1 decade ago
Can anyone tell what an Altera port identifier is?

Suresh said:   1 decade ago
What is meant by altera port identifier first?

Vas said:   1 decade ago
Altera means it is a manufacturer's name.

Rao said:   6 years ago
@Veera,

ffs is short for flip flops.


Post your comments here:

Your comments will be displayed after verification.