Skip to content

Commit

Permalink
Merge pull request #53 from efabless/mattvenn-patch-1
Browse files Browse the repository at this point in the history
Update la.h documentaion
  • Loading branch information
M0stafaRady authored Oct 4, 2023
2 parents ec45846 + debdb5c commit 966b54c
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 966b54c

Please sign in to comment.