1
0
rocket-chip/vsrc/const.vh

9 lines
130 B
Plaintext
Raw Normal View History

2014-09-01 05:26:55 +02:00
`ifndef CONST_VH
`define CONST_VH
`define MEM_ADDR_BITS 34
`define MEM_DATA_BITS 128
`define MEM_TAG_BITS 10
`endif // CONST_VH