mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fixed rv32ia to support clint and GPIO for priv tests
This commit is contained in:
parent
7a660a58b6
commit
080963c381
@ -95,10 +95,10 @@
|
|||||||
`define EXT_MEM_SUPPORTED 1'b0
|
`define EXT_MEM_SUPPORTED 1'b0
|
||||||
`define EXT_MEM_BASE 34'h80000000
|
`define EXT_MEM_BASE 34'h80000000
|
||||||
`define EXT_MEM_RANGE 34'h07FFFFFF
|
`define EXT_MEM_RANGE 34'h07FFFFFF
|
||||||
`define CLINT_SUPPORTED 1'b0
|
`define CLINT_SUPPORTED 1'b1
|
||||||
`define CLINT_BASE 34'h02000000
|
`define CLINT_BASE 34'h02000000
|
||||||
`define CLINT_RANGE 34'h0000FFFF
|
`define CLINT_RANGE 34'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b0
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 34'h10060000
|
`define GPIO_BASE 34'h10060000
|
||||||
`define GPIO_RANGE 34'h000000FF
|
`define GPIO_RANGE 34'h000000FF
|
||||||
`define UART_SUPPORTED 1'b1
|
`define UART_SUPPORTED 1'b1
|
||||||
|
Loading…
Reference in New Issue
Block a user