embeddedlover
Full Member level 5
- Joined
- Aug 10, 2007
- Messages
- 277
- Helped
- 46
- Reputation
- 92
- Reaction score
- 38
- Trophy points
- 1,308
- Activity points
- 3,155
Sorry, i was wrong in explanation, i mean to say assigning outputs.. which K-J corrected
I was asking about following conditions:
CONDITION 1:
Entity
{
//inputs
//outputs
}
architecture
{
//assigning all outputs to initial value
}
CONDITION 2:
Entity
{
//inputs
//outputs
}
architecture
{
//nothing assigned to outputs and architecture section is blank
}
I was of the view that, condition 1 creates a latch to hold outputs, where as condition 2 doesn't create any logical schematic.
I was asking about following conditions:
CONDITION 1:
Entity
{
//inputs
//outputs
}
architecture
{
//assigning all outputs to initial value
}
CONDITION 2:
Entity
{
//inputs
//outputs
}
architecture
{
//nothing assigned to outputs and architecture section is blank
}
I was of the view that, condition 1 creates a latch to hold outputs, where as condition 2 doesn't create any logical schematic.