mirror of
https://github.com/marqs85/ossc
synced 2025-04-09 22:56:34 +03:00
misc tool updates
This commit is contained in:
parent
4dab90a651
commit
2319a6f8bd
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CodeLite_Project Name="ossc_rtl" InternalType="">
|
<CodeLite_Project Name="ossc_rtl" InternalType="" Version="11000">
|
||||||
<VirtualDirectory Name="ip">
|
<VirtualDirectory Name="ip">
|
||||||
<VirtualDirectory Name="nios2_hw_crc">
|
<VirtualDirectory Name="nios2_hw_crc">
|
||||||
<VirtualDirectory Name="hdl">
|
<VirtualDirectory Name="hdl">
|
||||||
@ -24,6 +24,23 @@
|
|||||||
</VirtualDirectory>
|
</VirtualDirectory>
|
||||||
<Description/>
|
<Description/>
|
||||||
<Dependencies/>
|
<Dependencies/>
|
||||||
|
<VirtualDirectory Name="rtl">
|
||||||
|
<File Name="rtl/ir_rcv.v"/>
|
||||||
|
<File Name="rtl/ossc.v"/>
|
||||||
|
<File Name="rtl/pll_2x.v"/>
|
||||||
|
<File Name="rtl/pll_3x_lowfreq.v"/>
|
||||||
|
<File Name="rtl/pll_3x_lowfreq_bb.v"/>
|
||||||
|
<File Name="rtl/linebuf_inst.v"/>
|
||||||
|
<File Name="rtl/videogen.v"/>
|
||||||
|
<File Name="rtl/timescale.v"/>
|
||||||
|
<File Name="rtl/pll_2x_bb.v"/>
|
||||||
|
<File Name="rtl/linebuf.v"/>
|
||||||
|
<File Name="rtl/pll_3x.v"/>
|
||||||
|
<File Name="rtl/scanconverter.v"/>
|
||||||
|
<File Name="rtl/linebuf_bb.v"/>
|
||||||
|
</VirtualDirectory>
|
||||||
|
<Dependencies Name="Debug"/>
|
||||||
|
<Dependencies Name="Release"/>
|
||||||
<Settings Type="Dynamic Library">
|
<Settings Type="Dynamic Library">
|
||||||
<GlobalSettings>
|
<GlobalSettings>
|
||||||
<Compiler Options="" C_Options="" Assembler="">
|
<Compiler Options="" C_Options="" Assembler="">
|
||||||
@ -41,6 +58,7 @@
|
|||||||
<Linker Options="" Required="yes"/>
|
<Linker Options="" Required="yes"/>
|
||||||
<ResourceCompiler Options="" Required="no"/>
|
<ResourceCompiler Options="" Required="no"/>
|
||||||
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
||||||
|
<BuildSystem Name="Default"/>
|
||||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
||||||
<![CDATA[]]>
|
<![CDATA[]]>
|
||||||
</Environment>
|
</Environment>
|
||||||
@ -79,6 +97,7 @@
|
|||||||
<Linker Options="-O2" Required="yes"/>
|
<Linker Options="-O2" Required="yes"/>
|
||||||
<ResourceCompiler Options="" Required="no"/>
|
<ResourceCompiler Options="" Required="no"/>
|
||||||
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
||||||
|
<BuildSystem Name="Default"/>
|
||||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
||||||
<![CDATA[]]>
|
<![CDATA[]]>
|
||||||
</Environment>
|
</Environment>
|
||||||
@ -111,21 +130,4 @@
|
|||||||
</Completion>
|
</Completion>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Settings>
|
</Settings>
|
||||||
<VirtualDirectory Name="rtl">
|
|
||||||
<File Name="rtl/ir_rcv.v"/>
|
|
||||||
<File Name="rtl/ossc.v"/>
|
|
||||||
<File Name="rtl/pll_2x.v"/>
|
|
||||||
<File Name="rtl/pll_3x_lowfreq.v"/>
|
|
||||||
<File Name="rtl/pll_3x_lowfreq_bb.v"/>
|
|
||||||
<File Name="rtl/linebuf_inst.v"/>
|
|
||||||
<File Name="rtl/videogen.v"/>
|
|
||||||
<File Name="rtl/timescale.v"/>
|
|
||||||
<File Name="rtl/pll_2x_bb.v"/>
|
|
||||||
<File Name="rtl/linebuf.v"/>
|
|
||||||
<File Name="rtl/pll_3x.v"/>
|
|
||||||
<File Name="rtl/scanconverter.v"/>
|
|
||||||
<File Name="rtl/linebuf_bb.v"/>
|
|
||||||
</VirtualDirectory>
|
|
||||||
<Dependencies Name="Debug"/>
|
|
||||||
<Dependencies Name="Release"/>
|
|
||||||
</CodeLite_Project>
|
</CodeLite_Project>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CodeLite_Project Name="ossc_sw_bsp" InternalType="" Version="10.0.0">
|
<CodeLite_Project Name="ossc_sw_bsp" InternalType="" Version="11000">
|
||||||
<Plugins>
|
<Plugins>
|
||||||
<Plugin Name="qmake">
|
<Plugin Name="qmake">
|
||||||
<![CDATA[00020001N0005Debug0000000000000001N0007Release000000000000]]>
|
<![CDATA[00020001N0005Debug0000000000000001N0007Release000000000000]]>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
set_global_assignment -name IP_TOOL_NAME "RAM: 2-PORT"
|
set_global_assignment -name IP_TOOL_NAME "RAM: 2-PORT"
|
||||||
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
set_global_assignment -name IP_TOOL_VERSION "19.1"
|
||||||
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
||||||
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "char_array.v"]
|
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "char_array.v"]
|
||||||
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "char_array_inst.v"]
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "char_array_inst.v"]
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
// ************************************************************
|
// ************************************************************
|
||||||
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
||||||
//
|
//
|
||||||
// 17.1.0 Build 590 10/25/2017 SJ Lite Edition
|
// 19.1.0 Build 670 09/22/2019 SJ Lite Edition
|
||||||
// ************************************************************
|
// ************************************************************
|
||||||
|
|
||||||
|
|
||||||
//Copyright (C) 2017 Intel Corporation. All rights reserved.
|
//Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||||
//Your use of Intel Corporation's design tools, logic functions
|
//Your use of Intel Corporation's design tools, logic functions
|
||||||
//and other software and tools, and its AMPP partner logic
|
//and other software and tools, and any partner logic
|
||||||
//functions, and any output files from any of the foregoing
|
//functions, and any output files from any of the foregoing
|
||||||
//(including device programming or simulation files), and any
|
//(including device programming or simulation files), and any
|
||||||
//associated documentation or information are expressly subject
|
//associated documentation or information are expressly subject
|
||||||
@ -30,7 +30,8 @@
|
|||||||
//agreement, including, without limitation, that your use is for
|
//agreement, including, without limitation, that your use is for
|
||||||
//the sole purpose of programming logic devices manufactured by
|
//the sole purpose of programming logic devices manufactured by
|
||||||
//Intel and sold by Intel or its authorized distributors. Please
|
//Intel and sold by Intel or its authorized distributors. Please
|
||||||
//refer to the applicable agreement for further details.
|
//refer to the applicable agreement for further details, at
|
||||||
|
//https://fpgasoftware.intel.com/eula.
|
||||||
|
|
||||||
|
|
||||||
// synopsys translate_off
|
// synopsys translate_off
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
set_global_assignment -name IP_TOOL_NAME "ROM: 1-PORT"
|
set_global_assignment -name IP_TOOL_NAME "ROM: 1-PORT"
|
||||||
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
set_global_assignment -name IP_TOOL_VERSION "19.1"
|
||||||
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
||||||
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "char_rom.v"]
|
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "char_rom.v"]
|
||||||
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "char_rom_inst.v"]
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "char_rom_inst.v"]
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
// ************************************************************
|
// ************************************************************
|
||||||
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
||||||
//
|
//
|
||||||
// 17.1.0 Build 590 10/25/2017 SJ Lite Edition
|
// 19.1.0 Build 670 09/22/2019 SJ Lite Edition
|
||||||
// ************************************************************
|
// ************************************************************
|
||||||
|
|
||||||
|
|
||||||
//Copyright (C) 2017 Intel Corporation. All rights reserved.
|
//Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||||
//Your use of Intel Corporation's design tools, logic functions
|
//Your use of Intel Corporation's design tools, logic functions
|
||||||
//and other software and tools, and its AMPP partner logic
|
//and other software and tools, and any partner logic
|
||||||
//functions, and any output files from any of the foregoing
|
//functions, and any output files from any of the foregoing
|
||||||
//(including device programming or simulation files), and any
|
//(including device programming or simulation files), and any
|
||||||
//associated documentation or information are expressly subject
|
//associated documentation or information are expressly subject
|
||||||
@ -30,7 +30,8 @@
|
|||||||
//agreement, including, without limitation, that your use is for
|
//agreement, including, without limitation, that your use is for
|
||||||
//the sole purpose of programming logic devices manufactured by
|
//the sole purpose of programming logic devices manufactured by
|
||||||
//Intel and sold by Intel or its authorized distributors. Please
|
//Intel and sold by Intel or its authorized distributors. Please
|
||||||
//refer to the applicable agreement for further details.
|
//refer to the applicable agreement for further details, at
|
||||||
|
//https://fpgasoftware.intel.com/eula.
|
||||||
|
|
||||||
|
|
||||||
// synopsys translate_off
|
// synopsys translate_off
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
set_global_assignment -name IP_TOOL_NAME "RAM: 2-PORT"
|
set_global_assignment -name IP_TOOL_NAME "RAM: 2-PORT"
|
||||||
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
set_global_assignment -name IP_TOOL_VERSION "19.1"
|
||||||
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
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 VERILOG_FILE [file join $::quartus(qip_path) "linebuf.v"]
|
||||||
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "linebuf_inst.v"]
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "linebuf_inst.v"]
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
// ************************************************************
|
// ************************************************************
|
||||||
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
||||||
//
|
//
|
||||||
// 17.1.0 Build 590 10/25/2017 SJ Lite Edition
|
// 19.1.0 Build 670 09/22/2019 SJ Lite Edition
|
||||||
// ************************************************************
|
// ************************************************************
|
||||||
|
|
||||||
|
|
||||||
//Copyright (C) 2017 Intel Corporation. All rights reserved.
|
//Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||||
//Your use of Intel Corporation's design tools, logic functions
|
//Your use of Intel Corporation's design tools, logic functions
|
||||||
//and other software and tools, and its AMPP partner logic
|
//and other software and tools, and any partner logic
|
||||||
//functions, and any output files from any of the foregoing
|
//functions, and any output files from any of the foregoing
|
||||||
//(including device programming or simulation files), and any
|
//(including device programming or simulation files), and any
|
||||||
//associated documentation or information are expressly subject
|
//associated documentation or information are expressly subject
|
||||||
@ -30,7 +30,8 @@
|
|||||||
//agreement, including, without limitation, that your use is for
|
//agreement, including, without limitation, that your use is for
|
||||||
//the sole purpose of programming logic devices manufactured by
|
//the sole purpose of programming logic devices manufactured by
|
||||||
//Intel and sold by Intel or its authorized distributors. Please
|
//Intel and sold by Intel or its authorized distributors. Please
|
||||||
//refer to the applicable agreement for further details.
|
//refer to the applicable agreement for further details, at
|
||||||
|
//https://fpgasoftware.intel.com/eula.
|
||||||
|
|
||||||
|
|
||||||
// synopsys translate_off
|
// synopsys translate_off
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
set_global_assignment -name IP_TOOL_NAME "LPM_MULT"
|
set_global_assignment -name IP_TOOL_NAME "LPM_MULT"
|
||||||
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
set_global_assignment -name IP_TOOL_VERSION "19.1"
|
||||||
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
||||||
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "lpm_mult_4_hybr_ref.v"]
|
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "lpm_mult_4_hybr_ref.v"]
|
||||||
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "lpm_mult_4_hybr_ref_bb.v"]
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "lpm_mult_4_hybr_ref_bb.v"]
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
// ************************************************************
|
// ************************************************************
|
||||||
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
||||||
//
|
//
|
||||||
// 17.1.1 Internal Build 593 12/11/2017 SJ Lite Edition
|
// 19.1.0 Build 670 09/22/2019 SJ Lite Edition
|
||||||
// ************************************************************
|
// ************************************************************
|
||||||
|
|
||||||
|
|
||||||
//Copyright (C) 2017 Intel Corporation. All rights reserved.
|
//Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||||
//Your use of Intel Corporation's design tools, logic functions
|
//Your use of Intel Corporation's design tools, logic functions
|
||||||
//and other software and tools, and its AMPP partner logic
|
//and other software and tools, and any partner logic
|
||||||
//functions, and any output files from any of the foregoing
|
//functions, and any output files from any of the foregoing
|
||||||
//(including device programming or simulation files), and any
|
//(including device programming or simulation files), and any
|
||||||
//associated documentation or information are expressly subject
|
//associated documentation or information are expressly subject
|
||||||
@ -30,7 +30,8 @@
|
|||||||
//agreement, including, without limitation, that your use is for
|
//agreement, including, without limitation, that your use is for
|
||||||
//the sole purpose of programming logic devices manufactured by
|
//the sole purpose of programming logic devices manufactured by
|
||||||
//Intel and sold by Intel or its authorized distributors. Please
|
//Intel and sold by Intel or its authorized distributors. Please
|
||||||
//refer to the applicable agreement for further details.
|
//refer to the applicable agreement for further details, at
|
||||||
|
//https://fpgasoftware.intel.com/eula.
|
||||||
|
|
||||||
|
|
||||||
// synopsys translate_off
|
// synopsys translate_off
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
set_global_assignment -name IP_TOOL_NAME "LPM_MULT"
|
set_global_assignment -name IP_TOOL_NAME "LPM_MULT"
|
||||||
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
set_global_assignment -name IP_TOOL_VERSION "19.1"
|
||||||
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
||||||
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "lpm_mult_4_hybr_ref_pre.v"]
|
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "lpm_mult_4_hybr_ref_pre.v"]
|
||||||
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "lpm_mult_4_hybr_ref_pre_bb.v"]
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "lpm_mult_4_hybr_ref_pre_bb.v"]
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
// ************************************************************
|
// ************************************************************
|
||||||
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
||||||
//
|
//
|
||||||
// 17.1.1 Internal Build 593 12/11/2017 SJ Lite Edition
|
// 19.1.0 Build 670 09/22/2019 SJ Lite Edition
|
||||||
// ************************************************************
|
// ************************************************************
|
||||||
|
|
||||||
|
|
||||||
//Copyright (C) 2017 Intel Corporation. All rights reserved.
|
//Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||||
//Your use of Intel Corporation's design tools, logic functions
|
//Your use of Intel Corporation's design tools, logic functions
|
||||||
//and other software and tools, and its AMPP partner logic
|
//and other software and tools, and any partner logic
|
||||||
//functions, and any output files from any of the foregoing
|
//functions, and any output files from any of the foregoing
|
||||||
//(including device programming or simulation files), and any
|
//(including device programming or simulation files), and any
|
||||||
//associated documentation or information are expressly subject
|
//associated documentation or information are expressly subject
|
||||||
@ -30,7 +30,8 @@
|
|||||||
//agreement, including, without limitation, that your use is for
|
//agreement, including, without limitation, that your use is for
|
||||||
//the sole purpose of programming logic devices manufactured by
|
//the sole purpose of programming logic devices manufactured by
|
||||||
//Intel and sold by Intel or its authorized distributors. Please
|
//Intel and sold by Intel or its authorized distributors. Please
|
||||||
//refer to the applicable agreement for further details.
|
//refer to the applicable agreement for further details, at
|
||||||
|
//https://fpgasoftware.intel.com/eula.
|
||||||
|
|
||||||
|
|
||||||
// synopsys translate_off
|
// synopsys translate_off
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
set_global_assignment -name IP_TOOL_NAME "LPM_MULT"
|
set_global_assignment -name IP_TOOL_NAME "LPM_MULT"
|
||||||
set_global_assignment -name IP_TOOL_VERSION "17.1"
|
set_global_assignment -name IP_TOOL_VERSION "19.1"
|
||||||
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV E}"
|
||||||
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "lpm_mult_4_sl.v"]
|
set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "lpm_mult_4_sl.v"]
|
||||||
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "lpm_mult_4_sl_bb.v"]
|
set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "lpm_mult_4_sl_bb.v"]
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
// ************************************************************
|
// ************************************************************
|
||||||
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
|
||||||
//
|
//
|
||||||
// 17.1.1 Internal Build 593 12/11/2017 SJ Lite Edition
|
// 19.1.0 Build 670 09/22/2019 SJ Lite Edition
|
||||||
// ************************************************************
|
// ************************************************************
|
||||||
|
|
||||||
|
|
||||||
//Copyright (C) 2017 Intel Corporation. All rights reserved.
|
//Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||||
//Your use of Intel Corporation's design tools, logic functions
|
//Your use of Intel Corporation's design tools, logic functions
|
||||||
//and other software and tools, and its AMPP partner logic
|
//and other software and tools, and any partner logic
|
||||||
//functions, and any output files from any of the foregoing
|
//functions, and any output files from any of the foregoing
|
||||||
//(including device programming or simulation files), and any
|
//(including device programming or simulation files), and any
|
||||||
//associated documentation or information are expressly subject
|
//associated documentation or information are expressly subject
|
||||||
@ -30,7 +30,8 @@
|
|||||||
//agreement, including, without limitation, that your use is for
|
//agreement, including, without limitation, that your use is for
|
||||||
//the sole purpose of programming logic devices manufactured by
|
//the sole purpose of programming logic devices manufactured by
|
||||||
//Intel and sold by Intel or its authorized distributors. Please
|
//Intel and sold by Intel or its authorized distributors. Please
|
||||||
//refer to the applicable agreement for further details.
|
//refer to the applicable agreement for further details, at
|
||||||
|
//https://fpgasoftware.intel.com/eula.
|
||||||
|
|
||||||
|
|
||||||
// synopsys translate_off
|
// synopsys translate_off
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CodeLite_Project Name="ossc_sw" InternalType="" Version="10.0.0">
|
<CodeLite_Project Name="ossc_sw" InternalType="" Version="11000">
|
||||||
<Plugins>
|
<Plugins>
|
||||||
<Plugin Name="qmake">
|
<Plugin Name="qmake">
|
||||||
<![CDATA[00020001N0005Debug0000000000000001N0007Release000000000000]]>
|
<![CDATA[00020001N0005Debug0000000000000001N0007Release000000000000]]>
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CodeLite_Project Name="tools" InternalType="">
|
<CodeLite_Project Name="tools" InternalType="" Version="11000">
|
||||||
<Plugins>
|
<Plugins>
|
||||||
|
<Plugin Name="qmake">
|
||||||
|
<![CDATA[00010001N0007Release000000000000]]>
|
||||||
|
</Plugin>
|
||||||
<Plugin Name="CMakePlugin">
|
<Plugin Name="CMakePlugin">
|
||||||
<![CDATA[[{
|
<![CDATA[[{
|
||||||
"name": "Release",
|
"name": "Release",
|
||||||
@ -13,9 +16,6 @@
|
|||||||
"parentProject": ""
|
"parentProject": ""
|
||||||
}]]]>
|
}]]]>
|
||||||
</Plugin>
|
</Plugin>
|
||||||
<Plugin Name="qmake">
|
|
||||||
<![CDATA[00010001N0007Release000000000000]]>
|
|
||||||
</Plugin>
|
|
||||||
</Plugins>
|
</Plugins>
|
||||||
<Description/>
|
<Description/>
|
||||||
<Dependencies/>
|
<Dependencies/>
|
||||||
@ -39,6 +39,7 @@
|
|||||||
<Linker Options="" Required="yes"/>
|
<Linker Options="" Required="yes"/>
|
||||||
<ResourceCompiler Options="" Required="no"/>
|
<ResourceCompiler Options="" Required="no"/>
|
||||||
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
<General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
||||||
|
<BuildSystem Name="Default"/>
|
||||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
||||||
<![CDATA[]]>
|
<![CDATA[]]>
|
||||||
</Environment>
|
</Environment>
|
||||||
@ -77,6 +78,7 @@
|
|||||||
<Linker Options="-O2" Required="yes"/>
|
<Linker Options="-O2" Required="yes"/>
|
||||||
<ResourceCompiler Options="" Required="no"/>
|
<ResourceCompiler Options="" Required="no"/>
|
||||||
<General OutputFile="$(IntermediateDirectory)/fw2" IntermediateDirectory="tools" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
<General OutputFile="$(IntermediateDirectory)/fw2" IntermediateDirectory="tools" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
||||||
|
<BuildSystem Name="Default"/>
|
||||||
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
||||||
<![CDATA[]]>
|
<![CDATA[]]>
|
||||||
</Environment>
|
</Environment>
|
||||||
|
Loading…
Reference in New Issue
Block a user