blob: 4c2d6452e3a0b9b9fb54c75fd204265b0ea56af5 [file] [log] [blame]
// Copyright 2020 Google LLC.
// SPDX-License-Identifier: Apache-2.0
//- @"\"A.svh\"" ref/includes Asvh
//- Asvh.node/kind file
`include "A.svh"
//- @"\"B.svh\"" ref/includes Bsvh
//- Bsvh.node/kind file
`include "B.svh"
//- @C defines/binding _
//- @A ref A
//- @B ref B
localparam C = A + B;