mirror of
https://github.com/Klagarge/Cursor.git
synced 2025-06-26 04:12:31 +00:00
Initial commit
This commit is contained in:
1
Libs/Memory_test/hds/.hdlsidedata/_Flash_behav.vhd._fpf
Normal file
1
Libs/Memory_test/hds/.hdlsidedata/_Flash_behav.vhd._fpf
Normal file
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1,4 @@
|
||||
INCLUDE list {
|
||||
DEFAULT atom 1
|
||||
}
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1,4 @@
|
||||
INCLUDE list {
|
||||
DEFAULT atom 1
|
||||
}
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1,4 @@
|
||||
INCLUDE list {
|
||||
DEFAULT atom 1
|
||||
}
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
4
Libs/Memory_test/hds/.hdlsidedata/_mti_pkg_pkg.vhd._fpf
Normal file
4
Libs/Memory_test/hds/.hdlsidedata/_mti_pkg_pkg.vhd._fpf
Normal file
@ -0,0 +1,4 @@
|
||||
INCLUDE list {
|
||||
DEFAULT atom 1
|
||||
}
|
||||
DIALECT atom VHDL_93
|
@ -0,0 +1,4 @@
|
||||
INCLUDE list {
|
||||
DEFAULT atom 1
|
||||
}
|
||||
DIALECT atom VHDL_93
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1,4 @@
|
||||
INCLUDE list {
|
||||
DEFAULT atom 1
|
||||
}
|
||||
DIALECT atom VHDL_2008
|
3
Libs/Memory_test/hds/_bram_tb._epf
Normal file
3
Libs/Memory_test/hds/_bram_tb._epf
Normal file
@ -0,0 +1,3 @@
|
||||
DEFAULT_FILE atom bram_tb/struct.bd
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
TOP_MARKER atom 1
|
2
Libs/Memory_test/hds/_bram_tester._epf
Normal file
2
Libs/Memory_test/hds/_bram_tester._epf
Normal file
@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom test
|
||||
DEFAULT_FILE atom bram_tester_test.vhd
|
3
Libs/Memory_test/hds/_fifo_tb._epf
Normal file
3
Libs/Memory_test/hds/_fifo_tb._epf
Normal file
@ -0,0 +1,3 @@
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
DEFAULT_FILE atom fifo_tb/struct.bd
|
||||
TOP_MARKER atom 1
|
2
Libs/Memory_test/hds/_flash_28f128j3a._epf
Normal file
2
Libs/Memory_test/hds/_flash_28f128j3a._epf
Normal file
@ -0,0 +1,2 @@
|
||||
DEFAULT_FILE atom Flash_behav.vhd
|
||||
DEFAULT_ARCHITECTURE atom behav
|
3
Libs/Memory_test/hds/_flash_tb._epf
Normal file
3
Libs/Memory_test/hds/_flash_tb._epf
Normal file
@ -0,0 +1,3 @@
|
||||
DEFAULT_FILE atom flash_tb/struct.bd
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
TOP_MARKER atom 1
|
2
Libs/Memory_test/hds/_flash_tester._epf
Normal file
2
Libs/Memory_test/hds/_flash_tester._epf
Normal file
@ -0,0 +1,2 @@
|
||||
DEFAULT_FILE atom flash_tester_test.vhd
|
||||
DEFAULT_ARCHITECTURE atom test
|
3
Libs/Memory_test/hds/_flashcontroller_tb._epf
Normal file
3
Libs/Memory_test/hds/_flashcontroller_tb._epf
Normal file
@ -0,0 +1,3 @@
|
||||
DEFAULT_FILE atom flash@controller_tb/struct.bd
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
TOP_MARKER atom 1
|
2
Libs/Memory_test/hds/_flashcontroller_tester._epf
Normal file
2
Libs/Memory_test/hds/_flashcontroller_tester._epf
Normal file
@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom test
|
||||
DEFAULT_FILE atom flashController_tester_test.vhd
|
3
Libs/Memory_test/hds/_sdramcontroller_tb._epf
Normal file
3
Libs/Memory_test/hds/_sdramcontroller_tb._epf
Normal file
@ -0,0 +1,3 @@
|
||||
DEFAULT_FILE atom sdram@controller_tb/struct.bd
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
TOP_MARKER atom 1
|
2
Libs/Memory_test/hds/_sdramcontroller_tester._epf
Normal file
2
Libs/Memory_test/hds/_sdramcontroller_tester._epf
Normal file
@ -0,0 +1,2 @@
|
||||
DEFAULT_FILE atom sdramController_tester_test.vhd
|
||||
DEFAULT_ARCHITECTURE atom test
|
3661
Libs/Memory_test/hds/bram_tb/struct.bd
Normal file
3661
Libs/Memory_test/hds/bram_tb/struct.bd
Normal file
File diff suppressed because it is too large
Load Diff
1256
Libs/Memory_test/hds/bram_tb/symbol.sb
Normal file
1256
Libs/Memory_test/hds/bram_tb/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
2134
Libs/Memory_test/hds/bram_tester/interface
Normal file
2134
Libs/Memory_test/hds/bram_tester/interface
Normal file
File diff suppressed because it is too large
Load Diff
3219
Libs/Memory_test/hds/fifo_tb/struct.bd
Normal file
3219
Libs/Memory_test/hds/fifo_tb/struct.bd
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,3 @@
|
||||
# Script to replay the last simulation run
|
||||
cd $HDS_PROJECT_DIR\..\Memory_test\work
|
||||
"C:/eda/mentor/questasim64_10.1b/win64/vsim" -f hds_args.tmp
|
1256
Libs/Memory_test/hds/fifo_tb/symbol.sb
Normal file
1256
Libs/Memory_test/hds/fifo_tb/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
1504
Libs/Memory_test/hds/fifo_tester/interface
Normal file
1504
Libs/Memory_test/hds/fifo_tester/interface
Normal file
File diff suppressed because it is too large
Load Diff
5566
Libs/Memory_test/hds/flash@controller_tb/struct.bd
Normal file
5566
Libs/Memory_test/hds/flash@controller_tb/struct.bd
Normal file
File diff suppressed because it is too large
Load Diff
1256
Libs/Memory_test/hds/flash@controller_tb/symbol.sb
Normal file
1256
Libs/Memory_test/hds/flash@controller_tb/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
1973
Libs/Memory_test/hds/flash@controller_tester/interface
Normal file
1973
Libs/Memory_test/hds/flash@controller_tester/interface
Normal file
File diff suppressed because it is too large
Load Diff
1951
Libs/Memory_test/hds/flash_28@f128@j3@a/symbol.sb
Normal file
1951
Libs/Memory_test/hds/flash_28@f128@j3@a/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
3224
Libs/Memory_test/hds/flash_tb/struct.bd
Normal file
3224
Libs/Memory_test/hds/flash_tb/struct.bd
Normal file
File diff suppressed because it is too large
Load Diff
1256
Libs/Memory_test/hds/flash_tb/symbol.sb
Normal file
1256
Libs/Memory_test/hds/flash_tb/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
1841
Libs/Memory_test/hds/flash_tester/interface
Normal file
1841
Libs/Memory_test/hds/flash_tester/interface
Normal file
File diff suppressed because it is too large
Load Diff
6053
Libs/Memory_test/hds/sdram@controller_tb/struct.bd
Normal file
6053
Libs/Memory_test/hds/sdram@controller_tb/struct.bd
Normal file
File diff suppressed because it is too large
Load Diff
1256
Libs/Memory_test/hds/sdram@controller_tb/symbol.sb
Normal file
1256
Libs/Memory_test/hds/sdram@controller_tb/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
1971
Libs/Memory_test/hds/sdram@controller_tester/interface
Normal file
1971
Libs/Memory_test/hds/sdram@controller_tester/interface
Normal file
File diff suppressed because it is too large
Load Diff
2448
Libs/Memory_test/hds/sdram_mt48lc16m16a2/symbol.sb
Normal file
2448
Libs/Memory_test/hds/sdram_mt48lc16m16a2/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user