Skip to content

Releases: pulp-platform/bender

v0.15.0

13 Feb 09:38

Choose a tag to compare

Bump version to 0.15.0

v0.14.0

16 Oct 15:45

Choose a tag to compare

Bump version to 0.14.0

Bender 0.13.3

29 Jul 15:27

Choose a tag to compare

Changed

  • Bump rustc minimum version to 1.36

Fixed

  • Fix rustc 1.36 as_ref regression
  • Emit format-specific target defines even if no target is specified.

Bender 0.13.2

29 Jul 12:14

Choose a tag to compare

Fixed

  • Fix capitalization of target defines such as TARGET_SYNTHESIS.

Bender 0.13.1

26 Jul 12:31

Choose a tag to compare

Fixed

  • Omit unsupported -2008 flag for VHDL analysis commands in Synopsys scripts.

Bender 0.13.0

26 Jul 12:31

Choose a tag to compare

Added

  • Add the frozen option to prevent any dependency updates for a package.
  • Add the workspace section to carry workspace configuration.
  • Add the workspace.checkout_dir option to keep local working copies of each dependency.

Changed

  • Make order of packages and defines deterministic.
  • Move the package_links option to workspace.package_links.

Bender 0.12.1

08 May 06:27

Choose a tag to compare

Changes since 0.12.0

Added

  • Add -f flag to sources for printing a flattend source listing.

Changed

  • Make JSON output human readable.

Fixed

  • Fix target defines to be all uppercase.
  • Fix emission of target defines for source files which have no other defines.

Bender 0.12

07 May 12:22

Choose a tag to compare

Changes since 0.11

Bender can now generate scripts for Modelsim (vsim) and Synopsys DC (synopsys) with the script command.

Bender 0.11

26 Mar 08:18

Choose a tag to compare

Changes since 0.10

Users can now interactively resolve dependency conflicts.