mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Updated configs to fix GPIO address to match FU540
This commit is contained in:
parent
c60bb68bff
commit
c6adb7b6b1
2
.gitignore
vendored
2
.gitignore
vendored
@ -27,6 +27,7 @@ wlft*
|
|||||||
testsBP/*/*/*.elf*
|
testsBP/*/*/*.elf*
|
||||||
testsBP/*/OBJ/*
|
testsBP/*/OBJ/*
|
||||||
testsBP/*/*.a
|
testsBP/*/*.a
|
||||||
|
tests/wally-riscv-arch-test/riscv-test-suite/*/I/*/*
|
||||||
tests/linux-testgen/linux-testvectors/*
|
tests/linux-testgen/linux-testvectors/*
|
||||||
!tests/linux-testgen/linux-testvectors/tvCopier.py
|
!tests/linux-testgen/linux-testvectors/tvCopier.py
|
||||||
!tests/linux-testgen/linux-testvectors/tvLinker.sh
|
!tests/linux-testgen/linux-testvectors/tvLinker.sh
|
||||||
@ -49,4 +50,5 @@ fpga/generator/*.jou
|
|||||||
*.signature.output
|
*.signature.output
|
||||||
examples/asm/sumtest/sumtest
|
examples/asm/sumtest/sumtest
|
||||||
examples/asm/example/example
|
examples/asm/example/example
|
||||||
|
examples/C/sum/sum
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
`define CLINT_BASE 56'h02000000
|
`define CLINT_BASE 56'h02000000
|
||||||
`define CLINT_RANGE 56'h0000FFFF
|
`define CLINT_RANGE 56'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 56'h10012000
|
`define GPIO_BASE 56'h10060000
|
||||||
`define GPIO_RANGE 56'h000000FF
|
`define GPIO_RANGE 56'h000000FF
|
||||||
`define UART_SUPPORTED 1'b1
|
`define UART_SUPPORTED 1'b1
|
||||||
`define UART_BASE 56'h10000000
|
`define UART_BASE 56'h10000000
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
`define CLINT_BASE 56'h02000000
|
`define CLINT_BASE 56'h02000000
|
||||||
`define CLINT_RANGE 56'h0000FFFF
|
`define CLINT_RANGE 56'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 56'h10012000
|
`define GPIO_BASE 56'h10060000
|
||||||
`define GPIO_RANGE 56'h000000FF
|
`define GPIO_RANGE 56'h000000FF
|
||||||
`define UART_SUPPORTED 1'b1
|
`define UART_SUPPORTED 1'b1
|
||||||
`define UART_BASE 56'h10000000
|
`define UART_BASE 56'h10000000
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
`define CLINT_BASE 56'h02000000
|
`define CLINT_BASE 56'h02000000
|
||||||
`define CLINT_RANGE 56'h0000FFFF
|
`define CLINT_RANGE 56'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 56'h10012000
|
`define GPIO_BASE 56'h10060000
|
||||||
`define GPIO_RANGE 56'h000000FF
|
`define GPIO_RANGE 56'h000000FF
|
||||||
`define UART_SUPPORTED 1'b1
|
`define UART_SUPPORTED 1'b1
|
||||||
`define UART_BASE 56'h10000000
|
`define UART_BASE 56'h10000000
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
`define CLINT_BASE 34'h02000000
|
`define CLINT_BASE 34'h02000000
|
||||||
`define CLINT_RANGE 34'h0000FFFF
|
`define CLINT_RANGE 34'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 34'h10012000
|
`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
|
||||||
`define UART_BASE 34'h10000000
|
`define UART_BASE 34'h10000000
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
`define CLINT_BASE 34'h02000000
|
`define CLINT_BASE 34'h02000000
|
||||||
`define CLINT_RANGE 34'h0000FFFF
|
`define CLINT_RANGE 34'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 34'h10012000
|
`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
|
||||||
`define UART_BASE 34'h10000000
|
`define UART_BASE 34'h10000000
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
`define CLINT_BASE 34'h02000000
|
`define CLINT_BASE 34'h02000000
|
||||||
`define CLINT_RANGE 34'h0000FFFF
|
`define CLINT_RANGE 34'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 34'h10012000
|
`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
|
||||||
`define UART_BASE 34'h10000000
|
`define UART_BASE 34'h10000000
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
`define CLINT_BASE 34'h02000000
|
`define CLINT_BASE 34'h02000000
|
||||||
`define CLINT_RANGE 34'h0000FFFF
|
`define CLINT_RANGE 34'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 34'h10012000
|
`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
|
||||||
`define UART_BASE 34'h10000000
|
`define UART_BASE 34'h10000000
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
`define CLINT_BASE 34'h02000000
|
`define CLINT_BASE 34'h02000000
|
||||||
`define CLINT_RANGE 34'h0000FFFF
|
`define CLINT_RANGE 34'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 34'h10012000
|
`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
|
||||||
`define UART_BASE 34'h10000000
|
`define UART_BASE 34'h10000000
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
`define CLINT_BASE 56'h02000000
|
`define CLINT_BASE 56'h02000000
|
||||||
`define CLINT_RANGE 56'h0000FFFF
|
`define CLINT_RANGE 56'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 56'h10012000
|
`define GPIO_BASE 56'h10060000
|
||||||
`define GPIO_RANGE 56'h000000FF
|
`define GPIO_RANGE 56'h000000FF
|
||||||
`define UART_SUPPORTED 1'b1
|
`define UART_SUPPORTED 1'b1
|
||||||
`define UART_BASE 56'h10000000
|
`define UART_BASE 56'h10000000
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
`define CLINT_BASE 56'h02000000
|
`define CLINT_BASE 56'h02000000
|
||||||
`define CLINT_RANGE 56'h0000FFFF
|
`define CLINT_RANGE 56'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 56'h10012000
|
`define GPIO_BASE 56'h10060000
|
||||||
`define GPIO_RANGE 56'h000000FF
|
`define GPIO_RANGE 56'h000000FF
|
||||||
`define UART_SUPPORTED 1'b1
|
`define UART_SUPPORTED 1'b1
|
||||||
`define UART_BASE 56'h10000000
|
`define UART_BASE 56'h10000000
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
`define CLINT_BASE 56'h02000000
|
`define CLINT_BASE 56'h02000000
|
||||||
`define CLINT_RANGE 56'h0000FFFF
|
`define CLINT_RANGE 56'h0000FFFF
|
||||||
`define GPIO_SUPPORTED 1'b1
|
`define GPIO_SUPPORTED 1'b1
|
||||||
`define GPIO_BASE 56'h10012000
|
`define GPIO_BASE 56'h10060000
|
||||||
`define GPIO_RANGE 56'h000000FF
|
`define GPIO_RANGE 56'h000000FF
|
||||||
`define UART_SUPPORTED 1'b1
|
`define UART_SUPPORTED 1'b1
|
||||||
`define UART_BASE 56'h10000000
|
`define UART_BASE 56'h10000000
|
||||||
|
Loading…
Reference in New Issue
Block a user