-
Notifications
You must be signed in to change notification settings - Fork 23
Devel/trigger generator #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rrerinstitute/psi_common into devel/trigger_generator
BenoitStef
added a commit
that referenced
this pull request
Aug 6, 2020
* BUGFIX: Convert input to signed in to_sslv * 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. * DEVEL: trigger_digital and trigger_analog tb added * DEVEL: analog and digital trigger have now only std_logic(_vector) ports * DEVEL: InExtDisarm input added to triggers * DOCU: documentation updated * BUGFIX: trigger analog and digital tb fixed for run.tcl * DOCU: small changes, CLEANUP: trigger_generator files removed * DOCU: .md doc for trigger_analog and trigger_digital created * DOCU: Index fixed * TB: config.tcl fixed * DEVEL: description added and _c postfix changed in _dff in triggers vhdl files * BUGFIX: fixed a bug in config.tcl that prevents starting simulations Co-authored-by: SB82 <45063918+BenoitStef@users.noreply.github.com> * DOC: Update doc listing ch11_11 * DOC: corrected link 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>
BenoitStef
added a commit
that referenced
this pull request
Nov 20, 2020
* 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I implemented the comments from the previous pull request