Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CHIPKIT Flow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
CHIPKIT Flow
Commits
904f72a3
Unverified
Commit
904f72a3
authored
4 years ago
by
whatmough
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
13c07857
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/rtl-coding/README.md
+2
-1
2 additions, 1 deletion
tools/rtl-coding/README.md
with
2 additions
and
1 deletion
tools/rtl-coding/README.md
+
2
−
1
View file @
904f72a3
...
...
@@ -32,7 +32,7 @@ The vast majority of RTL modules do not require more than one clock and reset.
Any logic that
*requires*
multiple clocks should be careful contained in a special module.
*
**Use the `logic` type exclusively.**
Replaces both the older
\t
exttt{
wire
}
and (very confusing)
\t
exttt{
reg
}
types.
Replaces both the older
`
wire
`
and (very confusing)
`
reg
`
types.
Provides compile-time checking for multiple drivers.
*
**Use the `always_comb` keyword for logic.**
...
...
@@ -191,6 +191,7 @@ endmodule // my_module
### Tutorial Material
*
[
CHIPKIT IEEE Micro paper
](
https://ieeexplore.ieee.org/document/9096507
)
*
[
Migrating from AHB to AXI based SoC Designs
](
https://www.doulos.com/knowhow/arm/Migrating_from_AHB_to_AXI/
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment