URL
https://opencores.org/ocsvn/raytrac/raytrac/trunk
Subversion Repositories raytrac
Compare Revisions
- This comparison shows the changes necessary to convert path
/raytrac/branches
- from Rev 186 to Rev 187
- ↔ Reverse comparison
Rev 186 → Rev 187
/fp/raytrac_hw.tcl
1,32 → 1,18
# TCL File Generated by Component Editor 11.0 |
# Sat May 26 10:44:07 COT 2012 |
# Tue Jun 05 21:33:32 COT 2012 |
# DO NOT MODIFY |
|
|
# +----------------------------------- |
# | |
# | raytrac "raytrac" v1.0 |
# | null 2012.05.26.10:44:07 |
# | RayTrAC "RayTrAC" v1.0 |
# | null 2012.06.05.21:33:32 |
# | |
# | |
# | //IMACJULIAN/imac/Code/Indigo/fp/fp/raytrac.vhd |
# | |
# | ./arithblock.vhd syn |
# | ./arithpack.vhd syn |
# | ./customCounter.vhd syn |
# | ./dpc.vhd syn |
# | ./fadd32.vhd syn |
# | ./fmul32.vhd syn |
# | ./im.vhd syn |
# | ./invr32.vhd syn |
# | ./memblock.vhd syn |
# | ./meminvr.mif syn |
# | ./memsqrt.mif syn |
# | ./mulblock.vhd syn |
# | ./raytrac.vhd syn |
# | ./raytrac_hw.tcl |
# | ./sm.vhd syn, sim |
# | ./sqrt32.vhd syn, sim |
# | ./arithpack.vhd syn, sim |
# | ./raytrac.vhd syn, sim |
# | |
# +----------------------------------- |
|
38,13 → 24,14
# +----------------------------------- |
|
# +----------------------------------- |
# | module raytrac |
# | module RayTrAC |
# | |
set_module_property NAME raytrac |
set_module_property NAME RayTrAC |
set_module_property VERSION 1.0 |
set_module_property INTERNAL false |
set_module_property OPAQUE_ADDRESS_MAP true |
set_module_property DISPLAY_NAME raytrac |
set_module_property GROUP "Arithmetic RayTrac Components" |
set_module_property DISPLAY_NAME RayTrAC |
set_module_property TOP_LEVEL_HDL_FILE raytrac.vhd |
set_module_property TOP_LEVEL_HDL_MODULE raytrac |
set_module_property INSTANTIATE_IN_SYSTEM_MODULE true |
58,22 → 45,8
# +----------------------------------- |
# | files |
# | |
add_file arithblock.vhd SYNTHESIS |
add_file arithpack.vhd SYNTHESIS |
add_file customCounter.vhd SYNTHESIS |
add_file dpc.vhd SYNTHESIS |
add_file fadd32.vhd SYNTHESIS |
add_file fmul32.vhd SYNTHESIS |
add_file im.vhd SYNTHESIS |
add_file invr32.vhd SYNTHESIS |
add_file memblock.vhd SYNTHESIS |
add_file meminvr.mif SYNTHESIS |
add_file memsqrt.mif SYNTHESIS |
add_file mulblock.vhd SYNTHESIS |
add_file raytrac.vhd SYNTHESIS |
add_file raytrac_hw.tcl "" |
add_file sm.vhd {SYNTHESIS SIMULATION} |
add_file sqrt32.vhd {SYNTHESIS SIMULATION} |
add_file arithpack.vhd {SYNTHESIS SIMULATION} |
add_file raytrac.vhd {SYNTHESIS SIMULATION} |
# | |
# +----------------------------------- |
|
93,7 → 66,7
# | connection point clock |
# | |
add_interface clock clock end |
set_interface_property clock clockRate 50000000 |
set_interface_property clock clockRate 0 |
|
set_interface_property clock ENABLED true |
|
108,7 → 81,6
set_interface_property avalon_slave_0 addressAlignment DYNAMIC |
set_interface_property avalon_slave_0 addressUnits WORDS |
set_interface_property avalon_slave_0 associatedClock clock |
set_interface_property avalon_slave_0 associatedReset reset_sink |
set_interface_property avalon_slave_0 burstOnBurstBoundariesOnly false |
set_interface_property avalon_slave_0 explicitAddressSpan 0 |
set_interface_property avalon_slave_0 holdTime 0 |
127,9 → 99,9
|
add_interface_port avalon_slave_0 wr write Input 1 |
add_interface_port avalon_slave_0 add address Input 13 |
add_interface_port avalon_slave_0 d writedata Input 32 |
add_interface_port avalon_slave_0 q readdata Output 32 |
add_interface_port avalon_slave_0 rd read Input 1 |
add_interface_port avalon_slave_0 d writedata Input 32 |
# | |
# +----------------------------------- |
|
142,118 → 114,19
|
set_interface_property reset_sink ENABLED true |
|
add_interface_port reset_sink rst reset Input 1 |
add_interface_port reset_sink rst reset_n Input 1 |
# | |
# +----------------------------------- |
|
# +----------------------------------- |
# | connection point is06 |
# | connection point interrupt_sender_1 |
# | |
add_interface is06 interrupt end |
set_interface_property is06 associatedAddressablePoint avalon_slave_0 |
set_interface_property is06 associatedClock clock |
set_interface_property is06 associatedReset reset_sink |
add_interface interrupt_sender_1 interrupt end |
set_interface_property interrupt_sender_1 associatedAddressablePoint avalon_slave_0 |
set_interface_property interrupt_sender_1 associatedClock clock |
|
set_interface_property is06 ENABLED true |
set_interface_property interrupt_sender_1 ENABLED true |
|
add_interface_port is06 int06 irq Output 1 |
add_interface_port interrupt_sender_1 irq irq Output 1 |
# | |
# +----------------------------------- |
|
# +----------------------------------- |
# | connection point is04 |
# | |
add_interface is04 interrupt end |
set_interface_property is04 associatedAddressablePoint avalon_slave_0 |
set_interface_property is04 associatedClock clock |
set_interface_property is04 associatedReset reset_sink |
|
set_interface_property is04 ENABLED true |
|
add_interface_port is04 int04 irq Output 1 |
# | |
# +----------------------------------- |
|
# +----------------------------------- |
# | connection point is03 |
# | |
add_interface is03 interrupt end |
set_interface_property is03 associatedAddressablePoint avalon_slave_0 |
set_interface_property is03 associatedClock clock |
set_interface_property is03 associatedReset reset_sink |
|
set_interface_property is03 ENABLED true |
|
add_interface_port is03 int03 irq Output 1 |
# | |
# +----------------------------------- |
|
# +----------------------------------- |
# | connection point is02 |
# | |
add_interface is02 interrupt end |
set_interface_property is02 associatedAddressablePoint avalon_slave_0 |
set_interface_property is02 associatedClock clock |
set_interface_property is02 associatedReset reset_sink |
|
set_interface_property is02 ENABLED true |
|
add_interface_port is02 int02 irq Output 1 |
# | |
# +----------------------------------- |
|
# +----------------------------------- |
# | connection point is01 |
# | |
add_interface is01 interrupt end |
set_interface_property is01 associatedAddressablePoint avalon_slave_0 |
set_interface_property is01 associatedClock clock |
set_interface_property is01 associatedReset reset_sink |
|
set_interface_property is01 ENABLED true |
|
add_interface_port is01 int01 irq Output 1 |
# | |
# +----------------------------------- |
|
# +----------------------------------- |
# | connection point is00 |
# | |
add_interface is00 interrupt end |
set_interface_property is00 associatedAddressablePoint avalon_slave_0 |
set_interface_property is00 associatedClock clock |
set_interface_property is00 associatedReset reset_sink |
|
set_interface_property is00 ENABLED true |
|
add_interface_port is00 int00 irq Output 1 |
# | |
# +----------------------------------- |
|
# +----------------------------------- |
# | connection point is07 |
# | |
add_interface is07 interrupt end |
set_interface_property is07 associatedAddressablePoint avalon_slave_0 |
set_interface_property is07 associatedClock clock |
set_interface_property is07 associatedReset reset_sink |
|
set_interface_property is07 ENABLED true |
|
add_interface_port is07 int07 irq Output 1 |
# | |
# +----------------------------------- |
|
# +----------------------------------- |
# | connection point is05 |
# | |
add_interface is05 interrupt end |
set_interface_property is05 associatedAddressablePoint avalon_slave_0 |
set_interface_property is05 associatedClock clock |
set_interface_property is05 associatedReset reset_sink |
|
set_interface_property is05 ENABLED true |
|
add_interface_port is05 int05 irq Output 1 |
# | |
# +----------------------------------- |