Skip to content

v0.9.1

Compare
Choose a tag to compare
@nmoroze nmoroze released this 21 Jun 16:13
· 5981 commits to main since this release
668b989

Major:

  • Added input filetype inference based on file extension (restores functionality lost in 0.9.0).
  • Added manifest tree viewer to HTML report.
  • Added simulator exe compilation support to Verilator.
  • Improved TCL manifest generation:
    • Fixed escaping of special characters and whitespace.
    • Fixed insertion of "$env" in filepaths.
    • Changed tuple printing to be TCL list instead of tuple-like string.

Minor:

  • Schema: Added tool CLI arguments to ['record', ...] schema.
  • Changed create_cmdline() switchlist parameter to accept switch names as specified on command line.
  • Changed setup module docs generator to be packaged with SC.
  • Changed HTML report to be self-contained.
  • Fixed CSV manifest generation.