Skip to content

0.23.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 05:38
· 11 commits to trunk since this release

Features

  • Adds improved colors to info, warn, and hint outputs
  • Overhauls syntax highlighting for code snippets
  • Adds syntax highlighting support for Verilog and SystemVerilog
  • Adds support for mixed language Verilog, SystemVerilog to VHDL instantiations with get subcommand and the --language vhdl option
  • Adds support for mixed language VHDL to SystemVerilog instantiations with get subcommand and the --language sv option
  • Adds support for recognizing the modules instantiated within a SystemVerilog bind construct
  • Writes all known environment variables set by Orbit to the target's .env file during the planning phase for a build process (which then gets loaded before performing the execution phase)
  • Adds ORBIT_TOP_JSON, ORBIT_TB_JSON, and ORBIT_DUT_JSON environment variables to be set before a target's exeuction phase

Changes

  • Syntax highlighting for orbit get subcommand is now enabled by default for all languages

Fixes

  • Adds ORBIT_MANIFEST_DIR as an environment variable set for the execution phase of a target