Skip to content

1.2.16

Latest
Compare
Choose a tag to compare
@ssharks ssharks released this 08 Jan 21:56
· 10 commits to master since this release

Rebased with changes on Sourceforge

Numerous fixes an some small features:

  • Create a source file list by right clicking in the hierarchy browser
  • Create a dependancy list from the hierarchy browser
  • When opening a declaration an multiple instances are found, it will list the path of the instances

Bugs fixed:

  • Synchronization in between parser and hierarchy browser
  • Handling records with identical named elements to an output value correctly for errors
  • Fixed a parsing error on statements like signal a : std_logic_vector(3 downto 0) := (b-1 => '0', others => '1');