1: // Copyright lowRISC contributors.
2: // Licensed under the Apache License, Version 2.0, see LICENSE for details.
3: // SPDX-License-Identifier: Apache-2.0
4: //
5: // Constants for use in primitives
6:
7: // This file is auto-generated.
8:
9: package prim_pkg;
10:
11: // Implementation target specialization
12: typedef enum integer {
13: ImplGeneric,
14: ImplXilinx
15: } impl_e;
16: endpackage : prim_pkg
17: