OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [fpga/] [altera_de0_nano_soc/] [doc/] [Terasic/] [DE0_NANO_SOC/] [Demonstrations/] [FPGA/] [my_first_fpga/] [counter_bus_mux_bb.v] - Blame information for rev 221

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 221 olivier.gi
// megafunction wizard: %LPM_MUX%VBB%
2
// GENERATION: STANDARD
3
// VERSION: WM1.0
4
// MODULE: LPM_MUX 
5
 
6
// ============================================================
7
// File Name: counter_bus_mux.v
8
// Megafunction Name(s):
9
//                      LPM_MUX
10
//
11
// Simulation Library Files(s):
12
//                      lpm
13
// ============================================================
14
// ************************************************************
15
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
16
//
17
// 14.1.0 Build 186 12/03/2014 SJ Full Version
18
// ************************************************************
19
 
20
//Copyright (C) 1991-2014 Altera Corporation. All rights reserved.
21
//Your use of Altera Corporation's design tools, logic functions 
22
//and other software and tools, and its AMPP partner logic 
23
//functions, and any output files from any of the foregoing 
24
//(including device programming or simulation files), and any 
25
//associated documentation or information are expressly subject 
26
//to the terms and conditions of the Altera Program License 
27
//Subscription Agreement, the Altera Quartus II License Agreement,
28
//the Altera MegaCore Function License Agreement, or other 
29
//applicable license agreement, including, without limitation, 
30
//that your use is for the sole purpose of programming logic 
31
//devices manufactured by Altera and sold by Altera or its 
32
//authorized distributors.  Please refer to the applicable 
33
//agreement for further details.
34
 
35
module counter_bus_mux (
36
        data0x,
37
        data1x,
38
        sel,
39
        result);
40
 
41
        input   [3:0]  data0x;
42
        input   [3:0]  data1x;
43
        input     sel;
44
        output  [3:0]  result;
45
 
46
endmodule
47
 
48
// ============================================================
49
// CNX file retrieval info
50
// ============================================================
51
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone V"
52
// Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0"
53
// Retrieval info: PRIVATE: new_diagram STRING "1"
54
// Retrieval info: LIBRARY: lpm lpm.lpm_components.all
55
// Retrieval info: CONSTANT: LPM_SIZE NUMERIC "2"
56
// Retrieval info: CONSTANT: LPM_TYPE STRING "LPM_MUX"
57
// Retrieval info: CONSTANT: LPM_WIDTH NUMERIC "4"
58
// Retrieval info: CONSTANT: LPM_WIDTHS NUMERIC "1"
59
// Retrieval info: USED_PORT: data0x 0 0 4 0 INPUT NODEFVAL "data0x[3..0]"
60
// Retrieval info: USED_PORT: data1x 0 0 4 0 INPUT NODEFVAL "data1x[3..0]"
61
// Retrieval info: USED_PORT: result 0 0 4 0 OUTPUT NODEFVAL "result[3..0]"
62
// Retrieval info: USED_PORT: sel 0 0 0 0 INPUT NODEFVAL "sel"
63
// Retrieval info: CONNECT: @data 0 0 4 0 data0x 0 0 4 0
64
// Retrieval info: CONNECT: @data 0 0 4 4 data1x 0 0 4 0
65
// Retrieval info: CONNECT: @sel 0 0 1 0 sel 0 0 0 0
66
// Retrieval info: CONNECT: result 0 0 4 0 @result 0 0 4 0
67
// Retrieval info: GEN_FILE: TYPE_NORMAL counter_bus_mux.v TRUE
68
// Retrieval info: GEN_FILE: TYPE_NORMAL counter_bus_mux.inc FALSE
69
// Retrieval info: GEN_FILE: TYPE_NORMAL counter_bus_mux.cmp FALSE
70
// Retrieval info: GEN_FILE: TYPE_NORMAL counter_bus_mux.bsf TRUE
71
// Retrieval info: GEN_FILE: TYPE_NORMAL counter_bus_mux_inst.v FALSE
72
// Retrieval info: GEN_FILE: TYPE_NORMAL counter_bus_mux_bb.v TRUE
73
// Retrieval info: LIB_FILE: lpm

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.