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

Changed default parameter values and fixed column alignment

parent 5a418341
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
module socdebug_ahb #( module socdebug_ahb #(
parameter PROMPT_CHAR = "]", parameter PROMPT_CHAR = "]",
parameter integer FT1248_WIDTH = 1, // FTDI Interface 1,2,4 width supported parameter integer FT1248_WIDTH = 1, // FTDI Interface 1,2,4 width supported
parameter integer FT1248_CLKON = 0 // FTDI clock always on - else quiet when no access parameter integer FT1248_CLKON = 1 // FTDI clock always on - else quiet when no access
)( )(
// AHB-lite Master Interface - ADP // AHB-lite Master Interface - ADP
input wire HCLK, input wire HCLK,
...@@ -55,8 +55,8 @@ module socdebug_ahb #( ...@@ -55,8 +55,8 @@ module socdebug_ahb #(
input wire [7:0] FT_CLKDIV, // divider prescaler to ensure SCLK <1MHz input wire [7:0] FT_CLKDIV, // divider prescaler to ensure SCLK <1MHz
// GPIO interface // GPIO interface
output wire [7:0] GPO8_o, output wire [7:0] GPO8_o,
input wire [7:0] GPI8_i input wire [7:0] GPI8_i
); );
// FT1248 to ADP Bus // FT1248 to ADP Bus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment