-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f339800
commit 867c7e4
Showing
44 changed files
with
171 additions
and
2,764 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
//lpm_mux CBX_SINGLE_OUTPUT_FILE="ON" LPM_SIZE=2 LPM_TYPE="LPM_MUX" LPM_WIDTH=1 LPM_WIDTHS=1 data result sel | ||
//VERSION_BEGIN 16.1 cbx_mgl 2016:10:19:22:10:30:SJ cbx_stratixii 2016:10:19:21:26:20:SJ cbx_util_mgl 2016:10:19:21:26:20:SJ VERSION_END | ||
// synthesis VERILOG_INPUT_VERSION VERILOG_2001 | ||
// altera message_off 10463 | ||
|
||
|
||
|
||
// Copyright (C) 2016 Intel Corporation. All rights reserved. | ||
// Your use of Intel 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 Intel Program License | ||
// Subscription Agreement, the Intel Quartus Prime License Agreement, | ||
// the Intel 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 Intel and sold by Intel or its | ||
// authorized distributors. Please refer to the applicable | ||
// agreement for further details. | ||
|
||
|
||
|
||
//synthesis_resources = lpm_mux 1 | ||
//synopsys translate_off | ||
`timescale 1 ps / 1 ps | ||
//synopsys translate_on | ||
module mg8t9 | ||
( | ||
data, | ||
result, | ||
sel) /* synthesis synthesis_clearbox=1 */; | ||
input [1:0] data; | ||
output [0:0] result; | ||
input [0:0] sel; | ||
|
||
wire [0:0] wire_mgl_prim1_result; | ||
|
||
lpm_mux mgl_prim1 | ||
( | ||
.data(data), | ||
.result(wire_mgl_prim1_result), | ||
.sel(sel)); | ||
defparam | ||
mgl_prim1.lpm_size = 2, | ||
mgl_prim1.lpm_type = "LPM_MUX", | ||
mgl_prim1.lpm_width = 1, | ||
mgl_prim1.lpm_widths = 1; | ||
assign | ||
result = wire_mgl_prim1_result; | ||
endmodule //mg8t9 | ||
//VALID FILE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
//lpm_mux CBX_SINGLE_OUTPUT_FILE="ON" LPM_SIZE=2 LPM_TYPE="LPM_MUX" LPM_WIDTH=14 LPM_WIDTHS=1 data result sel | ||
//VERSION_BEGIN 16.1 cbx_mgl 2016:10:19:22:10:30:SJ cbx_stratixii 2016:10:19:21:26:20:SJ cbx_util_mgl 2016:10:19:21:26:20:SJ VERSION_END | ||
// synthesis VERILOG_INPUT_VERSION VERILOG_2001 | ||
// altera message_off 10463 | ||
|
||
|
||
|
||
// Copyright (C) 2016 Intel Corporation. All rights reserved. | ||
// Your use of Intel 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 Intel Program License | ||
// Subscription Agreement, the Intel Quartus Prime License Agreement, | ||
// the Intel 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 Intel and sold by Intel or its | ||
// authorized distributors. Please refer to the applicable | ||
// agreement for further details. | ||
|
||
|
||
|
||
//synthesis_resources = lpm_mux 1 | ||
//synopsys translate_off | ||
`timescale 1 ps / 1 ps | ||
//synopsys translate_on | ||
module mgsu9 | ||
( | ||
data, | ||
result, | ||
sel) /* synthesis synthesis_clearbox=1 */; | ||
input [27:0] data; | ||
output [13:0] result; | ||
input [0:0] sel; | ||
|
||
wire [13:0] wire_mgl_prim1_result; | ||
|
||
lpm_mux mgl_prim1 | ||
( | ||
.data(data), | ||
.result(wire_mgl_prim1_result), | ||
.sel(sel)); | ||
defparam | ||
mgl_prim1.lpm_size = 2, | ||
mgl_prim1.lpm_type = "LPM_MUX", | ||
mgl_prim1.lpm_width = 14, | ||
mgl_prim1.lpm_widths = 1; | ||
assign | ||
result = wire_mgl_prim1_result; | ||
endmodule //mgsu9 | ||
//VALID FILE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
//lpm_mux CBX_SINGLE_OUTPUT_FILE="ON" LPM_SIZE=14 LPM_TYPE="LPM_MUX" LPM_WIDTH=1 LPM_WIDTHS=4 data result sel | ||
//VERSION_BEGIN 16.1 cbx_mgl 2016:10:19:22:10:30:SJ cbx_stratixii 2016:10:19:21:26:20:SJ cbx_util_mgl 2016:10:19:21:26:20:SJ VERSION_END | ||
// synthesis VERILOG_INPUT_VERSION VERILOG_2001 | ||
// altera message_off 10463 | ||
|
||
|
||
|
||
// Copyright (C) 2016 Intel Corporation. All rights reserved. | ||
// Your use of Intel 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 Intel Program License | ||
// Subscription Agreement, the Intel Quartus Prime License Agreement, | ||
// the Intel 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 Intel and sold by Intel or its | ||
// authorized distributors. Please refer to the applicable | ||
// agreement for further details. | ||
|
||
|
||
|
||
//synthesis_resources = lpm_mux 1 | ||
//synopsys translate_off | ||
`timescale 1 ps / 1 ps | ||
//synopsys translate_on | ||
module mguu9 | ||
( | ||
data, | ||
result, | ||
sel) /* synthesis synthesis_clearbox=1 */; | ||
input [13:0] data; | ||
output [0:0] result; | ||
input [3:0] sel; | ||
|
||
wire [0:0] wire_mgl_prim1_result; | ||
|
||
lpm_mux mgl_prim1 | ||
( | ||
.data(data), | ||
.result(wire_mgl_prim1_result), | ||
.sel(sel)); | ||
defparam | ||
mgl_prim1.lpm_size = 14, | ||
mgl_prim1.lpm_type = "LPM_MUX", | ||
mgl_prim1.lpm_width = 1, | ||
mgl_prim1.lpm_widths = 4; | ||
assign | ||
result = wire_mgl_prim1_result; | ||
endmodule //mguu9 | ||
//VALID FILE |
Oops, something went wrong.