mirror of
https://github.com/Klagarge/Cursor.git
synced 2025-06-26 04:12:31 +00:00
Initial commit
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
INCLUDE list {
|
||||
DEFAULT atom 1
|
||||
}
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1,4 @@
|
||||
INCLUDE list {
|
||||
DEFAULT atom 1
|
||||
}
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1,3 @@
|
||||
# Script to replay the last simulation run
|
||||
cd $SCRATCH_DIR/$DESIGN_NAME/Lcd_test/work
|
||||
"C:\eda\Modelsim/win32/vsim" -f hds_args.tmp
|
3
Libs/Lcd_test/hds/_lcdcontroller_tb._epf
Normal file
3
Libs/Lcd_test/hds/_lcdcontroller_tb._epf
Normal file
@ -0,0 +1,3 @@
|
||||
DEFAULT_FILE atom lcd@controller_tb/struct.bd
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
TOP_MARKER atom 1
|
2
Libs/Lcd_test/hds/_lcdcontroller_tester._epf
Normal file
2
Libs/Lcd_test/hds/_lcdcontroller_tester._epf
Normal file
@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom test
|
||||
DEFAULT_FILE atom lcdController_tester_test.vhd
|
3
Libs/Lcd_test/hds/_lcddemo_tb._epf
Normal file
3
Libs/Lcd_test/hds/_lcddemo_tb._epf
Normal file
@ -0,0 +1,3 @@
|
||||
DEFAULT_FILE atom lcd@demo_tb/struct.bd
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
TOP_MARKER atom 1
|
2
Libs/Lcd_test/hds/_lcddemo_tester._epf
Normal file
2
Libs/Lcd_test/hds/_lcddemo_tester._epf
Normal file
@ -0,0 +1,2 @@
|
||||
DEFAULT_FILE atom lcdDemo_tester_test.vhd
|
||||
DEFAULT_ARCHITECTURE atom test
|
3
Libs/Lcd_test/hds/_lcdserializer_tb._epf
Normal file
3
Libs/Lcd_test/hds/_lcdserializer_tb._epf
Normal file
@ -0,0 +1,3 @@
|
||||
DEFAULT_FILE atom lcd@serializer_tb/struct.bd
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
TOP_MARKER atom 0
|
2
Libs/Lcd_test/hds/_lcdserializer_tester._epf
Normal file
2
Libs/Lcd_test/hds/_lcdserializer_tester._epf
Normal file
@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom test
|
||||
DEFAULT_FILE atom lcdSerializer_tester_test.vhd
|
3437
Libs/Lcd_test/hds/lcd@controller_tb/struct.bd
Normal file
3437
Libs/Lcd_test/hds/lcd@controller_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 $SCRATCH_DIR/$DESIGN_NAME/Lcd_test/work
|
||||
"C:\eda\Modelsim/win32/vsim" -f hds_args.tmp
|
1297
Libs/Lcd_test/hds/lcd@controller_tb/symbol.sb
Normal file
1297
Libs/Lcd_test/hds/lcd@controller_tb/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
1661
Libs/Lcd_test/hds/lcd@controller_tester/interface
Normal file
1661
Libs/Lcd_test/hds/lcd@controller_tester/interface
Normal file
File diff suppressed because it is too large
Load Diff
3526
Libs/Lcd_test/hds/lcd@demo_tb/struct.bd
Normal file
3526
Libs/Lcd_test/hds/lcd@demo_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 $SCRATCH_DIR/$DESIGN_NAME/Lcd_test/work
|
||||
"C:\eda\modeltech_6.6e/win32/vsim" -f hds_args.tmp
|
1297
Libs/Lcd_test/hds/lcd@demo_tb/symbol.sb
Normal file
1297
Libs/Lcd_test/hds/lcd@demo_tb/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
1702
Libs/Lcd_test/hds/lcd@demo_tester/interface
Normal file
1702
Libs/Lcd_test/hds/lcd@demo_tester/interface
Normal file
File diff suppressed because it is too large
Load Diff
3436
Libs/Lcd_test/hds/lcd@serializer_tb/struct.bd
Normal file
3436
Libs/Lcd_test/hds/lcd@serializer_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 $SCRATCH_DIR/$DESIGN_NAME/Lcd_test/work
|
||||
"C:\eda\Modelsim/win32/vsim" -f hds_args.tmp
|
1297
Libs/Lcd_test/hds/lcd@serializer_tb/symbol.sb
Normal file
1297
Libs/Lcd_test/hds/lcd@serializer_tb/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
1657
Libs/Lcd_test/hds/lcd@serializer_tester/interface
Normal file
1657
Libs/Lcd_test/hds/lcd@serializer_tester/interface
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user