You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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