Skip to content

Commit

Permalink
Remove default_nettype statements at the end of the RTL
Browse files Browse the repository at this point in the history
Signed-off-by: Kareem Farid <[email protected]>
  • Loading branch information
kareefardi committed Jun 26, 2024
1 parent a01f3f0 commit 1336eeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion verilog/rtl/user_proj_example.v
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,3 @@ module counter #(
end

endmodule
`default_nettype wire
2 changes: 0 additions & 2 deletions verilog/rtl/user_project_wrapper.v
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,3 @@ user_proj_example mprj (
);

endmodule // user_project_wrapper

`default_nettype wire

0 comments on commit 1336eeb

Please sign in to comment.