5 Commits

Author SHA1 Message Date
Formatted
2b5c6592df fix: three utility bugs in compare, LUT, and triangular waveform scripts
- compare.py: capture max_abs_error return values and add pass/fail
  check (was silently discarded, missing outlier detection)
- LUT.py: replace no-op pass with actual print of 8-bit Verilog values
- Gen_Triangular.py: fix plt.plot(2*n, y) -> plt.plot(t, x) scalar vs
  array bug that produced broken time-domain plot
2026-04-23 23:46:44 -06:00
Jason
11aa590cf2 fix: full-repo ruff lint cleanup and CI migration to uv
Resolve all 374 ruff errors across 36 Python files (E501, E702, E722,
E741, F821, F841, invalid-syntax) bringing `ruff check .` to zero
errors repo-wide with line-length=100.

Rewrite CI workflow to use uv for dependency management, whole-repo
`ruff check .`, py_compile syntax gate, and merged python-tests job.
Add pyproject.toml with ruff config and uv dependency groups.

CI structure proposed by hcm444.
2026-04-09 02:05:34 +03:00
NawfalMotii79
c7fa099293 Add files via upload 2026-04-02 01:04:55 +01:00
NawfalMotii79
81bf4cabbb Delete 8_Utils directory 2026-04-02 01:03:40 +01:00
NawfalMotii79
8974a38ff6 Add files via upload 2026-03-09 00:11:57 +00:00