61 lines
2.0 KiB
Plaintext
Executable File
61 lines
2.0 KiB
Plaintext
Executable File
/*
|
|
WARNING: Do NOT edit the input and output ports in this file in a text
|
|
editor if you plan to continue editing the block that represents it in
|
|
the Block Editor! File corruption is VERY likely to occur.
|
|
*/
|
|
/*
|
|
Copyright (C) 1991-2007 Altera Corporation
|
|
Your use of Altera Corporation's design tools, logic functions
|
|
and other software and tools, and its AMPP partner logic
|
|
functions, and any output files from any of the foregoing
|
|
(including device programming or simulation files), and any
|
|
associated documentation or information are expressly subject
|
|
to the terms and conditions of the Altera Program License
|
|
Subscription Agreement, Altera MegaCore Function License
|
|
Agreement, or other applicable license agreement, including,
|
|
without limitation, that your use is for the sole purpose of
|
|
programming logic devices manufactured by Altera and sold by
|
|
Altera or its authorized distributors. Please refer to the
|
|
applicable agreement for further details.
|
|
*/
|
|
(header "symbol" (version "1.1"))
|
|
(symbol
|
|
(rect 64 64 120 160)
|
|
(text "mux2x16" (rect 0 0 44 12)(font "Arial" ))
|
|
(text "inst" (rect 0 80 17 92)(font "Arial" ))
|
|
(port
|
|
(pt 0 32)
|
|
(input)
|
|
(text "i0[15..0]" (rect 0 0 40 12)(font "Arial" ))
|
|
(text "0" (rect 24 32 29 44)(font "Arial" ))
|
|
(line (pt 0 32)(pt 16 32)(line_width 3))
|
|
)
|
|
(port
|
|
(pt 0 64)
|
|
(input)
|
|
(text "i1[15..0]" (rect 0 0 40 12)(font "Arial" ))
|
|
(text "1" (rect 24 56 29 68)(font "Arial" ))
|
|
(line (pt 0 64)(pt 16 64)(color 0 128 255)(line_width 3))
|
|
)
|
|
(port
|
|
(pt 32 96)
|
|
(input)
|
|
(text "sel" (rect 0 0 14 12)(font "Arial" ))
|
|
(text "sel" (rect 40 72 52 86)(font "Arial" )(vertical))
|
|
(line (pt 32 72)(pt 32 96)(color 0 128 255)(line_width 1))
|
|
)
|
|
(port
|
|
(pt 56 48)
|
|
(output)
|
|
(text "o[15..0]" (rect -120 0 -83 12)(font "Arial" ))
|
|
(text "O" (rect 48 32 56 44)(font "Arial" )(invisible))
|
|
(line (pt 56 48)(pt 40 48)(line_width 3))
|
|
)
|
|
(drawing
|
|
(line (pt 16 16)(pt 40 32)(line_width 1))
|
|
(line (pt 16 80)(pt 40 64)(line_width 1))
|
|
(line (pt 16 16)(pt 16 80)(line_width 1))
|
|
(line (pt 40 32)(pt 40 64)(line_width 1))
|
|
)
|
|
)
|