From 48ca835a0a9f6df19f2e77396d4035f429ab2db8 Mon Sep 17 00:00:00 2001 From: Gehstock Date: Wed, 8 Jan 2020 14:49:46 +0100 Subject: [PATCH] New Version with Fixed Platforms --- Arcade_MiST/Midway MCR 3/Discs of Tron_MiST/DiscsOfTron.qsf | 2 +- .../Midway MCR 3/Discs of Tron_MiST/rtl/DiscsOfTron_MiST.sv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Arcade_MiST/Midway MCR 3/Discs of Tron_MiST/DiscsOfTron.qsf b/Arcade_MiST/Midway MCR 3/Discs of Tron_MiST/DiscsOfTron.qsf index aef58ae4..786cb310 100644 --- a/Arcade_MiST/Midway MCR 3/Discs of Tron_MiST/DiscsOfTron.qsf +++ b/Arcade_MiST/Midway MCR 3/Discs of Tron_MiST/DiscsOfTron.qsf @@ -41,7 +41,7 @@ # ======================== set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL -set_global_assignment -name LAST_QUARTUS_VERSION "13.1 SP4.26" +set_global_assignment -name LAST_QUARTUS_VERSION 13.1 set_global_assignment -name PRE_FLOW_SCRIPT_FILE "quartus_sh:rtl/build_id.tcl" # Pin & Location Assignments diff --git a/Arcade_MiST/Midway MCR 3/Discs of Tron_MiST/rtl/DiscsOfTron_MiST.sv b/Arcade_MiST/Midway MCR 3/Discs of Tron_MiST/rtl/DiscsOfTron_MiST.sv index eadafb0b..f55aa8b2 100644 --- a/Arcade_MiST/Midway MCR 3/Discs of Tron_MiST/rtl/DiscsOfTron_MiST.sv +++ b/Arcade_MiST/Midway MCR 3/Discs of Tron_MiST/rtl/DiscsOfTron_MiST.sv @@ -53,7 +53,7 @@ localparam CONF_STR = { "O5,Blend,Off,On;", "O6,Service,Off,On;", "T0,Reset;", - "V,v1.1.",`BUILD_DATE + "V,v1.2.",`BUILD_DATE }; wire rotate = status[2];