20 lines
496 B
Verilog
20 lines
496 B
Verilog
|
|
`define NRV_IO_LEDS
|
|
`define NRV_IO_UART
|
|
`define NRV_IO_SSD1351
|
|
`define NRV_FREQ 1
|
|
|
|
|
|
//`define NRV_FEMTORV32_QUARK // RV32I (the most elementary femtorv)
|
|
//`define NRV_FEMTORV32_ELECTRON // RV32IM
|
|
//`define NRV_FEMTORV32_INTERMISSUM // RV32IMzCSR
|
|
//`define NRV_FEMTORV32_GRACILIS // RV32IMCzCSR
|
|
`define NRV_FEMTORV32_PETITBATEAU // WIP RF32F !!
|
|
//`define NRV_FEMTORV32_TESTDRIVE
|
|
|
|
`define NRV_RESET_ADDR 0
|
|
`define NRV_RAM 65536
|
|
`define NRV_IO_HARDWARE_CONFIG
|
|
`define NRV_CONFIGURED
|
|
|