7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

Added bitstream outputs

This commit is contained in:
Aleksa Bjelogrlic 2024-05-11 16:08:22 -04:00
parent 5401d8af3a
commit e866860987
26 changed files with 1448674 additions and 34 deletions

62
.gitignore vendored
View File

@ -1,31 +1,31 @@
# Xcode Project specifc
*.xcuserstate
# vim specifc
tags
# clangd compile commands generated by bear for clangd lsp use
compile_commands.json
compile_commands.commands.json
.clangd
.cache
Software/xdma_driver_win_src_2018_2/*
*.exe
# testing files
*.c~
*.txt~
*.h~
# Vivado Projects
Firmware/XDMA/*_prj*/
/**/.Xil/
/**/__pycache__/
Firmware/XDMA/output/*.bin
Firmware/XDMA/output/*.bit
Firmware/XDMA/output/*.mcs
Firmware/XDMA/output/*.prm
# Xcode Project specifc
*.xcuserstate
# vim specifc
tags
# clangd compile commands generated by bear for clangd lsp use
compile_commands.json
compile_commands.commands.json
.clangd
.cache
Software/xdma_driver_win_src_2018_2/*
*.exe
# testing files
*.c~
*.txt~
*.h~
# Vivado Projects
Firmware/XDMA/*_prj*/
/**/.Xil/
/**/__pycache__/
#Firmware/XDMA/output/*.bin
#Firmware/XDMA/output/*.bit
#Firmware/XDMA/output/*.mcs
#Firmware/XDMA/output/*.prm

View File

@ -1,3 +0,0 @@
xdma_prj_50t/
xdma_prj_100t/
xdma_prj_200t/

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
===================================
Configuration Memory information
===================================
File Format MCS
Interface SPIX4
Size 32M
Start Address 0x00000000
End Address 0x01FFFFFF
Addr1 Addr2 Date File(s)
0x00000000 0x00261BDB May 11 02:36:19 2024 ./output/xdma_prj_100t_gold.bit
0x0097FC00 0x0097FFFF Apr 13 15:25:20 2024 ./cfg/timer1.bin
0x00980000 0x00BE1BDB May 11 02:35:57 2024 ./output/xdma_prj_100t.bit
0x01300000 0x0130003B Apr 13 15:25:20 2024 ./cfg/timer2.bin

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
===================================
Configuration Memory information
===================================
File Format MCS
Interface SPIX4
Size 32M
Start Address 0x00000000
End Address 0x01FFFFFF
Addr1 Addr2 Date File(s)
0x00980000 0x00BE1BDB May 11 02:35:57 2024 ./output/xdma_prj_100t.bit

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
===================================
Configuration Memory information
===================================
File Format MCS
Interface SPIX4
Size 32M
Start Address 0x00000000
End Address 0x01FFFFFF
Addr1 Addr2 Date File(s)
0x00000000 0x003765E7 May 11 02:50:24 2024 ./output/xdma_prj_200t_gold.bit
0x0097FC00 0x0097FFFF Apr 13 15:25:20 2024 ./cfg/timer1.bin
0x00980000 0x00CF65E7 May 11 02:49:54 2024 ./output/xdma_prj_200t.bit
0x01300000 0x0130003B Apr 13 15:25:20 2024 ./cfg/timer2.bin

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
===================================
Configuration Memory information
===================================
File Format MCS
Interface SPIX4
Size 32M
Start Address 0x00000000
End Address 0x01FFFFFF
Addr1 Addr2 Date File(s)
0x00980000 0x00CF65E7 May 11 02:49:54 2024 ./output/xdma_prj_200t.bit

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
===================================
Configuration Memory information
===================================
File Format MCS
Interface SPIX4
Size 8M
Start Address 0x00000000
End Address 0x007FFFFF
Addr1 Addr2 Date File(s)
0x00000000 0x001854AB May 11 13:08:37 2024 ./output/xdma_prj_50t_gold.bit
0x0023FC00 0x0023FFFF May 11 13:02:37 2024 ./cfg/timer1_50t.bin
0x00240000 0x003C54AB May 11 13:07:58 2024 ./output/xdma_prj_50t.bit
0x00480000 0x0048003B May 11 13:02:37 2024 ./cfg/timer2_50t.bin

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More