??? 01/13/07 05:52 Read: times |
#130765 - can i do like this., Responding to: ???'s previous message |
i said:
i would also like to know how the current state of the 'out' signal could be assigned to the status register when status read signal is encountered. jez said:
The fact that the port of the 'out' signal is in out mode is what you want for it to be readable by the status register. then can i do like this., if(status_read) status_reg[7]<=out; i doubt whether 'out' signal being declared as 'mode output' could be used on the RHS of the procedural statement. regard's Suresh. |