Releases: SystemRDL/PeakRDL-html
Releases · SystemRDL/PeakRDL-html
2.10.1
2.10.0
Updates:
- Fix bug in
number_of_ids()
computation. Affects path search in large designs. - Fix incorrect page rendering if exporting from an internal RDL node instead of top.
- Remove deprecated
peakrdl.html
namespace package. #31 - Rework PeakRDL command-line plugin mechanism.
- Add PeakRDL plugin cfg schema to allow user template paths and other org-specific configurations. #35
- Remove expand-all button. Not useful, and performance scales terribly
- Wrap search results in proper url tag for better accessibility. #37
2.9.0
Updates:
- Add a details pop-down that shows the derivation of the absolute address
- Parallelize initial page load. Add progress bar.
- Switch to native
bigInt
data types instead of polyfill. - Fix a few quirks/regressions in sidebar. Resizing is now remembered between sessions.
2.8.0
Updates:
- Fix rendering of long paths so they wrap in content crumbtrails and in search.
- Fix excessive zero padding in address offset column.
- Various performance improvements for large designs (#34):
- Rework sidebar to only load elements when in view. Eliminates excessive DOM content and RAM usage that bogged down browser and made initial page load slow.
- Defer some data processing to be done on-demand instead of at page load.
2.7.0
2.6.1
2.6.0
Updates:
- Deprecating import via
peakrdl.html
namespace package. See details here: SystemRDL/PeakRDL#4