Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary const variables, unused #123

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@Library('pipeline-library')_
FullVitisLibPipeline (branch: 'next', libname: 'Vitis_Libraries', TARGETS: 'hls_csim:hls_csynth:hls_cosim:hls_vivado_impl:vitis_sw_emu:vitis_hw_emu:vitis_hw_build:vitis_aie_sim:vitis_aie_x86sim', TOOLVERSION: '2021.2_stable_latest')
FullVitisLibPipeline (branch: 'master', libname: 'Vitis_Libraries', TARGETS: 'hls_csim:hls_csynth:hls_cosim:hls_vivado_impl:vitis_sw_emu:vitis_hw_emu:vitis_hw_build:vitis_aie_sim:vitis_aie_x86sim', TOOLVERSION: '2021.2_released')
6 changes: 3 additions & 3 deletions codec/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('pipeline-library')_
VitisLibPipeline (branch: 'next', libname: 'xf_codec', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
upstream_dependencies: 'xf_utils_hw,next,../utils; xf_database,next,../database; xf_fintech,next,../quantitative_finance',
email: '[email protected]', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_stable_latest')
VitisLibPipeline (branch: 'master', libname: 'xf_codec', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vitis_sw_emu:vitis_hw_emu:vitis_hw_build',
upstream_dependencies: 'xf_utils_hw,master,../utils; xf_database,master,../database; xf_fintech,master,../quantitative_finance',
email: '[email protected]', devtest: 'RunDeploy.sh', TOOLVERSION: '2021.2_released')
484 changes: 484 additions & 0 deletions codec/L1/include/hls_EncodeCoeffOrders.hpp

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ runhls: data setup | check_vivado check_vpp
$(HLS) -f run_hls.tcl;

clean:
rm -rf settings.tcl *_hls.log prj_ssr_fft_reg_test_r4_l16.prj
rm -rf settings.tcl *_hls.log tokenize.prj

# Used by Jenkins test
cleanall: clean
Expand Down
151 changes: 151 additions & 0 deletions codec/L1/tests/jxlEnc/order_tokenize/data/goldens.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
150
7 0
7 60
0 0
0 0
0 2
2 1
1 1
1 0
0 0
0 0
0 4
3 4
3 0
0 2
2 5
3 1
1 1
1 2
2 1
1 0
0 6
3 6
3 5
3 5
3 0
0 3
2 0
0 6
3 4
3 0
0 1
1 2
2 1
1 0
0 0
0 0
0 5
3 4
3 0
0 0
0 0
0 1
1 7
3 1
1 0
0 5
3 1
1 0
0 0
0 1
1 8
4 4
3 0
0 2
2 0
0 0
0 0
0 1
1 1
1 2
2 0
0 1
7 6
0 0
0 0
0 1
1 0
0 0
0 2
7 1
0 1
7 76
0 1
1 1
1 0
0 0
0 0
0 5
3 0
0 3
2 2
2 1
1 1
1 1
1 1
1 1
1 0
0 0
0 4
3 5
3 5
3 4
3 3
2 0
0 1
1 2
2 2
2 2
2 2
2 1
1 1
1 1
1 6
3 6
3 0
0 4
3 4
3 4
3 4
3 9
4 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 0
0 1
1 1
1 1
1 1
1 3
2 3
2 3
2 5
3 5
3 10
4 10
4 13
4 14
4 16
5 27
5 38
7 1
0 1
Loading