bender 0.32.0

A dependency management tool for hardware projects.
# Copyright (c) 2026 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

package:
  name: regression_repo

remotes:
  pulp: "https://github.com/pulp-platform"

dependencies:
  common_cells: "1.39.0"
  common_verification: { version: "0.2.5", remote: "pulp" }
  tech_cells_generic:
    git: "https://github.com/pulp-platform/tech_cells_generic.git"
    version: "0.2.13"

sources:
  - src1.sv
  - include_dirs:
      - .
    defines:
      DEFINE: 1
    target: target
    files:
      - src2.sv
  - src3.vhd
  - sv: src4.e