blob: 85ad5d33f6778fd6cc73cb25be9b1a011c241089 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// This file is auto-generated.
`ifndef PRIM_DEFAULT_IMPL
`define PRIM_DEFAULT_IMPL prim_pkg::ImplGeneric
`endif
module prim_${prim_name}
${module_header_imports}
#(
${module_header_params}
) (
${module_header_ports}
);
parameter prim_pkg::impl_e Impl = `PRIM_DEFAULT_IMPL;
${instances}
endmodule