release 240921

This commit is contained in:
Eugene Lozovoy
2024-09-22 09:43:20 +03:00
parent 6dc32f57c2
commit de42325cbe
12 changed files with 12 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# TSConf for MiST FPGA computer # TSConf for MiST FPGA computer
This is the port of TSConf (advanced ZX Spectrum-compatible platform) to [MiST](https://github.com/mist-devel/mist-board). This is the port of TSConf (advanced ZX Spectrum-compatible platform) to [MiST](https://github.com/mist-devel/mist-board) and [MiST.1010](https://github.com/UzixLS/mist1010-board).
## Features of this port ## Features of this port
- VDAC 1 - VDAC 1

View File

@ -160,7 +160,7 @@ set_global_assignment -name CYCLONEII_RESERVE_NCEO_AFTER_CONFIGURATION "USE AS R
set_global_assignment -name OPTIMIZE_HOLD_TIMING "ALL PATHS" set_global_assignment -name OPTIMIZE_HOLD_TIMING "ALL PATHS"
set_global_assignment -name OPTIMIZE_MULTI_CORNER_TIMING ON set_global_assignment -name OPTIMIZE_MULTI_CORNER_TIMING ON
set_global_assignment -name FITTER_EFFORT "STANDARD FIT" set_global_assignment -name FITTER_EFFORT "STANDARD FIT"
set_global_assignment -name SEED 0 set_global_assignment -name SEED 2
set_global_assignment -name SYNTHESIS_SEED 0 set_global_assignment -name SYNTHESIS_SEED 0
set_global_assignment -name SYNTH_GATED_CLOCK_CONVERSION ON set_global_assignment -name SYNTH_GATED_CLOCK_CONVERSION ON
set_global_assignment -name OPTIMIZE_POWER_DURING_SYNTHESIS "NORMAL COMPILATION" set_global_assignment -name OPTIMIZE_POWER_DURING_SYNTHESIS "NORMAL COMPILATION"
@ -288,3 +288,7 @@ set_global_assignment -name QIP_FILE "mist-modules/mist.qip"
set_global_assignment -name SYSTEMVERILOG_FILE TSConf.sv set_global_assignment -name SYSTEMVERILOG_FILE TSConf.sv
set_global_assignment -name SDC_FILE TSConf.sdc set_global_assignment -name SDC_FILE TSConf.sdc
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top

View File

@ -1,8 +1,8 @@
//============================================================================ //============================================================================
// TSConf for MiSTer // TSConf for MiST
// //
// Port to MiSTer // Port to MiST
// Copyright (C) 2017-2019 Sorgelig // Copyright (C) 2024 Eugene Lozovoy
// //
// This program is free software; you can redistribute it and/or modify it // This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free // under the terms of the GNU General Public License as published by the Free

2
release/README.txt Normal file
View File

@ -0,0 +1,2 @@
TSConf.rom - TSConf main BIOS - https://github.com/tslabs/zx-evo/blob/83afbba6f5d366f96297028aa3d64512fa254a51/pentevo/rom/bin/ts-bios.rom
TSConf.r01 - General Sound ROM v1.05b - https://github.com/psbhlw/gs-firmware

BIN
release/TSConf.vhd.zip Normal file

Binary file not shown.

BIN
release/TSConf_240921.rbf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,2 +0,0 @@
tsconf.rom - TSConf main BIOS - https://github.com/tslabs/zx-evo/blob/83afbba6f5d366f96297028aa3d64512fa254a51/pentevo/rom/bin/ts-bios.rom
tsconf.r01 - General Sound ROM v1.05b - https://github.com/psbhlw/gs-firmware