Initial commit

This commit is contained in:
2025-11-06 10:08:01 +08:00
commit 0bded5b86e
1033 changed files with 55966 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
#-----------------------------------------------------------
# Vivado v2018.1 (64-bit)
# SW Build 2188600 on Wed Apr 4 18:40:38 MDT 2018
# IP Build 2185939 on Wed Apr 4 20:55:05 MDT 2018
# Start of session at: Wed Nov 13 21:13:18 2024
# Process ID: 26344
# Current directory: F:/Schoolwork/DigitalLogic/Exp4
# Command line: vivado.exe -gui_launcher_event rodinguilauncherevent29944 F:\Schoolwork\DigitalLogic\Exp4\Exp4.xpr
# Log file: F:/Schoolwork/DigitalLogic/Exp4/vivado.log
# Journal file: F:/Schoolwork/DigitalLogic/Exp4\vivado.jou
#-----------------------------------------------------------
start_gui
open_project F:/Schoolwork/DigitalLogic/Exp4/Exp4.xpr
update_compile_order -fileset sources_1
open_hw
connect_hw_server
refresh_hw_server {localhost:3121}
open_hw_target {localhost:3121/xilinx_tcf/Xilinx/1234-tulA}
set_property PROGRAM.FILE {F:/Schoolwork/DigitalLogic/Exp4/Exp4.runs/impl_1/calc.bit} [get_hw_devices xc7a35t_0]
current_hw_device [get_hw_devices xc7a35t_0]
refresh_hw_device -update_hw_probes false [lindex [get_hw_devices xc7a35t_0] 0]
set_property PROBES.FILE {} [get_hw_devices xc7a35t_0]
set_property FULL_PROBES.FILE {} [get_hw_devices xc7a35t_0]
set_property PROGRAM.FILE {F:/Schoolwork/DigitalLogic/Exp4/Exp4.runs/impl_1/calc.bit} [get_hw_devices xc7a35t_0]
program_hw_devices [get_hw_devices xc7a35t_0]
refresh_hw_device [lindex [get_hw_devices xc7a35t_0] 0]
close_hw
file mkdir F:/Schoolwork/DigitalLogic/Exp4/Exp4.srcs/sim_1/new
set_property SOURCE_SET sources_1 [get_filesets sim_1]
close [ open F:/Schoolwork/DigitalLogic/Exp4/Exp4.srcs/sim_1/new/calc_tb.v w ]
add_files -fileset sim_1 F:/Schoolwork/DigitalLogic/Exp4/Exp4.srcs/sim_1/new/calc_tb.v
update_compile_order -fileset sim_1
update_compile_order -fileset sim_1
launch_simulation
source calc_tb.tcl
synth_design -rtl -name rtl_1
close_sim
open_hw
connect_hw_server
open_hw_target
set_property PROGRAM.FILE {F:/Schoolwork/DigitalLogic/Exp4/Exp4.runs/impl_1/calc.bit} [get_hw_devices xc7a35t_0]
current_hw_device [get_hw_devices xc7a35t_0]
refresh_hw_device -update_hw_probes false [lindex [get_hw_devices xc7a35t_0] 0]
close_hw_target {localhost:3121/xilinx_tcf/Xilinx/1234-tulA}