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

Update la.h #53

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cocotb/caravel_cocotb/interfaces/common_functions/la.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ enum la_reg_number {
};
#endif //DOXYGEN_DOCS_ONLY
/**
* Setting logic analyzer input enable
* Setting logic analyzer input enable. High to enable.
*
* Enable as input to the user project. firmware sends to user project
* Enable as input from the user project to the firmware.
*
* @param reg_num logic analyzer register to write to.
* Usually not all caravel versions has the same numbers of LA registers
Expand All @@ -51,9 +51,9 @@ void LogicAnalyzer_inputEnable(enum la_reg_number reg_num , unsigned int is_enab
}
}
/**
* Setting logic analyzer output enable
* Setting logic analyzer output enable. Low to enable.
*
* Enable as output from the user project. firmware receives from user project
* Enable as output from the firmware to the user project.
*
*
* @param reg_num logic analyzer register to write to.
Expand Down