??? 01/15/07 19:18 Read: times |
#130829 - re: Since 'diomux' is a register ... Responding to: ???'s previous message |
Suresh R said:
Since 'diomux' is a register how could i use it on the LHS of 'assign' statement during write operations? That's not the purpose of diomux ... it is how you determine what drives the data I/O pins during a read cycle. You use the actual data I/O pin signals as the data source for your write operations. Don't forget that since the diomux assignments are done in an always block, the signal has to be declared as a reg type. -a |