Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCould someone have an idea?
Ok. I have 4 modules that it depends on GPIO or Switch Hi or Lo module From_SPISlave() and module To_UART(); module From_UART() and module To_SPIMaster(); if (Switch is Hi) then I...
Altera_Forum
Honored Contributor
12 years agoThanks Tricky,
In my design right now, I have these layout module Top(); switch; From_SPISlave(;;;;;;); To_UART(;;;;;;); From_UART(;;;;;;;); To_SPIMaster(;;;;;;); endmodule Do you have any pointers how to use mux? Sean