The README.md file contains a systematic list of all the topics in Verilog. In case you might want to add a new topic / concept, feel free to add, but follow the below steps:
- Fork the repository into your account
- Clone the repository
- Create a new branch with your name.
- Add a new topic - strictly no repitions - in the README list of topics section
- Write a brief description for the topic
- Open a verilog file in the forked and cloned repository and write some code explaining the same topic.
- Push and wait untill the code is merged into the main repository
HAPPY HACKING!!