4-to-1 Mux using Select Concurrent Statement
architecture select_statement of mux4to1_8 is
Some synthesis tools will automatically recognize this structure as a mux and will find a more efficient implementation than using a when-else or if statement structure (when-else and if structures define a priority structure). The others case must be specified.This is a concurrent statement; the sequential version of the select statement is the case statement.