📄 fft_system.ptf
字号:
SYSTEM FFT_System
{
System_Wizard_Version = "6.00";
System_Wizard_Build = "168";
WIZARD_SCRIPT_ARGUMENTS
{
device_family = "STRATIXII";
clock_freq = "90000000";
generate_hdl = "1";
generate_sdk = "0";
do_build_sim = "0";
hdl_language = "verilog";
view_master_columns = "1";
view_master_priorities = "0";
board_class = "altera_nios_dev_board_stratix_2s60_es";
name_column_width = "238";
desc_column_width = "239";
bustype_column_width = "0";
base_column_width = "75";
end_column_width = "75";
view_frame_window = "128:128:1024:768";
do_log_history = "0";
device_family_id = "STRATIXII";
CLOCKS
{
CLOCK sysclk
{
frequency = "90000000";
source = "External";
Is_Clock_Source = "0";
display_name = "sysclk";
pipeline = "0";
BOARD_COMPONENT altera_nios_dev_board_stratix_2s60_es
{
pin_assignment = "";
component_pin = "use_quartus_pin_assignment";
}
}
}
clock_column_width = "61";
hardcopy_compatible = "0";
RESETS
{
RESET reset
{
BOARD_COMPONENT altera_nios_dev_board_stratix_1s40
{
pin_assignment = "";
component_pin = "use_quartus_pin_assignment";
}
BOARD_COMPONENT altera_nios_dev_board_stratix_2s60_es
{
pin_assignment = "AA15";
component_pin = "SW8.3";
}
}
RESET reset_n
{
BOARD_COMPONENT altera_nios_dev_board_stratix_2s60_es
{
pin_assignment = "";
component_pin = "use_quartus_pin_assignment";
}
}
}
BOARD_INFO
{
CONFIGURATION factory
{
length = "";
menu_position = "2";
offset = "0xC00000";
reference_designator = "U5";
}
CONFIGURATION user
{
length = "";
menu_position = "1";
offset = "0x800000";
reference_designator = "U5";
}
JTAG_device_index = "1";
REFDES U5
{
base = "0x01000000";
}
altera_avalon_cfi_flash
{
reference_designators = "U5";
}
class = "altera_nios_dev_board_stratix_2s60_es";
class_version = "5.1";
device_family = "STRATIXII";
device_is_engineering_sample = "1";
quartus_pgm_file = "system/altera_nios_dev_board_stratix_2s60_es.sof";
quartus_project_file = "system/altera_nios_dev_board_stratix_2s60_es.qpf";
reference_designators = "U5";
sopc_system_file = "system/altera_nios_dev_board_stratix_2s60_es.ptf";
}
}
MODULE cpu
{
class = "altera_nios2";
class_version = "6.0";
iss_model_name = "altera_nios2";
HDL_INFO
{
PLI_Files = "";
Precompiled_Simulation_Library_Files = "";
Simulation_HDL_Files = "";
Synthesis_HDL_Files = "__PROJECT_DIRECTORY__/cpu_test_bench.v, __PROJECT_DIRECTORY__/cpu_mult_cell.v, __PROJECT_DIRECTORY__/cpu_jtag_debug_module.v, __PROJECT_DIRECTORY__/cpu_jtag_debug_module_wrapper.v, __PROJECT_DIRECTORY__/cpu.v";
Synthesis_Only_Files = "";
}
MASTER instruction_master
{
PORT_WIRING
{
PORT i_address
{
direction = "output";
type = "address";
width = "25";
Is_Enabled = "1";
}
PORT i_read
{
direction = "output";
type = "read";
width = "1";
Is_Enabled = "1";
}
PORT i_readdata
{
direction = "input";
type = "readdata";
width = "32";
Is_Enabled = "1";
}
PORT i_readdatavalid
{
direction = "input";
type = "readdatavalid";
width = "1";
Is_Enabled = "1";
}
PORT i_waitrequest
{
direction = "input";
type = "waitrequest";
width = "1";
Is_Enabled = "1";
}
PORT jtag_debug_trigout
{
width = "1";
direction = "output";
Is_Enabled = "0";
}
PORT jtag_debug_offchip_trace_clk
{
width = "1";
direction = "output";
Is_Enabled = "0";
}
PORT jtag_debug_offchip_trace_data
{
width = "18";
direction = "output";
Is_Enabled = "0";
}
}
SYSTEM_BUILDER_INFO
{
Bus_Type = "avalon";
Data_Width = "32";
Max_Address_Width = "31";
Address_Width = "8";
Is_Instruction_Master = "1";
Has_IRQ = "0";
Irq_Scheme = "individual_requests";
Interrupt_Range = "0-0";
Is_Enabled = "1";
Maximum_Burst_Size = "1";
Burst_On_Burst_Boundaries_Only = "";
Linewrap_Bursts = "";
Interleave_Bursts = "";
Is_Readable = "1";
Is_Writeable = "0";
Address_Group = "0";
Adapts_To = "";
DBS_Big_Endian = "0";
}
}
MASTER data_master
{
PORT_WIRING
{
PORT clk
{
direction = "input";
type = "clk";
width = "1";
Is_Enabled = "1";
}
PORT d_address
{
direction = "output";
type = "address";
width = "25";
Is_Enabled = "1";
}
PORT d_byteenable
{
direction = "output";
type = "byteenable";
width = "4";
Is_Enabled = "1";
}
PORT d_irq
{
direction = "input";
type = "irq";
width = "32";
Is_Enabled = "1";
}
PORT d_read
{
direction = "output";
type = "read";
width = "1";
Is_Enabled = "1";
}
PORT d_readdata
{
direction = "input";
type = "readdata";
width = "32";
Is_Enabled = "1";
}
PORT d_waitrequest
{
direction = "input";
type = "waitrequest";
width = "1";
Is_Enabled = "1";
}
PORT d_write
{
direction = "output";
type = "write";
width = "1";
Is_Enabled = "1";
}
PORT d_writedata
{
direction = "output";
type = "writedata";
width = "32";
Is_Enabled = "1";
}
PORT jtag_debug_module_debugaccess_to_roms
{
direction = "output";
type = "debugaccess";
width = "1";
Is_Enabled = "1";
}
PORT d_readdatavalid
{
Is_Enabled = "0";
direction = "input";
type = "readdatavalid";
width = "1";
}
}
SYSTEM_BUILDER_INFO
{
Register_Incoming_Signals = "1";
Bus_Type = "avalon";
Data_Width = "32";
Max_Address_Width = "31";
Address_Width = "8";
Is_Data_Master = "1";
Has_IRQ = "1";
Irq_Scheme = "individual_requests";
Interrupt_Range = "0-31";
Is_Enabled = "1";
Maximum_Burst_Size = "1";
Burst_On_Burst_Boundaries_Only = "";
Is_Readable = "1";
Is_Writeable = "1";
Address_Group = "0";
Adapts_To = "";
DBS_Big_Endian = "0";
}
}
SLAVE jtag_debug_module
{
PORT_WIRING
{
PORT jtag_debug_module_address
{
direction = "input";
type = "address";
width = "9";
Is_Enabled = "1";
}
PORT jtag_debug_module_begintransfer
{
direction = "input";
type = "begintransfer";
width = "1";
Is_Enabled = "1";
}
PORT jtag_debug_module_clk
{
direction = "input";
type = "clk";
width = "1";
Is_Enabled = "1";
}
PORT jtag_debug_module_debugaccess
{
direction = "input";
type = "debugaccess";
width = "1";
Is_Enabled = "1";
}
PORT jtag_debug_module_readdata
{
direction = "output";
type = "readdata";
width = "32";
Is_Enabled = "1";
}
PORT jtag_debug_module_reset
{
direction = "input";
type = "reset";
width = "1";
Is_Enabled = "1";
}
PORT jtag_debug_module_resetrequest
{
direction = "output";
type = "resetrequest";
width = "1";
Is_Enabled = "1";
}
PORT jtag_debug_module_select
{
direction = "input";
type = "chipselect";
width = "1";
Is_Enabled = "1";
}
PORT jtag_debug_module_write
{
direction = "input";
type = "write";
width = "1";
Is_Enabled = "1";
}
PORT jtag_debug_module_writedata
{
direction = "input";
type = "writedata";
width = "32";
Is_Enabled = "1";
}
PORT reset_n
{
direction = "input";
type = "reset_n";
width = "1";
Is_Enabled = "1";
}
PORT jtag_debug_module_byteenable
{
direction = "input";
type = "byteenable";
width = "4";
Is_Enabled = "1";
}
}
SYSTEM_BUILDER_INFO
{
Read_Wait_States = "1";
Write_Wait_States = "1";
Register_Incoming_Signals = "1";
Bus_Type = "avalon";
Data_Width = "32";
Address_Width = "9";
Accepts_Internal_Connections = "1";
Requires_Internal_Connections = "instruction_master,data_master";
Accepts_External_Connections = "0";
Is_Enabled = "1";
Address_Alignment = "dynamic";
Base_Address = "0x01000000";
Is_Memory_Device = "1";
Is_Printable_Device = "0";
Uses_Tri_State_Data_Bus = "0";
Has_IRQ = "0";
JTAG_Hub_Base_Id = "1118278";
JTAG_Hub_Instance_Id = "0";
MASTERED_BY cpu/instruction_master
{
priority = "1";
}
MASTERED_BY cpu/data_master
{
priority = "1";
}
IRQ_MASTER cpu/data_master
{
IRQ_Number = "NC";
}
Is_Readable = "1";
Is_Writeable = "1";
Address_Group = "0";
Is_Base_Locked = "0";
}
}
WIZARD_SCRIPT_ARGUMENTS
{
CPU_Architecture = "nios2";
do_generate = "1";
cpu_selection = "f";
CPU_Implementation = "fast";
cache_has_dcache = "0";
cache_has_icache = "1";
cache_dcache_size = "0";
cache_icache_size = "1024";
include_debug = "0";
include_trace = "0";
include_oci = "1";
debug_level = "2";
oci_offchip_trace = "0";
oci_onchip_trace = "0";
oci_data_trace = "0";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -