OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [newlib/] [libgloss/] [riscv/] [machine/] [syscfg.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
#ifndef RISCV_SYSCFG_H
2
#define RISCV_SYSCFG_H
3
 
4
//------------------------------------------------------------------------
5
// RISC-V minimum and maximum vector length
6
//------------------------------------------------------------------------
7
 
8
#define RISCV_SYSCFG_VLEN_MIN 4
9
#define RISCV_SYSCFG_VLEN_MAX 32
10
 
11
//------------------------------------------------------------------------
12
// Threads
13
//------------------------------------------------------------------------
14
 
15
// Size of the various stacks
16
#define RISCV_SYSCFG_USER_THREAD_STACK_SIZE   0x00010000
17
#define RISCV_SYSCFG_KERNEL_THREAD_STACK_SIZE 0x00010000
18
#define RISCV_SYSCFG_UT_THREAD_STACK_SIZE     0x00001000
19
 
20
#define RISCV_SYSCFG_MAX_PROCS 64 // maximum number of processors in the system
21
#define RISCV_SYSCFG_MAX_KEYS  64 // maximum number of unique keys per thread
22
 
23
#endif // RISCV_SYSCFG_H

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.