You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
808 B

  1. <!--=== Report a bug (start) ===-->
  2. <!-- Remove this part if it is a bug -->
  3. ## Report a bug
  4. ### Input
  5. <!-- Give a sample example -->
  6. ```vhdl
  7. -- sample code here
  8. ```
  9. ### Expected Behavior
  10. <!--- Tell us what should happen -->
  11. ```vhdl
  12. -- sample code here
  13. ```
  14. ### Actual Behavior
  15. <!--- Tell us what happens instead of the expected behavior -->
  16. ```vhdl
  17. -- sample code here
  18. ```
  19. <!--=== Report a bug (end) ===-->
  20. <!--=== Request a feature (start) ===-->
  21. <!-- Remove this part if it is a bug -->
  22. ---
  23. ## Request a new feature
  24. ### As a user, I want to...
  25. <!-- Describe your requirement here -->
  26. #### Example Input:
  27. <!-- Give a sample input -->
  28. ```vhdl
  29. -- sample code here
  30. ```
  31. #### Example Output:
  32. <!-- Give an expected output -->
  33. ```vhdl
  34. -- sample code here
  35. ```
  36. <!--=== Request a feature (end) ===-->