mirror of
https://github.com/marqs85/ossc.git
synced 2025-04-27 23:05:02 +00:00
update to Quartus 17.1
This commit is contained in:
parent
af4f7e17c7
commit
dd4ffde231
@ -20,7 +20,7 @@ package require -exact altera_terp 1.0
|
||||
#
|
||||
set_module_property DESCRIPTION "This component is a serial flash controller which allows user to access Altera EPCQ devices"
|
||||
set_module_property NAME altera_epcq_controller_mod
|
||||
set_module_property VERSION 17.0
|
||||
set_module_property VERSION 17.1
|
||||
set_module_property INTERNAL false
|
||||
set_module_property OPAQUE_ADDRESS_MAP true
|
||||
set_module_property GROUP "Basic Functions/Configuration and Programming"
|
||||
|
@ -34,7 +34,7 @@ package require -exact sopc 10.1
|
||||
# | module altera_nios_custom_instr_endian_converter
|
||||
# |
|
||||
set_module_property NAME altera_nios_custom_instr_endianconverter
|
||||
set_module_property VERSION 17.0
|
||||
set_module_property VERSION 17.1
|
||||
set_module_property INTERNAL false
|
||||
set_module_property GROUP "Custom Instruction Modules"
|
||||
set_module_property AUTHOR "Altera Corporation"
|
||||
|
@ -20,7 +20,7 @@ package require -exact qsys 13.1
|
||||
#
|
||||
set_module_property DESCRIPTION "I2C Master Peripheral from opencores.org, plus SPI master (CPOL=1, CPHA=1) functionality using the same bus."
|
||||
set_module_property NAME i2c_opencores
|
||||
set_module_property VERSION 17.0
|
||||
set_module_property VERSION 17.1
|
||||
set_module_property INTERNAL false
|
||||
set_module_property OPAQUE_ADDRESS_MAP true
|
||||
set_module_property GROUP "Interface Protocols/Serial"
|
||||
|
@ -20,7 +20,7 @@ package require -exact qsys 15.1
|
||||
#
|
||||
set_module_property DESCRIPTION ""
|
||||
set_module_property NAME nios2_hw_crc32
|
||||
set_module_property VERSION 17.0
|
||||
set_module_property VERSION 17.1
|
||||
set_module_property INTERNAL false
|
||||
set_module_property OPAQUE_ADDRESS_MAP true
|
||||
set_module_property GROUP "Custom Instruction Modules"
|
||||
|
18
ossc.qsf
18
ossc.qsf
@ -41,7 +41,7 @@ set_global_assignment -name DEVICE EP4CE15E22C8
|
||||
set_global_assignment -name TOP_LEVEL_ENTITY ossc
|
||||
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 13.1
|
||||
set_global_assignment -name PROJECT_CREATION_TIME_DATE "17:27:03 MAY 17, 2014"
|
||||
set_global_assignment -name LAST_QUARTUS_VERSION "17.0.0 Lite Edition"
|
||||
set_global_assignment -name LAST_QUARTUS_VERSION "17.1.0 Lite Edition"
|
||||
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
|
||||
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
|
||||
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
|
||||
@ -222,6 +222,14 @@ set_global_assignment -name ROUTER_EFFORT_MULTIPLIER 2.0
|
||||
set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE SPEED
|
||||
set_global_assignment -name ENABLE_SIGNALTAP OFF
|
||||
set_global_assignment -name USE_SIGNALTAP_FILE output_files/ossc_la.stp
|
||||
|
||||
|
||||
set_global_assignment -name FITTER_EFFORT "AUTO FIT"
|
||||
set_global_assignment -name SEED 2
|
||||
|
||||
|
||||
|
||||
|
||||
set_global_assignment -name VERILOG_FILE rtl/videogen.v
|
||||
set_global_assignment -name QIP_FILE software/sys_controller/mem_init/meminit.qip
|
||||
set_global_assignment -name VERILOG_FILE rtl/ir_rcv.v
|
||||
@ -235,12 +243,4 @@ set_global_assignment -name QIP_FILE rtl/pll_2x.qip
|
||||
set_global_assignment -name QIP_FILE rtl/pll_3x.qip
|
||||
set_global_assignment -name CDF_FILE output_files/Chain1.cdf
|
||||
set_global_assignment -name SIGNALTAP_FILE output_files/ossc_la.stp
|
||||
|
||||
|
||||
set_global_assignment -name FITTER_EFFORT "AUTO FIT"
|
||||
set_global_assignment -name SEED 2
|
||||
|
||||
|
||||
|
||||
|
||||
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|
@ -1,5 +1,5 @@
|
||||
set_global_assignment -name IP_TOOL_NAME "RAM: 2-PORT"
|
||||
set_global_assignment -name IP_TOOL_VERSION "17.0"
|
||||
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
||||
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
||||
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "linebuf.v"]
|
||||
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "linebuf_inst.v"]
|
||||
|
@ -14,7 +14,7 @@
|
||||
// ************************************************************
|
||||
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
||||
//
|
||||
// 17.0.0 Build 595 04/25/2017 SJ Lite Edition
|
||||
// 17.1.0 Build 590 10/25/2017 SJ Lite Edition
|
||||
// ************************************************************
|
||||
|
||||
|
||||
@ -26,12 +26,11 @@
|
||||
//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 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 Intel and sold by Intel or its
|
||||
//authorized distributors. Please refer to the applicable
|
||||
//agreement for further details.
|
||||
//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 applicable agreement for further details.
|
||||
|
||||
|
||||
// synopsys translate_off
|
||||
|
@ -1,5 +1,5 @@
|
||||
set_global_assignment -name IP_TOOL_NAME "ALTPLL"
|
||||
set_global_assignment -name IP_TOOL_VERSION "17.0"
|
||||
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
||||
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
||||
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "pll_2x.v"]
|
||||
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll_2x_bb.v"]
|
||||
|
13
rtl/pll_2x.v
13
rtl/pll_2x.v
@ -14,7 +14,7 @@
|
||||
// ************************************************************
|
||||
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
||||
//
|
||||
// 17.0.0 Build 595 04/25/2017 SJ Lite Edition
|
||||
// 17.1.0 Build 590 10/25/2017 SJ Lite Edition
|
||||
// ************************************************************
|
||||
|
||||
|
||||
@ -26,12 +26,11 @@
|
||||
//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 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 Intel and sold by Intel or its
|
||||
//authorized distributors. Please refer to the applicable
|
||||
//agreement for further details.
|
||||
//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 applicable agreement for further details.
|
||||
|
||||
|
||||
// synopsys translate_off
|
||||
|
@ -1,5 +1,5 @@
|
||||
set_global_assignment -name IP_TOOL_NAME "ALTPLL"
|
||||
set_global_assignment -name IP_TOOL_VERSION "17.0"
|
||||
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
||||
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
||||
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "pll_3x.v"]
|
||||
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "pll_3x.ppf"]
|
||||
|
13
rtl/pll_3x.v
13
rtl/pll_3x.v
@ -14,7 +14,7 @@
|
||||
// ************************************************************
|
||||
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
||||
//
|
||||
// 17.0.0 Build 595 04/25/2017 SJ Lite Edition
|
||||
// 17.1.0 Build 590 10/25/2017 SJ Lite Edition
|
||||
// ************************************************************
|
||||
|
||||
|
||||
@ -26,12 +26,11 @@
|
||||
//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 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 Intel and sold by Intel or its
|
||||
//authorized distributors. Please refer to the applicable
|
||||
//agreement for further details.
|
||||
//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 applicable agreement for further details.
|
||||
|
||||
|
||||
// synopsys translate_off
|
||||
|
@ -247,7 +247,7 @@ static int nios2_pcsample_init(void)
|
||||
*/
|
||||
static alt_u32 nios2_pcsample(void* context)
|
||||
{
|
||||
unsigned int pc;
|
||||
unsigned int pc=0;
|
||||
unsigned int bucket;
|
||||
|
||||
/* read the exception return address - this will be
|
||||
|
@ -93,12 +93,12 @@ OBJ_DIR := ./obj
|
||||
|
||||
# This following VERSION comment indicates the version of the tool used to
|
||||
# generate this makefile. A makefile variable is provided for VERSION as well.
|
||||
# ACDS_VERSION: 17.0
|
||||
ACDS_VERSION := 17.0
|
||||
# ACDS_VERSION: 17.1
|
||||
ACDS_VERSION := 17.1
|
||||
|
||||
# This following BUILD_NUMBER comment indicates the build number of the tool
|
||||
# used to generate this makefile.
|
||||
# BUILD_NUMBER: 595
|
||||
# BUILD_NUMBER: 590
|
||||
|
||||
SETTINGS_FILE := settings.bsp
|
||||
SOPC_FILE := ../../sys.sopcinfo
|
||||
|
Binary file not shown.
@ -150,12 +150,12 @@ flash2dat_extra_args = $(mem_pad_flag) $(mem_reloc_input_flag)
|
||||
|
||||
# This following VERSION comment indicates the version of the tool used to
|
||||
# generate this makefile. A makefile variable is provided for VERSION as well.
|
||||
# ACDS_VERSION: 17.0
|
||||
ACDS_VERSION := 17.0
|
||||
# ACDS_VERSION: 17.1
|
||||
ACDS_VERSION := 17.1
|
||||
|
||||
# This following BUILD_NUMBER comment indicates the build number of the tool
|
||||
# used to generate this makefile.
|
||||
# BUILD_NUMBER: 595
|
||||
# BUILD_NUMBER: 590
|
||||
|
||||
# Optimize for simulation
|
||||
SIM_OPTIMIZE ?= 0
|
||||
|
@ -77,12 +77,12 @@ ALT_CPPFLAGS += -pipe
|
||||
|
||||
# This following VERSION comment indicates the version of the tool used to
|
||||
# generate this makefile. A makefile variable is provided for VERSION as well.
|
||||
# ACDS_VERSION: 17.0
|
||||
ACDS_VERSION := 17.0
|
||||
# ACDS_VERSION: 17.1
|
||||
ACDS_VERSION := 17.1
|
||||
|
||||
# This following BUILD_NUMBER comment indicates the build number of the tool
|
||||
# used to generate this makefile.
|
||||
# BUILD_NUMBER: 595
|
||||
# BUILD_NUMBER: 590
|
||||
|
||||
# Qsys--generated SOPCINFO file. Required for resolving node instance ID's with
|
||||
# design component names.
|
||||
|
@ -2,8 +2,8 @@
|
||||
<sch:Settings xmlns:sch="http://www.altera.com/embeddedsw/bsp/schema">
|
||||
<BspType>hal</BspType>
|
||||
<BspVersion>default</BspVersion>
|
||||
<BspGeneratedTimeStamp>Oct 28, 2017 10:37:24 AM</BspGeneratedTimeStamp>
|
||||
<BspGeneratedUnixTimeStamp>1509176244401</BspGeneratedUnixTimeStamp>
|
||||
<BspGeneratedTimeStamp>Dec 7, 2017 9:34:03 PM</BspGeneratedTimeStamp>
|
||||
<BspGeneratedUnixTimeStamp>1512675243152</BspGeneratedUnixTimeStamp>
|
||||
<BspGeneratedLocation>./</BspGeneratedLocation>
|
||||
<BspSettingsFile>settings.bsp</BspSettingsFile>
|
||||
<SopcDesignFile>../../sys.sopcinfo</SopcDesignFile>
|
||||
|
150
sys.qsys
150
sys.qsys
@ -362,7 +362,7 @@
|
||||
type="conduit"
|
||||
dir="end" />
|
||||
<interface name="reset" internal="clk_27.clk_in_reset" type="reset" dir="end" />
|
||||
<module name="clk_27" kind="clock_source" version="17.0" enabled="1">
|
||||
<module name="clk_27" kind="clock_source" version="17.1" enabled="1">
|
||||
<parameter name="clockFrequency" value="27000000" />
|
||||
<parameter name="clockFrequencyKnown" value="true" />
|
||||
<parameter name="inputClockFrequency" value="0" />
|
||||
@ -371,7 +371,7 @@
|
||||
<module
|
||||
name="epcq_controller_0"
|
||||
kind="altera_epcq_controller_mod"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
enabled="1">
|
||||
<parameter name="CHIP_SELS" value="1" />
|
||||
<parameter name="DDASI" value="0" />
|
||||
@ -384,21 +384,21 @@
|
||||
<module
|
||||
name="i2c_opencores_0"
|
||||
kind="i2c_opencores"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
enabled="1">
|
||||
<parameter name="dedicated_spi" value="0" />
|
||||
</module>
|
||||
<module
|
||||
name="i2c_opencores_1"
|
||||
kind="i2c_opencores"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
enabled="1">
|
||||
<parameter name="dedicated_spi" value="1" />
|
||||
</module>
|
||||
<module
|
||||
name="jtag_uart_0"
|
||||
kind="altera_avalon_jtag_uart"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
enabled="1">
|
||||
<parameter name="allowMultipleConnections" value="false" />
|
||||
<parameter name="avalonSpec" value="2.0" />
|
||||
@ -417,7 +417,7 @@
|
||||
<module
|
||||
name="nios2_hw_crc32_0"
|
||||
kind="nios2_hw_crc32"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
enabled="1">
|
||||
<parameter name="crc_width" value="32" />
|
||||
<parameter name="polynomial" value="79764919" />
|
||||
@ -429,7 +429,7 @@
|
||||
<module
|
||||
name="nios2_qsys_0"
|
||||
kind="altera_nios2_gen2"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
enabled="1">
|
||||
<parameter name="AUTO_CLK_CLOCK_DOMAIN" value="1" />
|
||||
<parameter name="AUTO_CLK_RESET_DOMAIN" value="1" />
|
||||
@ -611,19 +611,19 @@
|
||||
<module
|
||||
name="nios_custom_instr_bitswap_0"
|
||||
kind="altera_nios_custom_instr_bitswap"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
enabled="1" />
|
||||
<module
|
||||
name="nios_custom_instr_endianconverter_0"
|
||||
kind="altera_nios_custom_instr_endianconverter"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
enabled="1">
|
||||
<parameter name="AUTO_DEVICE_FAMILY" value="Cyclone IV E" />
|
||||
</module>
|
||||
<module
|
||||
name="onchip_memory2_0"
|
||||
kind="altera_avalon_onchip_memory2"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
enabled="1">
|
||||
<parameter name="allowInSystemMemoryContentEditor" value="false" />
|
||||
<parameter name="autoInitializationFileName">$${FILENAME}_onchip_memory2_0</parameter>
|
||||
@ -652,7 +652,7 @@
|
||||
<parameter name="useShallowMemBlocks" value="false" />
|
||||
<parameter name="writable" value="true" />
|
||||
</module>
|
||||
<module name="pio_0" kind="altera_avalon_pio" version="17.0" enabled="1">
|
||||
<module name="pio_0" kind="altera_avalon_pio" version="17.1" enabled="1">
|
||||
<parameter name="bitClearingEdgeCapReg" value="false" />
|
||||
<parameter name="bitModifyingOutReg" value="false" />
|
||||
<parameter name="captureEdge" value="false" />
|
||||
@ -666,7 +666,7 @@
|
||||
<parameter name="simDrivenValue" value="0" />
|
||||
<parameter name="width" value="16" />
|
||||
</module>
|
||||
<module name="pio_1" kind="altera_avalon_pio" version="17.0" enabled="1">
|
||||
<module name="pio_1" kind="altera_avalon_pio" version="17.1" enabled="1">
|
||||
<parameter name="bitClearingEdgeCapReg" value="false" />
|
||||
<parameter name="bitModifyingOutReg" value="false" />
|
||||
<parameter name="captureEdge" value="false" />
|
||||
@ -680,7 +680,7 @@
|
||||
<parameter name="simDrivenValue" value="0" />
|
||||
<parameter name="width" value="32" />
|
||||
</module>
|
||||
<module name="pio_2" kind="altera_avalon_pio" version="17.0" enabled="1">
|
||||
<module name="pio_2" kind="altera_avalon_pio" version="17.1" enabled="1">
|
||||
<parameter name="bitClearingEdgeCapReg" value="false" />
|
||||
<parameter name="bitModifyingOutReg" value="false" />
|
||||
<parameter name="captureEdge" value="false" />
|
||||
@ -694,7 +694,7 @@
|
||||
<parameter name="simDrivenValue" value="0" />
|
||||
<parameter name="width" value="32" />
|
||||
</module>
|
||||
<module name="pio_3" kind="altera_avalon_pio" version="17.0" enabled="1">
|
||||
<module name="pio_3" kind="altera_avalon_pio" version="17.1" enabled="1">
|
||||
<parameter name="bitClearingEdgeCapReg" value="false" />
|
||||
<parameter name="bitModifyingOutReg" value="false" />
|
||||
<parameter name="captureEdge" value="false" />
|
||||
@ -708,7 +708,7 @@
|
||||
<parameter name="simDrivenValue" value="0" />
|
||||
<parameter name="width" value="32" />
|
||||
</module>
|
||||
<module name="pio_4" kind="altera_avalon_pio" version="17.0" enabled="1">
|
||||
<module name="pio_4" kind="altera_avalon_pio" version="17.1" enabled="1">
|
||||
<parameter name="bitClearingEdgeCapReg" value="false" />
|
||||
<parameter name="bitModifyingOutReg" value="false" />
|
||||
<parameter name="captureEdge" value="false" />
|
||||
@ -722,7 +722,7 @@
|
||||
<parameter name="simDrivenValue" value="0" />
|
||||
<parameter name="width" value="32" />
|
||||
</module>
|
||||
<module name="pio_5" kind="altera_avalon_pio" version="17.0" enabled="1">
|
||||
<module name="pio_5" kind="altera_avalon_pio" version="17.1" enabled="1">
|
||||
<parameter name="bitClearingEdgeCapReg" value="false" />
|
||||
<parameter name="bitModifyingOutReg" value="false" />
|
||||
<parameter name="captureEdge" value="false" />
|
||||
@ -736,7 +736,7 @@
|
||||
<parameter name="simDrivenValue" value="0" />
|
||||
<parameter name="width" value="32" />
|
||||
</module>
|
||||
<module name="pio_6" kind="altera_avalon_pio" version="17.0" enabled="1">
|
||||
<module name="pio_6" kind="altera_avalon_pio" version="17.1" enabled="1">
|
||||
<parameter name="bitClearingEdgeCapReg" value="false" />
|
||||
<parameter name="bitModifyingOutReg" value="false" />
|
||||
<parameter name="captureEdge" value="false" />
|
||||
@ -750,7 +750,7 @@
|
||||
<parameter name="simDrivenValue" value="0" />
|
||||
<parameter name="width" value="32" />
|
||||
</module>
|
||||
<module name="pio_7" kind="altera_avalon_pio" version="17.0" enabled="1">
|
||||
<module name="pio_7" kind="altera_avalon_pio" version="17.1" enabled="1">
|
||||
<parameter name="bitClearingEdgeCapReg" value="false" />
|
||||
<parameter name="bitModifyingOutReg" value="false" />
|
||||
<parameter name="captureEdge" value="false" />
|
||||
@ -764,7 +764,7 @@
|
||||
<parameter name="simDrivenValue" value="0" />
|
||||
<parameter name="width" value="32" />
|
||||
</module>
|
||||
<module name="timer_0" kind="altera_avalon_timer" version="17.0" enabled="1">
|
||||
<module name="timer_0" kind="altera_avalon_timer" version="17.1" enabled="1">
|
||||
<parameter name="alwaysRun" value="false" />
|
||||
<parameter name="counterSize" value="32" />
|
||||
<parameter name="fixedPeriod" value="false" />
|
||||
@ -778,7 +778,7 @@
|
||||
</module>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="jtag_uart_0.avalon_jtag_slave">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -787,7 +787,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="i2c_opencores_0.avalon_slave_0">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -796,7 +796,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="i2c_opencores_1.avalon_slave_0">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -805,7 +805,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="epcq_controller_0.avl_csr">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -814,7 +814,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="epcq_controller_0.avl_mem">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -823,7 +823,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="nios2_qsys_0.debug_mem_slave">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -832,7 +832,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="onchip_memory2_0.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -841,7 +841,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="pio_0.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -850,7 +850,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="pio_1.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -859,7 +859,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="pio_2.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -868,7 +868,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="pio_3.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -877,7 +877,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="pio_4.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -886,7 +886,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="timer_0.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -895,7 +895,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="pio_5.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -904,7 +904,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="pio_6.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -913,7 +913,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.data_master"
|
||||
end="pio_7.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -922,7 +922,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.instruction_master"
|
||||
end="nios2_qsys_0.debug_mem_slave">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
@ -931,82 +931,82 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="avalon"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.instruction_master"
|
||||
end="onchip_memory2_0.s1">
|
||||
<parameter name="arbitrationPriority" value="1" />
|
||||
<parameter name="baseAddress" value="0x00810000" />
|
||||
<parameter name="defaultConnection" value="false" />
|
||||
</connection>
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="nios2_qsys_0.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="jtag_uart_0.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="pio_0.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="pio_1.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="pio_2.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="pio_3.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="pio_4.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="timer_0.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="pio_5.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="pio_6.clk" />
|
||||
<connection kind="clock" version="17.0" start="clk_27.clk" end="pio_7.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="nios2_qsys_0.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="jtag_uart_0.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="pio_0.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="pio_1.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="pio_2.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="pio_3.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="pio_4.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="timer_0.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="pio_5.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="pio_6.clk" />
|
||||
<connection kind="clock" version="17.1" start="clk_27.clk" end="pio_7.clk" />
|
||||
<connection
|
||||
kind="clock"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk"
|
||||
end="onchip_memory2_0.clk1" />
|
||||
<connection
|
||||
kind="clock"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk"
|
||||
end="i2c_opencores_0.clock" />
|
||||
<connection
|
||||
kind="clock"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk"
|
||||
end="i2c_opencores_1.clock" />
|
||||
<connection
|
||||
kind="clock"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk"
|
||||
end="epcq_controller_0.clock_sink" />
|
||||
<connection
|
||||
kind="interrupt"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.irq"
|
||||
end="i2c_opencores_0.interrupt_sender">
|
||||
<parameter name="irqNumber" value="3" />
|
||||
</connection>
|
||||
<connection
|
||||
kind="interrupt"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.irq"
|
||||
end="epcq_controller_0.interrupt_sender">
|
||||
<parameter name="irqNumber" value="2" />
|
||||
</connection>
|
||||
<connection
|
||||
kind="interrupt"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.irq"
|
||||
end="i2c_opencores_1.interrupt_sender">
|
||||
<parameter name="irqNumber" value="4" />
|
||||
</connection>
|
||||
<connection
|
||||
kind="interrupt"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.irq"
|
||||
end="jtag_uart_0.irq">
|
||||
<parameter name="irqNumber" value="1" />
|
||||
</connection>
|
||||
<connection
|
||||
kind="interrupt"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.irq"
|
||||
end="timer_0.irq">
|
||||
<parameter name="irqNumber" value="0" />
|
||||
</connection>
|
||||
<connection
|
||||
kind="nios_custom_instruction"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.custom_instruction_master"
|
||||
end="nios2_hw_crc32_0.nios_custom_instruction_slave">
|
||||
<parameter name="CIName" value="nios2_hw_crc32_0" />
|
||||
@ -1015,7 +1015,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="nios_custom_instruction"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.custom_instruction_master"
|
||||
end="nios_custom_instr_endianconverter_0.s1">
|
||||
<parameter name="CIName">nios_custom_instr_endianconverter_0</parameter>
|
||||
@ -1024,7 +1024,7 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="nios_custom_instruction"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="nios2_qsys_0.custom_instruction_master"
|
||||
end="nios_custom_instr_bitswap_0.s1">
|
||||
<parameter name="CIName">nios_custom_instr_bitswap_0</parameter>
|
||||
@ -1033,77 +1033,77 @@
|
||||
</connection>
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="i2c_opencores_0.clock_reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="i2c_opencores_1.clock_reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="nios2_qsys_0.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="jtag_uart_0.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="pio_0.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="pio_1.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="pio_2.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="pio_3.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="pio_4.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="epcq_controller_0.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="timer_0.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="pio_5.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="pio_6.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="pio_7.reset" />
|
||||
<connection
|
||||
kind="reset"
|
||||
version="17.0"
|
||||
version="17.1"
|
||||
start="clk_27.clk_reset"
|
||||
end="onchip_memory2_0.reset1" />
|
||||
<interconnectRequirement for="$system" name="qsys_mm.clockCrossingAdapter" value="HANDSHAKE" />
|
||||
|
364
sys.sopcinfo
364
sys.sopcinfo
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user