blob: f9356c05b59e04c827a2cf7a3fb30fbb2010ab9a [file] [log] [blame]
Ahmed Ghazy22d29d62020-10-28 03:42:02 +02001// Global parameters
2
3`define MPRJ_IO_PADS 38
4`define MPRJ_PWR_PADS 4 /* vdda1, vccd1, vdda2, vccd2 */
5
6// Size of soc_mem_synth
Ahmed Ghazy22d29d62020-10-28 03:42:02 +02007
8// Type and size of soc_mem
Manarec9b5362020-10-28 22:24:06 +02009// `define USE_OPENRAM
Ahmed Ghazy22d29d62020-10-28 03:42:02 +020010`define MEM_WORDS 256
Manar55ec3692020-10-30 16:32:18 +020011
12// Number of RAM blocks for the mgmt_core
13`define MGMT_BLOCKS 2
14`define USER_BLOCKS 4