Commit 2b9a01fa authored by Andrey Filippov's avatar Andrey Filippov

included system_defines.vh

parent 69d61c8d
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
* with at least one of the Free Software programs. * with at least one of the Free Software programs.
*/ */
`timescale 1ns/1ps `timescale 1ns/1ps
`include "system_defines.vh"
// No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder // No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder
// will reduce needed resources // will reduce needed resources
//`define DCT_INPUT_UNITY //`define DCT_INPUT_UNITY
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
* with at least one of the Free Software programs. * with at least one of the Free Software programs.
*/ */
`timescale 1ns/1ps `timescale 1ns/1ps
`include "system_defines.vh"
// No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder // No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder
// will reduce needed resources // will reduce needed resources
//`define DCT_INPUT_UNITY //`define DCT_INPUT_UNITY
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
* with at least one of the Free Software programs. * with at least one of the Free Software programs.
*/ */
`timescale 1ns/1ps `timescale 1ns/1ps
`include "system_defines.vh"
// No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder // No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder
// will reduce needed resources // will reduce needed resources
//`define DCT_INPUT_UNITY //`define DCT_INPUT_UNITY
......
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* with at least one of the Free Software programs. * with at least one of the Free Software programs.
*/ */
`timescale 1ns/1ps `timescale 1ns/1ps
`define INSTANTIATE_DSP48E1 `include "system_defines.vh"
// `define INSTANTIATE_DSP48E1
// No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder // No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder
// will reduce needed resources // will reduce needed resources
......
...@@ -38,8 +38,10 @@ ...@@ -38,8 +38,10 @@
* with at least one of the Free Software programs. * with at least one of the Free Software programs.
*/ */
`timescale 1ns/1ps `timescale 1ns/1ps
`define INSTANTIATE_DSP48E1 `include "system_defines.vh"
`define PRELOAD_BRAMS // `define INSTANTIATE_DSP48E1
// `undef INSTANTIATE_DSP48E1
// `define PRELOAD_BRAMS
// `define ROUND // `define ROUND
module mclt_test_01 (); module mclt_test_01 ();
`ifdef IVERILOG `ifdef IVERILOG
......
...@@ -38,8 +38,9 @@ ...@@ -38,8 +38,9 @@
* with at least one of the Free Software programs. * with at least one of the Free Software programs.
*/ */
`timescale 1ns/1ps `timescale 1ns/1ps
`define INSTANTIATE_DSP48E1 `include "system_defines.vh"
`define PRELOAD_BRAMS // `define INSTANTIATE_DSP48E1
// `define PRELOAD_BRAMS
// `define ROUND // `define ROUND
module mclt_test_02 (); module mclt_test_02 ();
`ifdef IVERILOG `ifdef IVERILOG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment