Skip to content

v0.30.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 20:02
fade0c9

Release created on: 12.02.2025 - 20:00:38

New Features

  • Added more Synopsys "IEEE" dummy packages:
    • std_logic_arith
    • std_logic_signed
    • std_logic_textio
    • std_logic_unsigned
  • Added Mentor Graphics "IEEE" dummy packages:
    • std_logic_arith
  • Added IEEEFlavor enumeration.
  • Added optional parameter flavor to class' Ieee initializer.
  • Added property Ieee.Flavor.
  • Added method Ieee.LoadMentorGraphicsPackages

Changes

  • Renamed:
    • Std_logic_1164Std_Logic_1164
    • Std_logic_1164_BodyStd_Logic_1164_Body
    • std_logic_textioStd_Logic_TextIO
    • Std_logic_miscStd_Logic_Misc
    • Std_logic_misc_BodyStd_Logic_Misc_Body

Unit Tests

  • Adjusted tests for more Synopsys "IEEE" packages.
  • Add tests for Mentor Graphics "IEEE" packages.

Related Issues and Pull-Requests