diff options
| author | Julian Blake Kongslie | 2021-04-15 16:39:30 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-04-15 16:39:30 -0700 |
| commit | 4203007c5ac99c6f46b2aea378d043511b2d798d (patch) | |
| tree | a100bc17e2a1dd5e9b87f0002e4a91c400559b4c /tcl/init.tcl | |
| parent | More makefile corrections/simplifications for quartus on Linux. (diff) | |
| download | noncpu-4203007c5ac99c6f46b2aea378d043511b2d798d.tar.xz | |
Fix timing declarations for PLL in Quartus assignments.
Diffstat (limited to '')
| -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. |
