File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11if { $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}
66set my_platform_name [lindex $argv 0]
Original file line number Diff line number Diff line change 22// Keep the Tx and Rx clock domains separate, they could be 100ppm different
33// in a normal environment.
44module gmii_link #(
5- localparam CTRACE_AW = 14
5+ parameter CTRACE_AW = 14
66) (
77 // GMII Rx
88 input RX_CLK,
You can’t perform that action at this time.
0 commit comments