Skip to content
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

[CFS] add demo program #261

Merged
merged 4 commits into from
Jan 27, 2022
Merged

[CFS] add demo program #261

merged 4 commits into from
Jan 27, 2022

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Jan 27, 2022

This PR reworks the "user" logic of the default Custom Functions Subsystem (CFS) hardware module and also adds a simple example program to illustrate how to use/access the CFS from software (-> sw/example/demo_cfs).

The default CFS now implements four exemplary memory-mapped registers that perform simple, combinatorial data transformations:

  • binary to gray conversion
  • gray to binary conversion
  • bit reversal
  • byte swap (Endianness conversion)

@stnolting stnolting added DOC Improvements or additions to documentation SW software-related labels Jan 27, 2022
@stnolting stnolting self-assigned this Jan 27, 2022
reworked CFS user logic; added CFS demo program
@stnolting stnolting marked this pull request as ready for review January 27, 2022 10:28
@stnolting stnolting merged commit 092549e into master Jan 27, 2022
@stnolting stnolting deleted the add_cfs_sw_example branch January 27, 2022 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DOC Improvements or additions to documentation SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant