From 3033861e88f190308d8f5cd829c09ca69f8248c4 Mon Sep 17 00:00:00 2001 From: Till Harbaum Date: Mon, 26 Oct 2015 21:06:55 +0100 Subject: [PATCH] [Plus Too] Floppy dsk support and various other small improvements --- cores/plus_too/pll.qip | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cores/plus_too/pll.qip diff --git a/cores/plus_too/pll.qip b/cores/plus_too/pll.qip new file mode 100644 index 0000000..afd958b --- /dev/null +++ b/cores/plus_too/pll.qip @@ -0,0 +1,4 @@ +set_global_assignment -name IP_TOOL_NAME "ALTPLL" +set_global_assignment -name IP_TOOL_VERSION "13.1" +set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "pll.v"] +set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll.ppf"]