Skip to content

Commit 12e9822

Browse files
committed
Checkpoint
0 parents  commit 12e9822

File tree

175 files changed

+106378
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+106378
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
db
2+
greybox_tmp
3+
incremental_db
4+
output_files
5+
simulation
6+
hc_output
7+
scaler
8+
hps_isw_handoff
9+
vip
10+
*_sim
11+
.qsys_edit
12+
PLLJ_PLLSPE_INFO.txt
13+
*.bak
14+
*.orig
15+
*.rej
16+
*.qdf
17+
*.rpt
18+
*.smsg
19+
*.summary
20+
*.done
21+
*.jdi
22+
*.pin
23+
*.sof
24+
*.qws
25+
*.ppf
26+
*.ddb
27+
build_id.v
28+
c5_pin_model_dump.txt
29+
*.sopcinfo
30+
*.csv
31+
*.f
32+
*.cmp
33+
*.sip
34+
*.spd
35+
*.bsf
36+
*~
37+
*.xml
38+
*_netlist
39+
*.cdf
40+
verilator/.vs/*
41+
verilator/obj_dir/*
42+
verilator/x64/*
43+
verilator/roms/*

InputTest.qpf

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# -------------------------------------------------------------------------- #
2+
#
3+
# Copyright (C) 2018 Intel Corporation. All rights reserved.
4+
# Your use of Intel Corporation's design tools, logic functions
5+
# and other software and tools, and its AMPP partner logic
6+
# functions, and any output files from any of the foregoing
7+
# (including device programming or simulation files), and any
8+
# associated documentation or information are expressly subject
9+
# to the terms and conditions of the Intel Program License
10+
# Subscription Agreement, the Intel Quartus Prime License Agreement,
11+
# the Intel FPGA IP License Agreement, or other applicable license
12+
# agreement, including, without limitation, that your use is for
13+
# the sole purpose of programming logic devices manufactured by
14+
# Intel and sold by Intel or its authorized distributors. Please
15+
# refer to the applicable agreement for further details.
16+
#
17+
# -------------------------------------------------------------------------- #
18+
#
19+
# Quartus Prime
20+
# Version 18.1.0 Build 625 09/12/2018 SJ Lite Edition
21+
# Date created = 18:25:16 January 08, 2019
22+
#
23+
# -------------------------------------------------------------------------- #
24+
25+
QUARTUS_VERSION = "18.1"
26+
DATE = "18:25:16 January 08, 2019"
27+
28+
# Revisions
29+
30+
PROJECT_REVISION = "InputTest"

InputTest.qsf

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# --------------------------------------------------------------------------
2+
#
3+
# MiSTer project
4+
#
5+
# WARNING WARNING WARNING:
6+
# Do not add files to project in Quartus IDE! It will mess this file!
7+
# Add the files manually to files.qip file.
8+
#
9+
# --------------------------------------------------------------------------
10+
11+
set_global_assignment -name TOP_LEVEL_ENTITY sys_top
12+
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
13+
set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
14+
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
15+
16+
set_global_assignment -name LAST_QUARTUS_VERSION "17.0.2 Lite Edition"
17+
18+
set_global_assignment -name GENERATE_RBF_FILE ON
19+
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
20+
set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
21+
set_global_assignment -name SAVE_DISK_SPACE OFF
22+
set_global_assignment -name SMART_RECOMPILE ON
23+
set_global_assignment -name MIN_CORE_JUNCTION_TEMP "-40"
24+
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 100
25+
set_global_assignment -name POWER_PRESET_COOLING_SOLUTION "23 MM HEAT SINK WITH 200 LFPM AIRFLOW"
26+
set_global_assignment -name POWER_BOARD_THERMAL_MODEL "NONE (CONSERVATIVE)"
27+
set_global_assignment -name TIMEQUEST_MULTICORNER_ANALYSIS OFF
28+
set_global_assignment -name OPTIMIZE_POWER_DURING_FITTING OFF
29+
set_global_assignment -name FINAL_PLACEMENT_OPTIMIZATION ALWAYS
30+
set_global_assignment -name FITTER_EFFORT "STANDARD FIT"
31+
set_global_assignment -name OPTIMIZATION_MODE "HIGH PERFORMANCE EFFORT"
32+
set_global_assignment -name ALLOW_POWER_UP_DONT_CARE ON
33+
set_global_assignment -name QII_AUTO_PACKED_REGISTERS NORMAL
34+
set_global_assignment -name ROUTER_LCELL_INSERTION_AND_LOGIC_DUPLICATION ON
35+
set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC ON
36+
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION ON
37+
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_RETIMING ON
38+
set_global_assignment -name OPTIMIZATION_TECHNIQUE SPEED
39+
set_global_assignment -name MUX_RESTRUCTURE ON
40+
set_global_assignment -name REMOVE_REDUNDANT_LOGIC_CELLS ON
41+
set_global_assignment -name AUTO_DELAY_CHAINS_FOR_HIGH_FANOUT_INPUT_PINS ON
42+
set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC_FOR_AREA ON
43+
set_global_assignment -name ADV_NETLIST_OPT_SYNTH_WYSIWYG_REMAP ON
44+
set_global_assignment -name SYNTH_GATED_CLOCK_CONVERSION ON
45+
set_global_assignment -name PRE_MAPPING_RESYNTHESIS ON
46+
set_global_assignment -name ROUTER_CLOCKING_TOPOLOGY_ANALYSIS ON
47+
set_global_assignment -name ECO_OPTIMIZE_TIMING ON
48+
set_global_assignment -name PERIPHERY_TO_CORE_PLACEMENT_AND_ROUTING_OPTIMIZATION ON
49+
set_global_assignment -name PHYSICAL_SYNTHESIS_ASYNCHRONOUS_SIGNAL_PIPELINING ON
50+
set_global_assignment -name ALM_REGISTER_PACKING_EFFORT MEDIUM
51+
set_global_assignment -name SEED 1
52+
53+
#set_global_assignment -name VERILOG_MACRO "MISTER_FB=1"
54+
55+
#enable it only if 8bit indexed mode is used in core
56+
#set_global_assignment -name VERILOG_MACRO "MISTER_FB_PALETTE=1"
57+
58+
#set_global_assignment -name VERILOG_MACRO "MISTER_DUAL_SDRAM=1"
59+
60+
#do not enable DEBUG_NOHDMI in release!
61+
#set_global_assignment -name VERILOG_MACRO "MISTER_DEBUG_NOHDMI=1"
62+
63+
source sys/sys.tcl
64+
source sys/sys_analog.tcl
65+
source files.qip
66+
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top

0 commit comments

Comments
 (0)