mirror of
https://github.com/supleed2/ELEC60011-DSD-CW.git
synced 2024-11-10 02:05:49 +00:00
74 lines
1.8 KiB
Tcl
74 lines
1.8 KiB
Tcl
|
# TCL File Generated by Component Editor 20.1
|
||
|
# Sun Mar 27 16:58:15 BST 2022
|
||
|
# DO NOT MODIFY
|
||
|
|
||
|
|
||
|
#
|
||
|
# fp_mul "Floating Point Mul" v20.1
|
||
|
# 2022.03.27.16:58:15
|
||
|
#
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# request TCL package from ACDS 16.1
|
||
|
#
|
||
|
package require -exact qsys 16.1
|
||
|
|
||
|
|
||
|
#
|
||
|
# module fp_mul
|
||
|
#
|
||
|
set_module_property DESCRIPTION ""
|
||
|
set_module_property NAME fp_mul
|
||
|
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 "Floating Point Mul"
|
||
|
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 fp_mul
|
||
|
set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false
|
||
|
set_fileset_property QUARTUS_SYNTH ENABLE_FILE_OVERWRITE_MODE false
|
||
|
add_fileset_file fp_mul.vhd VHDL PATH fp_mul.vhd TOP_LEVEL_FILE
|
||
|
|
||
|
|
||
|
#
|
||
|
# parameters
|
||
|
#
|
||
|
|
||
|
|
||
|
#
|
||
|
# display items
|
||
|
#
|
||
|
|
||
|
|
||
|
#
|
||
|
# connection point fp_mul_slave
|
||
|
#
|
||
|
add_interface fp_mul_slave nios_custom_instruction end
|
||
|
set_interface_property fp_mul_slave clockCycle 0
|
||
|
set_interface_property fp_mul_slave operands 2
|
||
|
set_interface_property fp_mul_slave ENABLED true
|
||
|
set_interface_property fp_mul_slave EXPORT_OF ""
|
||
|
set_interface_property fp_mul_slave PORT_NAME_MAP ""
|
||
|
set_interface_property fp_mul_slave CMSIS_SVD_VARIABLES ""
|
||
|
set_interface_property fp_mul_slave SVD_ADDRESS_GROUP ""
|
||
|
|
||
|
add_interface_port fp_mul_slave areset reset Input 1
|
||
|
add_interface_port fp_mul_slave en clk_en Input 1
|
||
|
add_interface_port fp_mul_slave a dataa Input 32
|
||
|
add_interface_port fp_mul_slave b datab Input 32
|
||
|
add_interface_port fp_mul_slave q result Output 32
|
||
|
add_interface_port fp_mul_slave clk clk Input 1
|
||
|
|