blob: b3a13a06813ec8eaf102a2de4528494a9326e505 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: CERN-OHL-P-2.0 */
package montreal_pkg;
typedef logic unsigned [config_pkg::XLEN-1:0] word_t;
typedef logic unsigned [config_pkg::SLICE_WIDTH-1:0] slice_t;
endpackage : montreal_pkg
|