Skip to content

Commit a33fb77

Browse files
committed
Oops... localparam->parameter
1 parent 363f0a9 commit a33fb77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-tools/vivado_tcl/vivado_project.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if { $argc <5 } {
22
puts "Not enough arguments"
3-
puts "Usage: vivado -mode batch -nojou -nolog -source project_proc.tcl vivado_project.tcl -tclargs <platform_name> <project_name> <project_xdc> <source_files>"
3+
puts "Usage: vivado -mode batch -nojou -nolog -source project_proc.tcl vivado_project.tcl -tclargs <platform_name> <project_name> <verilog_defines> <project_xdc> <source_files>"
44
exit
55
}
66
set my_platform_name [lindex $argv 0]

serial_io/gmii_link.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Keep the Tx and Rx clock domains separate, they could be 100ppm different
33
// in a normal environment.
44
module gmii_link #(
5-
localparam CTRACE_AW = 14
5+
parameter CTRACE_AW = 14
66
) (
77
// GMII Rx
88
input RX_CLK,

0 commit comments

Comments
 (0)