diff options
Diffstat (limited to 'tcl')
| -rw-r--r-- | tcl/init.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/init.tcl b/tcl/init.tcl index 96ed9de..3466f17 100644 --- a/tcl/init.tcl +++ b/tcl/init.tcl | |||
| @@ -11,7 +11,7 @@ proc pin {loc net} { | |||
| 11 | set_instance_assignment -name IO_STANDARD "3.3V LVTTL" -to $net | 11 | set_instance_assignment -name IO_STANDARD "3.3V LVTTL" -to $net |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | pin E1 clk | 14 | pin E1 native_clk |
| 15 | pin J15 reset_n | 15 | pin J15 reset_n |
| 16 | 16 | ||
| 17 | # This is the clock for timing-driven synthesis, not timing analysis. | 17 | # This is the clock for timing-driven synthesis, not timing analysis. |
