Skip to content
Snippets Groups Projects
Unverified Commit c0b561a1 authored by whatmough's avatar whatmough Committed by GitHub
Browse files

Update RTL-Coding-Guidelines.md

parent c52dba71
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ When using FPGAs with an RTL codebase, this macro can be easily redefined to inf ...@@ -82,6 +82,7 @@ When using FPGAs with an RTL codebase, this macro can be easily redefined to inf
```systemverilog ```systemverilog
// Include file contains flip-flop inference macro // Include file contains flip-flop inference macro
// Add this at the top of every RTL source file
`include RTL.svh `include RTL.svh
// Traditional flip-flop inference template // Traditional flip-flop inference template
...@@ -107,32 +108,14 @@ TODO - example ...@@ -107,32 +108,14 @@ TODO - example
### Project Directory Organization ### Project Directory Organization
. TODO
+-- _config.yml
+-- _drafts
| +-- begin-with-the-crazy-ideas.textile
| +-- on-simplicity-in-technology.markdown
+-- _includes
| +-- footer.html
| +-- header.html
+-- _layouts
| +-- default.html
| +-- post.html
+-- _posts
| +-- 2007-10-29-why-every-programmer-should-play-nethack.textile
| +-- 2009-04-26-barcamp-boston-4-roundup.textile
+-- _data
| +-- members.yml
+-- _site
+-- index.html
``` ```
project project
│ README.md │ README.md
│ file001.txt │ file001.txt
└───folder1 └───folder1
│ │ file011.txt │ │ file011.txt
│ │ file012.txt │ │ file012.txt
│ │ │ │
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment