Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
1. Delete wire.
2. Extend a short wire from Data_out[7..0] and type do[7..0] or any name you want. 3. Extend a short wire from M[1..0] and type do0,do1 4. Extend a short wire from FIN_RE and write do3 5. Extend a short wire from FIN_UN and write do4 do[7..0] is same to do7,do6,do5,...,do0 - Altera_Forum
Honored Contributor
--- Quote Start --- http://img338.imageshack.us/img338/9634/123mas.jpg i need to connect data_out[7..0] to the second block to M[1..0], but i need that only bits, data_out(0) and data_out(1) will be connect to this vector M. and for example data_out(3) to the FIN_RE node and data_out(4) to FIN_UN... how can i do this???? thank you Alex. --- Quote End --- Hi, Please check the attachment, you can see the 4 bits of AccDelay[3..0] are assigned to a[1],a[3],a[5],a[7] respectly! - Altera_Forum
Honored Contributor
thank you all :)