Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393
Commits
2b9a01fa
Commit
2b9a01fa
authored
Dec 23, 2017
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
included system_defines.vh
parent
69d61c8d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
5 deletions
+12
-5
dct_tests_01.tf
dsp/dct_tests_01.tf
+1
-0
dct_tests_02.tf
dsp/dct_tests_02.tf
+1
-0
dct_tests_03.tf
dsp/dct_tests_03.tf
+1
-0
dct_tests_04.tf
dsp/dct_tests_04.tf
+2
-1
mclt_test_01.tf
dsp/mclt_test_01.tf
+4
-2
mclt_test_02.tf
dsp/mclt_test_02.tf
+3
-2
No files found.
dsp/dct_tests_01.tf
View file @
2b9a01fa
...
...
@@ -38,6 +38,7 @@
* with at least one of the Free Software programs.
*/
`
timescale
1
ns
/
1
ps
`
include
"system_defines.vh"
// No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder
// will reduce needed resources
//`define DCT_INPUT_UNITY
...
...
dsp/dct_tests_02.tf
View file @
2b9a01fa
...
...
@@ -38,6 +38,7 @@
* with at least one of the Free Software programs.
*/
`
timescale
1
ns
/
1
ps
`
include
"system_defines.vh"
// No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder
// will reduce needed resources
//`define DCT_INPUT_UNITY
...
...
dsp/dct_tests_03.tf
View file @
2b9a01fa
...
...
@@ -38,6 +38,7 @@
* with at least one of the Free Software programs.
*/
`
timescale
1
ns
/
1
ps
`
include
"system_defines.vh"
// No saturation here, and no rounding as we do not need to match decoder (be bit-precise), skipping rounding adder
// will reduce needed resources
//`define DCT_INPUT_UNITY
...
...
dsp/dct_tests_04.tf
View file @
2b9a01fa
...
...
@@ -38,7 +38,8 @@
* with at least one of the Free Software programs.
*/
`
timescale
1
ns
/
1
ps
`
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
// will reduce needed resources
...
...
dsp/mclt_test_01.tf
View file @
2b9a01fa
...
...
@@ -38,8 +38,10 @@
* with at least one of the Free Software programs.
*/
`
timescale
1
ns
/
1
ps
`
define
INSTANTIATE_DSP48E1
`
define
PRELOAD_BRAMS
`
include
"system_defines.vh"
// `define INSTANTIATE_DSP48E1
// `undef INSTANTIATE_DSP48E1
// `define PRELOAD_BRAMS
// `define ROUND
module
mclt_test_01
();
`
ifdef
IVERILOG
...
...
dsp/mclt_test_02.tf
View file @
2b9a01fa
...
...
@@ -38,8 +38,9 @@
* with at least one of the Free Software programs.
*/
`
timescale
1
ns
/
1
ps
`
define
INSTANTIATE_DSP48E1
`
define
PRELOAD_BRAMS
`
include
"system_defines.vh"
// `define INSTANTIATE_DSP48E1
// `define PRELOAD_BRAMS
// `define ROUND
module
mclt_test_02
();
`
ifdef
IVERILOG
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment