From 81337eb41dca51fcdba7572b0449927732f4f3b5 Mon Sep 17 00:00:00 2001 From: zedarider Date: Thu, 1 Dec 2016 23:57:19 +0000 Subject: adding part 2 and 3 --- part_3/ex12/ex12.qpf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 part_3/ex12/ex12.qpf (limited to 'part_3/ex12/ex12.qpf') diff --git a/part_3/ex12/ex12.qpf b/part_3/ex12/ex12.qpf new file mode 100755 index 0000000..dd153a7 --- /dev/null +++ b/part_3/ex12/ex12.qpf @@ -0,0 +1,31 @@ +# -------------------------------------------------------------------------- # +# +# Copyright (C) 1991-2016 Altera Corporation. All rights reserved. +# Your use of Altera Corporation's design tools, logic functions +# and other software and tools, and its AMPP partner logic +# functions, and any output files from any of the foregoing +# (including device programming or simulation files), and any +# associated documentation or information are expressly subject +# to the terms and conditions of the Altera Program License +# Subscription Agreement, the Altera Quartus Prime License Agreement, +# the Altera MegaCore Function License Agreement, or other +# applicable license agreement, including, without limitation, +# that your use is for the sole purpose of programming logic +# devices manufactured by Altera and sold by Altera or its +# authorized distributors. Please refer to the applicable +# agreement for further details. +# +# -------------------------------------------------------------------------- # +# +# Quartus Prime +# Version 16.0.0 Build 211 04/27/2016 SJ Standard Edition +# Date created = 11:12:25 November 29, 2016 +# +# -------------------------------------------------------------------------- # + +QUARTUS_VERSION = "16.0" +DATE = "11:12:25 November 29, 2016" + +# Revisions + +PROJECT_REVISION = "ex12" -- cgit