| 1 |
46 |
rrred |
--lpm_mux CBX_DECLARE_ALL_CONNECTED_PORTS="OFF" DEVICE_FAMILY="Cyclone IV E" LPM_SIZE=2 LPM_WIDTH=8 LPM_WIDTHS=1 data result sel
|
| 2 |
|
|
--VERSION_BEGIN 13.0 cbx_lpm_mux 2013:06:12:18:03:43:SJ cbx_mgl 2013:06:12:18:05:10:SJ VERSION_END
|
| 3 |
|
|
|
| 4 |
|
|
|
| 5 |
|
|
-- Copyright (C) 1991-2013 Altera Corporation
|
| 6 |
|
|
-- Your use of Altera Corporation's design tools, logic functions
|
| 7 |
|
|
-- and other software and tools, and its AMPP partner logic
|
| 8 |
|
|
-- functions, and any output files from any of the foregoing
|
| 9 |
|
|
-- (including device programming or simulation files), and any
|
| 10 |
|
|
-- associated documentation or information are expressly subject
|
| 11 |
|
|
-- to the terms and conditions of the Altera Program License
|
| 12 |
|
|
-- Subscription Agreement, Altera MegaCore Function License
|
| 13 |
|
|
-- Agreement, or other applicable license agreement, including,
|
| 14 |
|
|
-- without limitation, that your use is for the sole purpose of
|
| 15 |
|
|
-- programming logic devices manufactured by Altera and sold by
|
| 16 |
|
|
-- Altera or its authorized distributors. Please refer to the
|
| 17 |
|
|
-- applicable agreement for further details.
|
| 18 |
|
|
|
| 19 |
|
|
|
| 20 |
|
|
|
| 21 |
|
|
--synthesis_resources = lut 8
|
| 22 |
|
|
SUBDESIGN mux_3nb
|
| 23 |
|
|
(
|
| 24 |
|
|
data[15..0] : input;
|
| 25 |
|
|
result[7..0] : output;
|
| 26 |
|
|
sel[0..0] : input;
|
| 27 |
|
|
)
|
| 28 |
|
|
VARIABLE
|
| 29 |
|
|
result_node[7..0] : WIRE;
|
| 30 |
|
|
sel_node[0..0] : WIRE;
|
| 31 |
|
|
w_data109w[1..0] : WIRE;
|
| 32 |
|
|
w_data121w[1..0] : WIRE;
|
| 33 |
|
|
w_data133w[1..0] : WIRE;
|
| 34 |
|
|
w_data145w[1..0] : WIRE;
|
| 35 |
|
|
w_data157w[1..0] : WIRE;
|
| 36 |
|
|
w_data169w[1..0] : WIRE;
|
| 37 |
|
|
w_data83w[1..0] : WIRE;
|
| 38 |
|
|
w_data97w[1..0] : WIRE;
|
| 39 |
|
|
|
| 40 |
|
|
BEGIN
|
| 41 |
|
|
result[] = result_node[];
|
| 42 |
|
|
result_node[] = ( ((sel_node[] & w_data169w[1..1]) # ((! sel_node[]) & w_data169w[0..0])), ((sel_node[] & w_data157w[1..1]) # ((! sel_node[]) & w_data157w[0..0])), ((sel_node[] & w_data145w[1..1]) # ((! sel_node[]) & w_data145w[0..0])), ((sel_node[] & w_data133w[1..1]) # ((! sel_node[]) & w_data133w[0..0])), ((sel_node[] & w_data121w[1..1]) # ((! sel_node[]) & w_data121w[0..0])), ((sel_node[] & w_data109w[1..1]) # ((! sel_node[]) & w_data109w[0..0])), ((sel_node[] & w_data97w[1..1]) # ((! sel_node[]) & w_data97w[0..0])), ((sel_node[] & w_data83w[1..1]) # ((! sel_node[]) & w_data83w[0..0])));
|
| 43 |
|
|
sel_node[] = ( sel[0..0]);
|
| 44 |
|
|
w_data109w[] = ( data[10..10], data[2..2]);
|
| 45 |
|
|
w_data121w[] = ( data[11..11], data[3..3]);
|
| 46 |
|
|
w_data133w[] = ( data[12..12], data[4..4]);
|
| 47 |
|
|
w_data145w[] = ( data[13..13], data[5..5]);
|
| 48 |
|
|
w_data157w[] = ( data[14..14], data[6..6]);
|
| 49 |
|
|
w_data169w[] = ( data[15..15], data[7..7]);
|
| 50 |
|
|
w_data83w[] = ( data[8..8], data[0..0]);
|
| 51 |
|
|
w_data97w[] = ( data[9..9], data[1..1]);
|
| 52 |
|
|
END;
|
| 53 |
|
|
--VALID FILE
|