Pyslvs v20.02.0
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 topack
clean
change toclean-pack
test
change totest-pack
- For kernel: no suffix.
build-kernel
change tobuild
clean-kernel
change toclean
test-kernel
change totest
- The default command
all
change tobuild
only.
Usemake test-pack
instead ofmake
.
- For package: suffix
- Rewrite and fix file loader.
- Use "apimd" module to generate the API doc.
- New Makefile command "doc".