Skip to content

Pyslvs v20.02.0

Compare
Choose a tag to compare
@KmolYuan KmolYuan released this 29 Feb 10:00

Features:

  • Fix file loader error during loading algorithm results.
  • Fix the touching area of target point moving.
  • Improve load target path function.
  • "Shape only" synthesis mode.
  • DWT synthesis mode. (alpha)

Development:

  • Renamed enum constant as uppercase.
  • Change Makefile command name:
    • For package: suffix pack.
      • build change to pack
      • clean change to clean-pack
      • test change to test-pack
    • For kernel: no suffix.
      • build-kernel change to build
      • clean-kernel change to clean
      • test-kernel change to test
    • The default command all change to build only.
      Use make test-pack instead of make.
  • Rewrite and fix file loader.
  • Use "apimd" module to generate the API doc.
    • New Makefile command "doc".