Commit 0bfc9d5
Add ramp & pulse generator (#23)
* BUGFIX: Remove VHDL-2008 statement in psi_common_tdm_par
* FEATURE: Added string->real conversion to psi_common_math_pkg
* DEVEL: Implemented choose for t_areal
* FEATURE: Selectable MOSI state furing CSn high time
Fully backwards compatible and required to control some A/D convertes (e.g. AD4010)
* FEATURE: Added dynamic shift (psi_common_dyn_sft.vhd) (#20)
Co-authored-by: Oliver Bründler <oliver.bruendler@enclustra.com>
* Devel/trigger generator (#18)
* DEVEL: psi_coomon_trigger_generator.vhd added
* DEVEL: the trigger can be disamed in continuous mode
* CLEANUP: minor modif on trigger_generator
* DEVEL: trigger_generator_tb added. DOCU: trigger_generator doc added
* BUGFIX: code improvements after comments, DOCU: format improved
* FEATURE: analog and digital trigger created.
* DOCU: documentation updated
* BUGFIX: trigger analog and digital tb fixed for run.tcl
* DEVEL: description added and _c postfix changed in _dff in triggers vhdl files
* BUGFIX: fixed a bug in config.tcl that prevents starting simulations
* IMPROVEMENT: Use attributes to always use SRLs in SRL mode for psi_common_delay
* FEATURE: ramp & pulse generator + new math function
Co-authored-by: Oliver Bründler <oliver.bruendler@enclustra.com>
Co-authored-by: Oliver Bründler <oli.bruendler@gmx.ch>
Co-authored-by: FD82 <59609467+FD82@users.noreply.github.com>1 parent bcda2ce commit 0bfc9d5
File tree
19 files changed
+1068
-5
lines changed- doc
- ch10_interfaces
- ch11_misc
- ch2_packages
- hdl
- sigasi
- sim
- testbench
- psi_common_pulse_generator_ctrl_static_tb
- psi_common_ramp_gene_tb
19 files changed
+1068
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
0 commit comments