Initial JPEG-LS FPGA encoder baseline with tooling and timeout fix

This commit is contained in:
2026-04-16 18:55:08 +08:00
commit e4fdbdfeec
150 changed files with 25796 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Build and simulator artifacts
.Xil/
xsim.dir/
work/
questa_work/
fpga/sim/work/
# Tool output logs
transcript
*.jou
*.log
*.pb
*.vstf
# Vivado/Questa generated reports and scratch
fpga/synthesis/quick_synth_reports/
fpga/synthesis/timing_priority_reports/
# Python local dependency/cache folders
tools/jls_compat/.deps/
**/__pycache__/
*.pyc
# Generated compatibility output
tools/jls_compat/out/
# External repositories kept outside this repo history for now
third_party/charls/
third_party/libjpeg/
# .NET build artifacts and user-local files
tools/jls_decoder/bin/
tools/jls_decoder/obj/
tools/jls_decoder/*.png
*.user
# Temporary files
*.tmp
modelsim.ini
library_cfg.alintws