Hack DUT
Sunday, April 28, 2024
C Programming
Header Files and Includes
https://cplusplus.com/forum/articles/10627/
https://stackoverflow.com/questions/2762568/c-c-include-header-file-order
Preprocessing Macros
I found this usage of defining empty macros in pico sdk, and it's sometimes useful:
#define _REG_(x)
_REG_(SIO_GPIO_OE_SET_OFFSET)
c preprocessor - Are empty macro definitions allowed in C? How do they behave? - Stack Overflow
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
raspberry pi gpio controls
#gpiozero library https://gpiozero.readthedocs.io/en/stable/#
Ctags and Vim to Work with Systemverilog
refer to the following links, I am just adding some corrections to the original post: https://coderwall.com/p/fy7stg/vim-and-systemverilog...
UVM Notes
This article is to list down the most used constructions of UVM to my personal understanding. UVM simulator steps VCS(Synopsys) IUS(Ca...
Systemverilog defines for use in variable names
How do form Variable names by using defines in system verilog : https://stackoverflow.com/questions/20759707/how-do-form-variable-names...
No comments:
Post a Comment