mirror of
https://github.com/supleed2/ELEC60011-DSD-CW.git
synced 2024-11-10 02:05:49 +00:00
76 lines
2.2 KiB
Tcl
76 lines
2.2 KiB
Tcl
|
# TCL File Generated by Component Editor 20.1
|
||
|
# Sun Mar 27 15:20:46 BST 2022
|
||
|
# DO NOT MODIFY
|
||
|
|
||
|
|
||
|
#
|
||
|
# dsditer_t_dual "Full Function Single Iteration (Dual Combinatorial CORDIC)" v20.1
|
||
|
# 2022.03.27.15:20:46
|
||
|
#
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# request TCL package from ACDS 16.1
|
||
|
#
|
||
|
package require -exact qsys 16.1
|
||
|
|
||
|
|
||
|
#
|
||
|
# module dsditer_t_dual
|
||
|
#
|
||
|
set_module_property DESCRIPTION ""
|
||
|
set_module_property NAME dsditer_t_dual
|
||
|
set_module_property VERSION 20.1
|
||
|
set_module_property INTERNAL false
|
||
|
set_module_property OPAQUE_ADDRESS_MAP true
|
||
|
set_module_property AUTHOR ""
|
||
|
set_module_property DISPLAY_NAME "Full Function Single Iteration (Dual Combinatorial CORDIC)"
|
||
|
set_module_property INSTANTIATE_IN_SYSTEM_MODULE true
|
||
|
set_module_property EDITABLE true
|
||
|
set_module_property REPORT_TO_TALKBACK false
|
||
|
set_module_property ALLOW_GREYBOX_GENERATION false
|
||
|
set_module_property REPORT_HIERARCHY false
|
||
|
|
||
|
|
||
|
#
|
||
|
# file sets
|
||
|
#
|
||
|
add_fileset QUARTUS_SYNTH QUARTUS_SYNTH "" ""
|
||
|
set_fileset_property QUARTUS_SYNTH TOP_LEVEL dualfunction_t
|
||
|
set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false
|
||
|
set_fileset_property QUARTUS_SYNTH ENABLE_FILE_OVERWRITE_MODE false
|
||
|
add_fileset_file dualfunction_t.v VERILOG PATH dualfunction_t.v TOP_LEVEL_FILE
|
||
|
|
||
|
|
||
|
#
|
||
|
# parameters
|
||
|
#
|
||
|
|
||
|
|
||
|
#
|
||
|
# display items
|
||
|
#
|
||
|
|
||
|
|
||
|
#
|
||
|
# connection point dsditer_t_dual_slave
|
||
|
#
|
||
|
add_interface dsditer_t_dual_slave nios_custom_instruction end
|
||
|
set_interface_property dsditer_t_dual_slave clockCycle 0
|
||
|
set_interface_property dsditer_t_dual_slave operands 2
|
||
|
set_interface_property dsditer_t_dual_slave ENABLED true
|
||
|
set_interface_property dsditer_t_dual_slave EXPORT_OF ""
|
||
|
set_interface_property dsditer_t_dual_slave PORT_NAME_MAP ""
|
||
|
set_interface_property dsditer_t_dual_slave CMSIS_SVD_VARIABLES ""
|
||
|
set_interface_property dsditer_t_dual_slave SVD_ADDRESS_GROUP ""
|
||
|
|
||
|
add_interface_port dsditer_t_dual_slave en clk_en Input 1
|
||
|
add_interface_port dsditer_t_dual_slave start start Input 1
|
||
|
add_interface_port dsditer_t_dual_slave dataa dataa Input 32
|
||
|
add_interface_port dsditer_t_dual_slave datab datab Input 32
|
||
|
add_interface_port dsditer_t_dual_slave done done Output 1
|
||
|
add_interface_port dsditer_t_dual_slave result result Output 32
|
||
|
add_interface_port dsditer_t_dual_slave clk clk Input 1
|
||
|
add_interface_port dsditer_t_dual_slave reset reset Input 1
|
||
|
|