Initial commit
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
ARCHITECTURE test OF lissajousGenerator_tester IS
|
||||
|
||||
constant clockPeriod: time := (1.0/clockFrequency) * 1 sec;
|
||||
signal sClock: std_uLogic := '1';
|
||||
|
||||
BEGIN
|
||||
------------------------------------------------------------------------------
|
||||
-- clock and reset
|
||||
sClock <= not sClock after clockPeriod/2;
|
||||
clock <= transport sClock after clockPeriod*9/10;
|
||||
reset <= '1', '0' after 2*clockPeriod;
|
||||
|
||||
END ARCHITECTURE test;
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1 @@
|
||||
DIALECT atom VHDL_2008
|
@ -0,0 +1,3 @@
|
||||
DEFAULT_FILE atom lissajous@generator_test/struct.bd
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
TOP_MARKER atom 1
|
@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom test
|
||||
DEFAULT_FILE atom lissajousGenerator_tester_test.vhd
|
9
04-Lissajous/Lissajous_test/hds/lissajous@generator_test/_struct.bd._fpf
Executable file
9
04-Lissajous/Lissajous_test/hds/lissajous@generator_test/_struct.bd._fpf
Executable file
@ -0,0 +1,9 @@
|
||||
ARCHITECTURES list {
|
||||
{lissajousgenerator_test struct} list {
|
||||
TASK_SETTINGS list {
|
||||
PLUGIN_SETTINGS list {
|
||||
ModelSimSimulator atom {TaskSetting Arguments {} TaskSetting Communication 1 TaskSetting DelaySelection typ TaskSetting GlitchGeneration 1 TaskSetting InitCmd {$SIMULATION_DIR/lissajousGenerator.do} TaskSetting LogFile {} TaskSetting RemoteHost {} TaskSetting Resolution ns TaskSetting SdfDelay typ TaskSetting SdfMultiSrcDelay latest TaskSetting SdfReduce 0 TaskSetting SdfWarnings 1 TaskSetting TimingChecks 1 TaskSetting UseBatch 0 TaskSetting UseCLI 0 TaskSetting UseGUI 1 TaskSetting VitalVersion 95 TaskSetting autoNames 1 TaskSetting coverage 0 TaskSetting excludePSL 0 TaskSetting exepath %task_ModelSimPath TaskSetting minimumSimSetting 0 TaskSetting saveReplayScript 0 TaskSetting useCustomSimDir 0}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
3941
04-Lissajous/Lissajous_test/hds/lissajous@generator_test/struct.bd
Normal file
3941
04-Lissajous/Lissajous_test/hds/lissajous@generator_test/struct.bd
Normal file
File diff suppressed because it is too large
Load Diff
1248
04-Lissajous/Lissajous_test/hds/lissajous@generator_test/symbol.sb
Normal file
1248
04-Lissajous/Lissajous_test/hds/lissajous@generator_test/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
1793
04-Lissajous/Lissajous_test/hds/lissajous@generator_tester/interface
Normal file
1793
04-Lissajous/Lissajous_test/hds/lissajous@generator_tester/interface
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user