Skip to content
Snippets Groups Projects
Commit d88e763e authored by dam1n19's avatar dam1n19
Browse files

refactor: ATO2-24: Further restructured code to improve readability

parent a9452430
Branches
No related tags found
No related merge requests found
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
// //
// Copyright 2022, SoC Labs (www.soclabs.org) // Copyright 2022, SoC Labs (www.soclabs.org)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
module vr_fifo module vr_fifo #(
#(
parameter DEPTH = 4, // FIFO Row Depth parameter DEPTH = 4, // FIFO Row Depth
parameter DATA_W = 32, // FIFO Row Width parameter DATA_W = 32, // FIFO Row Width
parameter PTR_W = $clog2(DEPTH) + 1 // Read/Write Pointer Width parameter PTR_W = $clog2(DEPTH) + 1 // Read/Write Pointer Width
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment