Skip to content

v0.6.0

Choose a tag to compare

@nmoroze nmoroze released this 16 Jun 01:11
· 90 commits to main since this release

This release includes a major update to tclint's plugin system! You can now define a command spec by writing a JSON file according to a well-documented schema. This replaces a more complicated system that required writing custom Python code to create a plugin.

This release removes the built-in OpenROAD plugin and the tclint-plugins CLI utility.

Additional changes:

  • Add range/selection format support to tclsp
  • Update tclsp to honor the "exclude" config setting
  • Make tclsp handle nested workspace configurations consistently
  • Remove the ability to specify a path for the "ignore" config setting
  • Improve invalid config error messages
  • Fix bug that made the parser fail to recognize the hypot math function