diff options
| author | Eric Dao <eric@erickhangdao.com> | 2025-03-10 17:54:31 -0400 |
|---|---|---|
| committer | Eric Dao <eric@erickhangdao.com> | 2025-03-10 17:54:31 -0400 |
| commit | ab224e2e6ba65f5a369ec392f99cd8845ad06c98 (patch) | |
| tree | a1e757e9341863ed52b8ad4c5a1c45933aab9da4 /python/openvino/demo/quartus/pet_reconstruction.qpf | |
| parent | 40da1752f2c8639186b72f6838aa415e854d0b1d (diff) | |
| download | thesis-master.tar.gz thesis-master.tar.bz2 thesis-master.zip | |
Diffstat (limited to 'python/openvino/demo/quartus/pet_reconstruction.qpf')
| -rw-r--r-- | python/openvino/demo/quartus/pet_reconstruction.qpf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/python/openvino/demo/quartus/pet_reconstruction.qpf b/python/openvino/demo/quartus/pet_reconstruction.qpf new file mode 100644 index 0000000..64fe128 --- /dev/null +++ b/python/openvino/demo/quartus/pet_reconstruction.qpf @@ -0,0 +1,31 @@ +# -------------------------------------------------------------------------- # +# +# Copyright (C) 2024 Intel Corporation. All rights reserved. +# Your use of Intel Corporation's design tools, logic functions +# and other software and tools, and any 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 Intel Program License +# Subscription Agreement, the Intel Quartus Prime License Agreement, +# the Intel FPGA IP License Agreement, or other applicable license +# agreement, including, without limitation, that your use is for +# the sole purpose of programming logic devices manufactured by +# Intel and sold by Intel or its authorized distributors. Please +# refer to the Intel FPGA Software License Subscription Agreements +# on the Quartus Prime software download page. +# +# -------------------------------------------------------------------------- # +# +# Quartus Prime +# Version 24.3.0 Build 212 11/18/2024 SC Pro Edition +# Date created = 11:10:31 January 23, 2025 +# +# -------------------------------------------------------------------------- # + +QUARTUS_VERSION = "24.3" +DATE = "11:10:31 January 23, 2025" + +# Revisions + +PROJECT_REVISION = "pet_reconstruction" |
