Add transpose-form FIR option to SSR_FIR example#127
Open
robgraessle wants to merge 1 commit into
Open
Conversation
Adds a transpose-form SSR FIR (TRANSPOSE_SSR_FIR) as a second DUT next to the existing direct-form filter so the two architectures can be compared side by side. Both forms share a unified fixed_pkg/cfixed_pkg VHDL base, are driven by the same stimulus, and are functionally equivalent to within one output LSB; the direct form is also checked against the golden floating-point reference. - New: TRANSPOSE_SSR_FIR(.vhd/_CHAIN.vhd), WRAPPER_TRANSPOSE_SSR_FIR(.vhd/_config.m), fixed_pkg.vhd, cfixed_pkg.vhd - Migrate direct-form core and support blocks (SSR_FIR, SDELAY, BDELAY, DSPx8_WRAPPER, WRAPPER_SSR_FIR) onto the shared fixed_pkg/cfixed_pkg base - Remove obsolete TYPES_PKG.vhd and SSR_FIR_TEST.vhd - Model defaults to SSR=8, TAPS=64, non-symmetric; update README and screenshot Co-authored-by: Cursor <cursoragent@cursor.com>
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
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.
Summary
TRANSPOSE_SSR_FIR) as a second DUT alongside the existing direct-form filter in theExamples/HDL/Digital_Filtering/SSR_FIRexample, so the two architectures can be compared side by side.fixed_pkg/cfixed_pkgVHDL base, are driven by the same stimulus, and are functionally equivalent to within one output LSB; the direct form is also checked against the golden floating-pointDiscrete FIR Filterreference.Changes
TRANSPOSE_SSR_FIR.vhd,TRANSPOSE_SSR_FIR_CHAIN.vhd,WRAPPER_TRANSPOSE_SSR_FIR.vhd,WRAPPER_TRANSPOSE_SSR_FIR_config.m,fixed_pkg.vhd,cfixed_pkg.vhdSSR_FIR,SDELAY,BDELAY,DSPx8_WRAPPER,WRAPPER_SSR_FIR) onto the sharedfixed_pkg/cfixed_pkgbaseTYPES_PKG.vhdandSSR_FIR_TEST.vhdREADME.md,README.html, and the model screenshot;SSR_FIR.slxsaved in R2025aTest plan
Made with Cursor