Architecture tb of sdm_tb entity.
More...
|
|
pr_clock | ( ) |
| | Clock generation process.
|
|
pr_stimulus | ( ) |
| | Stimulus process to drive PWM unit under test.
|
|
|
c_clk_period | := 10 ns |
| | Test bench clock period.
|
|
c_stimulus | t_stimulus_array := ( ( name = > " Hold in reset " , rst = > ' 1 ' , sdm_level = > B " 11 " , percent = > 0 ) , ( name = > " Running value 0 " , rst = > ' 0 ' , sdm_level = > B " 00 " , percent = > 0 ) , ( name = > " Running value 1 " , rst = > ' 0 ' , sdm_level = > B " 01 " , percent = > 25 ) , ( name = > " Running value 2 " , rst = > ' 0 ' , sdm_level = > B " 10 " , percent = > 50 ) , ( name = > " Running value 3 " , rst = > ' 0 ' , sdm_level = > B " 11 " , percent = > 75 ) ) |
| | Test stimulus.
|
|
|
clk | |
| | Clock input to sdm uut.
|
|
sdm_out | |
| | Modulator output from sdm uut.
|
|
on_rst | |
| | Reset input to on_percent.
|
|
on_percent | |
| | Percent output from on_percent.
|
Architecture tb of sdm_tb entity.
Definition at line 20 of file sdm_tb.vhd.
§ rst
rst input to uut
Reset input to sdm uut.
Definition at line 28 of file sdm_tb.vhd.
§ sdm_level
sdm_level input to uut
Level input to sdm uut.
Definition at line 29 of file sdm_tb.vhd.
The documentation for this class was generated from the following file: