#***************************************************************************************** # Vivado (TM) v2018.3 (64-bit) # # vhdl-modules.tcl: Tcl script for re-creating project 'vhdl-modules' # # IP Build 2404404 on Fri Dec 7 01:43:56 MST 2018 # # This file contains the Vivado Tcl commands for re-creating the project to the state* # when this script was generated. In order to re-create the project, please source this # file in the Vivado Tcl Shell. # # * Note that the runs in the created project will be configured the same way as the # original project, however they will not be launched automatically. To regenerate the # run results please launch the synthesis/implementation runs as needed. # #***************************************************************************************** # Set the reference directory for source file relative paths (by default the value is script directory path) set origin_dir [file dirname [info script]] # Use origin directory path location variable, if specified in the tcl shell if { [info exists ::origin_dir_loc] } { set origin_dir $::origin_dir_loc } # Set the project name set _xil_proj_name_ "vhdl-modules" # Use project name variable, if specified in the tcl shell if { [info exists ::user_project_name] } { set _xil_proj_name_ $::user_project_name } variable script_file set script_file "vhdl-modules.tcl" # Help information for this script proc print_help {} { variable script_file puts "\nDescription:" puts "Recreate a Vivado project from this script. The created project will be" puts "functionally equivalent to the original project for which this script was" puts "generated. The script contains commands for creating a project, filesets," puts "runs, adding/importing sources and setting properties on various objects.\n" puts "Syntax:" puts "$script_file" puts "$script_file -tclargs \[--origin_dir \]" puts "$script_file -tclargs \[--project_name \]" puts "$script_file -tclargs \[--help\]\n" puts "Usage:" puts "Name Description" puts "-------------------------------------------------------------------------" puts "\[--origin_dir \] Determine source file paths wrt this path. Default" puts " origin_dir path value is \".\", otherwise, the value" puts " that was set with the \"-paths_relative_to\" switch" puts " when this script was generated.\n" puts "\[--project_name \] Create project with the specified name. Default" puts " name is the name of the project from where this" puts " script was generated.\n" puts "\[--help\] Print help information for this script" puts "-------------------------------------------------------------------------\n" exit 0 } if { $::argc > 0 } { for {set i 0} {$i < $::argc} {incr i} { set option [string trim [lindex $::argv $i]] switch -regexp -- $option { "--origin_dir" { incr i; set origin_dir [lindex $::argv $i] } "--project_name" { incr i; set _xil_proj_name_ [lindex $::argv $i] } "--help" { print_help } default { if { [regexp {^-} $option] } { puts "ERROR: Unknown option '$option' specified, please type '$script_file -tclargs --help' for usage info.\n" return 1 } } } } } # Set the directory path for the original project from where this script was exported set orig_proj_dir "[file normalize "$origin_dir/vivado_project"]" # Create project create_project ${_xil_proj_name_} $origin_dir/vivado_project -part xc7a100tcsg324-1 -quiet -force # Set the directory path for the new project set proj_dir [get_property directory [current_project]] # Set project properties set obj [current_project] set_property -name "default_lib" -value "xil_defaultlib" -objects $obj set_property -name "enable_vhdl_2008" -value "1" -objects $obj set_property -name "ip_cache_permissions" -value "read write" -objects $obj set_property -name "ip_output_repo" -value "$proj_dir/${_xil_proj_name_}.cache/ip" -objects $obj set_property -name "mem.enable_memory_map_generation" -value "1" -objects $obj set_property -name "part" -value "xc7a100tcsg324-1" -objects $obj set_property -name "sim.central_dir" -value "$proj_dir/${_xil_proj_name_}.ip_user_files" -objects $obj set_property -name "sim.ip.auto_export_scripts" -value "1" -objects $obj set_property -name "simulator_language" -value "Mixed" -objects $obj set_property -name "target_language" -value "VHDL" -objects $obj set_property -name "webtalk.activehdl_export_sim" -value "19" -objects $obj set_property -name "webtalk.ies_export_sim" -value "19" -objects $obj set_property -name "webtalk.modelsim_export_sim" -value "19" -objects $obj set_property -name "webtalk.questa_export_sim" -value "19" -objects $obj set_property -name "webtalk.riviera_export_sim" -value "19" -objects $obj set_property -name "webtalk.vcs_export_sim" -value "19" -objects $obj set_property -name "webtalk.xcelium_export_sim" -value "13" -objects $obj set_property -name "webtalk.xsim_export_sim" -value "19" -objects $obj set_property -name "webtalk.xsim_launch_sim" -value "25" -objects $obj set_property -name "xpm_libraries" -value "XPM_CDC XPM_MEMORY" -objects $obj # Create 'sources_1' fileset (if not found) if {[string equal [get_filesets -quiet sources_1] ""]} { create_fileset -srcset sources_1 } # Set IP repository paths set obj [get_filesets sources_1] set_property "ip_repo_paths" "[file normalize "$origin_dir/src/ip_repo"]" $obj # Rebuild user ip_repo's index before adding any source files update_ip_catalog -rebuild # Set 'sources_1' fileset object set obj [get_filesets sources_1] set files [list \ [file normalize "${origin_dir}/src/ip/fp_accumulator_0_1/fp_accumulator_0_1.xci"] \ [file normalize "${origin_dir}/src/ip/fp_multiply_0_1/fp_multiply_0_1.xci"] \ [file normalize "${origin_dir}/src/hdl/Block_proc.vhd"] \ [file normalize "${origin_dir}/src/hdl/Loop_Border_proc.vhd"] \ [file normalize "${origin_dir}/src/hdl/Loop_Border_proc_borderbuf.vhd"] \ [file normalize "${origin_dir}/src/hdl/Loop_HConvH_proc6.vhd"] \ [file normalize "${origin_dir}/src/hdl/Loop_VConvH_proc.vhd"] \ [file normalize "${origin_dir}/src/hdl/Loop_VConvH_proc_linebuf_0.vhd"] \ [file normalize "${origin_dir}/src/hdl/globals.vhd"] \ [file normalize "${origin_dir}/src/hdl/checksum.vhd"] \ [file normalize "${origin_dir}/src/hdl/conv2d.vhd"] \ [file normalize "${origin_dir}/src/hdl/conv2d_5x5_224p.vhd"] \ [file normalize "${origin_dir}/src/hdl/dummyModule.vhd"] \ [file normalize "${origin_dir}/src/hdl/fifo_w32_d2_A.vhd"] \ [file normalize "${origin_dir}/src/hdl/fifo_w32_d3_A.vhd"] \ [file normalize "${origin_dir}/src/hdl/filter11x11_strm.vhd"] \ [file normalize "${origin_dir}/src/hdl/filter11x11_strm_ent.vhd"] \ [file normalize "${origin_dir}/src/hdl/kernel_5x5.vhd"] \ [file normalize "${origin_dir}/src/hdl/multiplex.vhd"] \ [file normalize "${origin_dir}/src/hdl/ram.vhd"] \ [file normalize "${origin_dir}/src/hdl/shiftIn.vhd"] \ [file normalize "${origin_dir}/src/hdl/start_for_Block_proc_U0.vhd"] \ [file normalize "${origin_dir}/src/hdl/start_for_Loop_Border_proc_U0.vhd"] \ [file normalize "${origin_dir}/src/hdl/start_for_Loop_VConvH_proc_U0.vhd"] \ [file normalize "${origin_dir}/src/hdl/packaging.vhd"] \ [file normalize "${origin_dir}/src/testbench/tb_module_behav.wcfg"] \ ] add_files -norecurse -fileset $obj $files # Set 'sources_1' fileset file properties for remote files set file "$origin_dir/src/ip/fp_accumulator_0_1/fp_accumulator_0_1.xci" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "generate_files_for_reference" -value "0" -objects $file_obj set_property -name "registered_with_manager" -value "1" -objects $file_obj set file "$origin_dir/src/ip/fp_multiply_0_1/fp_multiply_0_1.xci" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "generate_files_for_reference" -value "0" -objects $file_obj set_property -name "registered_with_manager" -value "1" -objects $file_obj set file "$origin_dir/src/hdl/Block_proc.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/Loop_Border_proc.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/Loop_Border_proc_borderbuf.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/Loop_HConvH_proc6.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/Loop_VConvH_proc.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/Loop_VConvH_proc_linebuf_0.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/globals.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/checksum.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/conv2d.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/conv2d_5x5_224p.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/dummyModule.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/fifo_w32_d2_A.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/fifo_w32_d3_A.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/filter11x11_strm.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/filter11x11_strm_ent.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/kernel_5x5.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/multiplex.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/ram.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/shiftIn.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/start_for_Block_proc_U0.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/start_for_Loop_Border_proc_U0.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/start_for_Loop_VConvH_proc_U0.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj set file "$origin_dir/src/hdl/packaging.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj # Set 'sources_1' fileset file properties for local files # None # Set 'sources_1' fileset properties set obj [get_filesets sources_1] set_property -name "top" -value "design_1_wrapper" -objects $obj set_property -name "top_auto_set" -value "0" -objects $obj # Create 'constrs_1' fileset (if not found) if {[string equal [get_filesets -quiet constrs_1] ""]} { create_fileset -constrset constrs_1 } # Set 'constrs_1' fileset object set obj [get_filesets constrs_1] # Add/Import constrs file and set constrs file properties set file "[file normalize "$origin_dir/src/constraints/nexys_4_ddr.xdc"]" set file_added [add_files -norecurse -fileset $obj [list $file]] set file "$origin_dir/src/constraints/nexys_4_ddr.xdc" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets constrs_1] [list "*$file"]] set_property -name "file_type" -value "XDC" -objects $file_obj # Set 'constrs_1' fileset properties set obj [get_filesets constrs_1] set_property -name "target_part" -value "xc7a100tcsg324-1" -objects $obj # Create 'sim_1' fileset (if not found) if {[string equal [get_filesets -quiet sim_1] ""]} { create_fileset -simset sim_1 } # Set 'sim_1' fileset object set obj [get_filesets sim_1] set files [list \ [file normalize "${origin_dir}/src/testbench/packaging_tb.vhd"] \ ] add_files -norecurse -fileset $obj $files # Set 'sim_1' fileset file properties for remote files set file "$origin_dir/src/testbench/packaging_tb.vhd" set file [file normalize $file] set file_obj [get_files -of_objects [get_filesets sim_1] [list "*$file"]] set_property -name "file_type" -value "VHDL" -objects $file_obj # Set 'sim_1' fileset file properties for local files # None # Set 'sim_1' fileset properties set obj [get_filesets sim_1] set_property -name "top" -value "tb_module" -objects $obj set_property -name "top_auto_set" -value "0" -objects $obj set_property -name "top_lib" -value "xil_defaultlib" -objects $obj # Set 'utils_1' fileset object set obj [get_filesets utils_1] # Empty (no sources present) # Set 'utils_1' fileset properties set obj [get_filesets utils_1] # Adding sources referenced in BDs, if not already added if { [get_files fp_accumulator_0_1.xci] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/ip/fp_accumulator_0_1/fp_accumulator_0_1.xci } if { [get_files fp_multiply_0_1.xci] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/ip/fp_multiply_0_1/fp_multiply_0_1.xci } if { [get_files Block_proc.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Block_proc.vhd } if { [get_files Loop_Border_proc.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_Border_proc.vhd } if { [get_files Loop_Border_proc_borderbuf.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_Border_proc_borderbuf.vhd } if { [get_files Loop_HConvH_proc6.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_HConvH_proc6.vhd } if { [get_files Loop_VConvH_proc.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_VConvH_proc.vhd } if { [get_files Loop_VConvH_proc_linebuf_0.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_VConvH_proc_linebuf_0.vhd } if { [get_files globals.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/globals.vhd } if { [get_files checksum.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/checksum.vhd } if { [get_files conv2d.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/conv2d.vhd } if { [get_files conv2d_5x5_224p.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/conv2d_5x5_224p.vhd } if { [get_files dummyModule.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/dummyModule.vhd } if { [get_files fifo_w32_d2_A.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/fifo_w32_d2_A.vhd } if { [get_files fifo_w32_d3_A.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/fifo_w32_d3_A.vhd } if { [get_files filter11x11_strm.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/filter11x11_strm.vhd } if { [get_files filter11x11_strm_ent.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/filter11x11_strm_ent.vhd } if { [get_files kernel_5x5.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/kernel_5x5.vhd } if { [get_files multiplex.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/multiplex.vhd } if { [get_files ram.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/ram.vhd } if { [get_files shiftIn.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/shiftIn.vhd } if { [get_files start_for_Block_proc_U0.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/start_for_Block_proc_U0.vhd } if { [get_files start_for_Loop_Border_proc_U0.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/start_for_Loop_Border_proc_U0.vhd } if { [get_files start_for_Loop_VConvH_proc_U0.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/start_for_Loop_VConvH_proc_U0.vhd } if { [get_files packaging.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/packaging.vhd } # Proc to create BD design_1 proc cr_bd_design_1 { parentCell } { # The design that will be created by this Tcl proc contains the following # module references: # packaging # CHANGE DESIGN NAME HERE set design_name design_1 common::send_msg_id "BD_TCL-003" "INFO" "Currently there is no design <$design_name> in project, so creating one..." create_bd_design $design_name set bCheckIPsPassed 1 ################################################################## # CHECK IPs ################################################################## set bCheckIPs 1 if { $bCheckIPs == 1 } { set list_check_ips "\ xilinx.com:ip:c_counter_binary:12.0\ xilinx.com:ip:clk_wiz:6.0\ xilinx.com:user:ethernet_transceiver2:1.0\ xilinx.com:ip:fifo_generator:13.2\ xilinx.com:ip:util_vector_logic:2.0\ xilinx.com:user:segment:1.0\ xilinx.com:ip:xlconcat:2.1\ xilinx.com:ip:xlconstant:1.1\ xilinx.com:ip:xlslice:1.0\ " set list_ips_missing "" common::send_msg_id "BD_TCL-006" "INFO" "Checking if the following IPs exist in the project's IP catalog: $list_check_ips ." foreach ip_vlnv $list_check_ips { set ip_obj [get_ipdefs -all $ip_vlnv] if { $ip_obj eq "" } { lappend list_ips_missing $ip_vlnv } } if { $list_ips_missing ne "" } { catch {common::send_msg_id "BD_TCL-115" "ERROR" "The following IPs are not found in the IP Catalog:\n $list_ips_missing\n\nResolution: Please add the repository containing the IP(s) to the project." } set bCheckIPsPassed 0 } } ################################################################## # CHECK Modules ################################################################## set bCheckModules 1 if { $bCheckModules == 1 } { set list_check_mods "\ packaging\ " set list_mods_missing "" common::send_msg_id "BD_TCL-006" "INFO" "Checking if the following modules exist in the project's sources: $list_check_mods ." foreach mod_vlnv $list_check_mods { if { [can_resolve_reference $mod_vlnv] == 0 } { lappend list_mods_missing $mod_vlnv } } if { $list_mods_missing ne "" } { catch {common::send_msg_id "BD_TCL-115" "ERROR" "The following module(s) are not found in the project: $list_mods_missing" } common::send_msg_id "BD_TCL-008" "INFO" "Please add source files for the missing module(s) above." set bCheckIPsPassed 0 } } if { $bCheckIPsPassed != 1 } { common::send_msg_id "BD_TCL-1003" "WARNING" "Will not continue with creation of design due to the error(s) above." return 3 } variable script_folder if { $parentCell eq "" } { set parentCell [get_bd_cells /] } # Get object for parentCell set parentObj [get_bd_cells $parentCell] if { $parentObj == "" } { catch {common::send_msg_id "BD_TCL-100" "ERROR" "Unable to find parent cell <$parentCell>!"} return } # Make sure parentObj is hier blk set parentType [get_property TYPE $parentObj] if { $parentType ne "hier" } { catch {common::send_msg_id "BD_TCL-101" "ERROR" "Parent <$parentObj> has TYPE = <$parentType>. Expected to be ."} return } # Save current instance; Restore later set oldCurInst [current_bd_instance .] # Set parent object as current current_bd_instance $parentObj # Create interface ports # Create ports set anodes_0 [ create_bd_port -dir O -from 0 -to 7 anodes_0 ] set cathodes_0 [ create_bd_port -dir O -from 0 -to 7 cathodes_0 ] set clk_100MHz [ create_bd_port -dir I -type clk clk_100MHz ] set_property -dict [ list \ CONFIG.FREQ_HZ {100000000} \ ] $clk_100MHz set eth_crsdv_0 [ create_bd_port -dir IO eth_crsdv_0 ] set eth_mdc_0 [ create_bd_port -dir O eth_mdc_0 ] set eth_mdio_0 [ create_bd_port -dir IO eth_mdio_0 ] set eth_refclk_0 [ create_bd_port -dir O eth_refclk_0 ] set eth_rstn_0 [ create_bd_port -dir IO -type rst eth_rstn_0 ] set eth_rxd_0 [ create_bd_port -dir IO -from 1 -to 0 eth_rxd_0 ] set eth_rxerr_0 [ create_bd_port -dir IO eth_rxerr_0 ] set eth_txd_0 [ create_bd_port -dir IO -from 1 -to 0 eth_txd_0 ] set eth_txen_0 [ create_bd_port -dir IO eth_txen_0 ] set led16_b_0 [ create_bd_port -dir O led16_b_0 ] set led16_g_0 [ create_bd_port -dir O led16_g_0 ] set led16_r_0 [ create_bd_port -dir O led16_r_0 ] set led17_b_0 [ create_bd_port -dir O led17_b_0 ] set led17_g_0 [ create_bd_port -dir O led17_g_0 ] set led17_r_0 [ create_bd_port -dir O led17_r_0 ] set led_0 [ create_bd_port -dir O -from 15 -to 0 led_0 ] set reset_rtl_0 [ create_bd_port -dir I -type rst reset_rtl_0 ] set_property -dict [ list \ CONFIG.POLARITY {ACTIVE_LOW} \ ] $reset_rtl_0 set sw_0 [ create_bd_port -dir I -from 4 -to 0 sw_0 ] # Create instance: c_counter_binary_0, and set properties set c_counter_binary_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:c_counter_binary:12.0 c_counter_binary_0 ] set_property -dict [ list \ CONFIG.CE {true} \ CONFIG.Fb_Latency {2} \ CONFIG.Fb_Latency_Configuration {Automatic} \ CONFIG.Final_Count_Value {270F} \ CONFIG.Latency_Configuration {Automatic} \ CONFIG.Restrict_Count {true} \ CONFIG.SCLR {true} \ CONFIG.SSET {false} \ ] $c_counter_binary_0 # Create instance: c_counter_binary_1, and set properties set c_counter_binary_1 [ create_bd_cell -type ip -vlnv xilinx.com:ip:c_counter_binary:12.0 c_counter_binary_1 ] set_property -dict [ list \ CONFIG.CE {true} \ CONFIG.Fb_Latency {2} \ CONFIG.Fb_Latency_Configuration {Automatic} \ CONFIG.Final_Count_Value {270F} \ CONFIG.Latency_Configuration {Automatic} \ CONFIG.Restrict_Count {true} \ CONFIG.SCLR {true} \ CONFIG.SSET {false} \ ] $c_counter_binary_1 # Create instance: clk_wiz_0, and set properties set clk_wiz_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:clk_wiz:6.0 clk_wiz_0 ] set_property -dict [ list \ CONFIG.ENABLE_CLOCK_MONITOR {false} \ CONFIG.PRIMITIVE {MMCM} \ CONFIG.RESET_PORT {resetn} \ CONFIG.RESET_TYPE {ACTIVE_LOW} \ ] $clk_wiz_0 # Create instance: ethernet_transceiver2_0, and set properties set ethernet_transceiver2_0 [ create_bd_cell -type ip -vlnv xilinx.com:user:ethernet_transceiver2:1.0 ethernet_transceiver2_0 ] # Create instance: fifo_input, and set properties set fifo_input [ create_bd_cell -type ip -vlnv xilinx.com:ip:fifo_generator:13.2 fifo_input ] set_property -dict [ list \ CONFIG.Almost_Empty_Flag {false} \ CONFIG.Data_Count {false} \ CONFIG.Data_Count_Width {6} \ CONFIG.Empty_Threshold_Assert_Value {2} \ CONFIG.Empty_Threshold_Assert_Value_rach {1022} \ CONFIG.Empty_Threshold_Assert_Value_wach {1022} \ CONFIG.Empty_Threshold_Assert_Value_wrch {1022} \ CONFIG.Empty_Threshold_Negate_Value {3} \ CONFIG.Enable_Safety_Circuit {false} \ CONFIG.FIFO_Implementation_rach {Common_Clock_Distributed_RAM} \ CONFIG.FIFO_Implementation_wach {Common_Clock_Distributed_RAM} \ CONFIG.FIFO_Implementation_wrch {Common_Clock_Distributed_RAM} \ CONFIG.Fifo_Implementation {Common_Clock_Distributed_RAM} \ CONFIG.Full_Flags_Reset_Value {0} \ CONFIG.Full_Threshold_Assert_Value {62} \ CONFIG.Full_Threshold_Assert_Value_rach {1023} \ CONFIG.Full_Threshold_Assert_Value_wach {1023} \ CONFIG.Full_Threshold_Assert_Value_wrch {1023} \ CONFIG.Full_Threshold_Negate_Value {61} \ CONFIG.INTERFACE_TYPE {Native} \ CONFIG.Input_Data_Width {32} \ CONFIG.Input_Depth {64} \ CONFIG.Output_Data_Width {32} \ CONFIG.Output_Depth {64} \ CONFIG.Overflow_Flag {true} \ CONFIG.Performance_Options {Standard_FIFO} \ CONFIG.Programmable_Empty_Type {No_Programmable_Empty_Threshold} \ CONFIG.Programmable_Full_Type {No_Programmable_Full_Threshold} \ CONFIG.Read_Data_Count {false} \ CONFIG.Read_Data_Count_Width {6} \ CONFIG.Reset_Pin {true} \ CONFIG.Reset_Type {Synchronous_Reset} \ CONFIG.Underflow_Flag {false} \ CONFIG.Use_Dout_Reset {true} \ CONFIG.Use_Embedded_Registers {false} \ CONFIG.Use_Extra_Logic {false} \ CONFIG.Valid_Flag {false} \ CONFIG.Write_Data_Count {false} \ CONFIG.Write_Data_Count_Width {6} \ ] $fifo_input # Create instance: fifo_output, and set properties set fifo_output [ create_bd_cell -type ip -vlnv xilinx.com:ip:fifo_generator:13.2 fifo_output ] set_property -dict [ list \ CONFIG.Almost_Empty_Flag {false} \ CONFIG.Almost_Full_Flag {false} \ CONFIG.Data_Count {false} \ CONFIG.Data_Count_Width {9} \ CONFIG.Empty_Threshold_Assert_Value {2} \ CONFIG.Empty_Threshold_Assert_Value_rach {1022} \ CONFIG.Empty_Threshold_Assert_Value_wach {1022} \ CONFIG.Empty_Threshold_Assert_Value_wrch {1022} \ CONFIG.Empty_Threshold_Negate_Value {3} \ CONFIG.Enable_Safety_Circuit {false} \ CONFIG.FIFO_Implementation_rach {Common_Clock_Distributed_RAM} \ CONFIG.FIFO_Implementation_wach {Common_Clock_Distributed_RAM} \ CONFIG.FIFO_Implementation_wrch {Common_Clock_Distributed_RAM} \ CONFIG.Fifo_Implementation {Independent_Clocks_Distributed_RAM} \ CONFIG.Full_Flags_Reset_Value {1} \ CONFIG.Full_Threshold_Assert_Value {509} \ CONFIG.Full_Threshold_Assert_Value_rach {1023} \ CONFIG.Full_Threshold_Assert_Value_wach {1023} \ CONFIG.Full_Threshold_Assert_Value_wrch {1023} \ CONFIG.Full_Threshold_Negate_Value {508} \ CONFIG.INTERFACE_TYPE {Native} \ CONFIG.Input_Data_Width {32} \ CONFIG.Input_Depth {512} \ CONFIG.Output_Data_Width {32} \ CONFIG.Output_Depth {512} \ CONFIG.Overflow_Flag {true} \ CONFIG.Performance_Options {Standard_FIFO} \ CONFIG.Programmable_Empty_Type {No_Programmable_Empty_Threshold} \ CONFIG.Programmable_Full_Type {No_Programmable_Full_Threshold} \ CONFIG.Read_Data_Count {true} \ CONFIG.Read_Data_Count_Width {9} \ CONFIG.Reset_Pin {true} \ CONFIG.Reset_Type {Asynchronous_Reset} \ CONFIG.Underflow_Flag {false} \ CONFIG.Use_Dout_Reset {true} \ CONFIG.Use_Embedded_Registers {false} \ CONFIG.Use_Extra_Logic {false} \ CONFIG.Valid_Flag {false} \ CONFIG.Write_Data_Count {false} \ CONFIG.Write_Data_Count_Width {9} \ ] $fifo_output # Create instance: invert_reset_0, and set properties set invert_reset_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:util_vector_logic:2.0 invert_reset_0 ] set_property -dict [ list \ CONFIG.C_OPERATION {not} \ CONFIG.C_SIZE {1} \ CONFIG.LOGO_FILE {data/sym_notgate.png} \ ] $invert_reset_0 # Create instance: packaging_0, and set properties set block_name packaging set block_cell_name packaging_0 if { [catch {set packaging_0 [create_bd_cell -type module -reference $block_name $block_cell_name] } errmsg] } { catch {common::send_msg_id "BD_TCL-105" "ERROR" "Unable to add referenced block <$block_name>. Please add the files for ${block_name}'s definition into the project."} return 1 } elseif { $packaging_0 eq "" } { catch {common::send_msg_id "BD_TCL-106" "ERROR" "Unable to referenced block <$block_name>. Please add the files for ${block_name}'s definition into the project."} return 1 } # Create instance: segment_0, and set properties set segment_0 [ create_bd_cell -type ip -vlnv xilinx.com:user:segment:1.0 segment_0 ] # Create instance: xlconcat_4, and set properties set xlconcat_4 [ create_bd_cell -type ip -vlnv xilinx.com:ip:xlconcat:2.1 xlconcat_4 ] set_property -dict [ list \ CONFIG.IN0_WIDTH {4} \ CONFIG.IN1_WIDTH {4} \ CONFIG.IN2_WIDTH {8} \ CONFIG.IN3_WIDTH {2} \ CONFIG.IN4_WIDTH {5} \ CONFIG.NUM_PORTS {3} \ ] $xlconcat_4 # Create instance: xlconcat_5, and set properties set xlconcat_5 [ create_bd_cell -type ip -vlnv xilinx.com:ip:xlconcat:2.1 xlconcat_5 ] set_property -dict [ list \ CONFIG.IN0_WIDTH {9} \ CONFIG.IN1_WIDTH {7} \ CONFIG.IN2_WIDTH {8} \ CONFIG.IN3_WIDTH {2} \ CONFIG.IN4_WIDTH {5} \ CONFIG.NUM_PORTS {2} \ ] $xlconcat_5 # Create instance: xlconstant_0, and set properties set xlconstant_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:xlconstant:1.1 xlconstant_0 ] set_property -dict [ list \ CONFIG.CONST_VAL {0} \ CONFIG.CONST_WIDTH {16} \ ] $xlconstant_0 # Create instance: xlconstant_1, and set properties set xlconstant_1 [ create_bd_cell -type ip -vlnv xilinx.com:ip:xlconstant:1.1 xlconstant_1 ] set_property -dict [ list \ CONFIG.CONST_VAL {0} \ CONFIG.CONST_WIDTH {7} \ ] $xlconstant_1 # Create instance: xlslice_0, and set properties set xlslice_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:xlslice:1.0 xlslice_0 ] set_property -dict [ list \ CONFIG.DIN_FROM {7} \ CONFIG.DIN_TO {0} \ CONFIG.DIN_WIDTH {16} \ CONFIG.DOUT_WIDTH {8} \ ] $xlslice_0 # Create interface connections connect_bd_intf_net -intf_net ethernet_transceiver2_0_fifo_read [get_bd_intf_pins ethernet_transceiver2_0/fifo_read] [get_bd_intf_pins fifo_output/FIFO_READ] connect_bd_intf_net -intf_net ethernet_transceiver2_0_fifo_write [get_bd_intf_pins ethernet_transceiver2_0/fifo_write] [get_bd_intf_pins fifo_input/FIFO_WRITE] # Create port connections connect_bd_net -net Net [get_bd_ports eth_rxd_0] [get_bd_pins ethernet_transceiver2_0/eth_rxd] connect_bd_net -net Net1 [get_bd_ports eth_txd_0] [get_bd_pins ethernet_transceiver2_0/eth_txd] connect_bd_net -net Net2 [get_bd_ports eth_crsdv_0] [get_bd_pins ethernet_transceiver2_0/eth_crsdv] connect_bd_net -net Net3 [get_bd_ports eth_txen_0] [get_bd_pins ethernet_transceiver2_0/eth_txen] connect_bd_net -net Net4 [get_bd_ports eth_rxerr_0] [get_bd_pins ethernet_transceiver2_0/eth_rxerr] connect_bd_net -net Net5 [get_bd_ports eth_mdio_0] [get_bd_pins ethernet_transceiver2_0/eth_mdio] connect_bd_net -net Net6 [get_bd_ports eth_rstn_0] [get_bd_pins ethernet_transceiver2_0/eth_rstn] connect_bd_net -net aresetn [get_bd_pins clk_wiz_0/locked] [get_bd_pins ethernet_transceiver2_0/btn_reset] [get_bd_pins invert_reset_0/Op1] [get_bd_pins packaging_0/rst] connect_bd_net -net c_counter_binary_0_Q [get_bd_pins c_counter_binary_0/Q] [get_bd_pins segment_0/num2] connect_bd_net -net c_counter_binary_1_Q [get_bd_pins c_counter_binary_1/Q] [get_bd_pins segment_0/num1] connect_bd_net -net clk_100MHz_1 [get_bd_ports clk_100MHz] [get_bd_pins clk_wiz_0/clk_in1] connect_bd_net -net clk_wiz_clk_out1 [get_bd_pins c_counter_binary_0/CLK] [get_bd_pins c_counter_binary_1/CLK] [get_bd_pins clk_wiz_0/clk_out1] [get_bd_pins ethernet_transceiver2_0/clk100mhz] [get_bd_pins fifo_input/clk] [get_bd_pins fifo_output/wr_clk] [get_bd_pins packaging_0/clk] [get_bd_pins segment_0/clk] connect_bd_net -net ethernet_transceiver2_0_eth_mdc [get_bd_ports eth_mdc_0] [get_bd_pins ethernet_transceiver2_0/eth_mdc] connect_bd_net -net ethernet_transceiver2_0_eth_refclk [get_bd_ports eth_refclk_0] [get_bd_pins ethernet_transceiver2_0/eth_refclk] [get_bd_pins fifo_output/rd_clk] connect_bd_net -net ethernet_transceiver2_0_led16_b [get_bd_ports led16_b_0] [get_bd_pins ethernet_transceiver2_0/led16_b] connect_bd_net -net ethernet_transceiver2_0_led16_g [get_bd_ports led16_g_0] [get_bd_pins ethernet_transceiver2_0/led16_g] connect_bd_net -net ethernet_transceiver2_0_led16_r [get_bd_ports led16_r_0] [get_bd_pins ethernet_transceiver2_0/led16_r] connect_bd_net -net ethernet_transceiver2_0_led17_b [get_bd_ports led17_b_0] [get_bd_pins ethernet_transceiver2_0/led17_b] connect_bd_net -net ethernet_transceiver2_0_led17_g [get_bd_ports led17_g_0] [get_bd_pins ethernet_transceiver2_0/led17_g] connect_bd_net -net ethernet_transceiver2_0_led17_r [get_bd_ports led17_r_0] [get_bd_pins ethernet_transceiver2_0/led17_r] connect_bd_net -net fifo_input_dout [get_bd_pins fifo_input/dout] [get_bd_pins packaging_0/inputStream] connect_bd_net -net fifo_input_empty [get_bd_pins fifo_input/empty] [get_bd_pins packaging_0/inputEmpty] connect_bd_net -net fifo_input_overflow [get_bd_pins c_counter_binary_1/CE] [get_bd_pins fifo_input/overflow] connect_bd_net -net fifo_output_full [get_bd_pins fifo_output/full] [get_bd_pins packaging_0/outputFull] connect_bd_net -net fifo_output_overflow [get_bd_pins c_counter_binary_0/CE] [get_bd_pins fifo_output/overflow] connect_bd_net -net fifo_output_rd_data_count [get_bd_pins fifo_output/rd_data_count] [get_bd_pins xlconcat_5/In0] connect_bd_net -net packaging_0_errorCode [get_bd_pins packaging_0/errorCode] [get_bd_pins xlconcat_4/In0] connect_bd_net -net packaging_0_inpRdEn [get_bd_pins fifo_input/rd_en] [get_bd_pins packaging_0/inpRdEn] connect_bd_net -net packaging_0_outData [get_bd_pins fifo_output/din] [get_bd_pins packaging_0/outData] connect_bd_net -net packaging_0_outWrEn [get_bd_pins fifo_output/wr_en] [get_bd_pins packaging_0/outWrEn] connect_bd_net -net packaging_0_stateOut [get_bd_pins packaging_0/stateOut] [get_bd_pins xlconcat_4/In1] connect_bd_net -net reset_rtl_0_1 [get_bd_ports reset_rtl_0] [get_bd_pins clk_wiz_0/resetn] connect_bd_net -net segment_0_anodes [get_bd_ports anodes_0] [get_bd_pins segment_0/anodes] connect_bd_net -net segment_0_cathodes [get_bd_ports cathodes_0] [get_bd_pins segment_0/cathodes] connect_bd_net -net sw_0_1 [get_bd_ports sw_0] [get_bd_pins ethernet_transceiver2_0/ip] connect_bd_net -net xlconcat_4_dout [get_bd_ports led_0] [get_bd_pins xlconcat_4/dout] connect_bd_net -net xlconcat_5_dout [get_bd_pins ethernet_transceiver2_0/fifo_read_length] [get_bd_pins xlconcat_5/dout] [get_bd_pins xlslice_0/Din] connect_bd_net -net xlconstant_0_dout [get_bd_pins ethernet_transceiver2_0/udp_packet_checksum] [get_bd_pins xlconstant_0/dout] connect_bd_net -net xlconstant_1_dout [get_bd_pins xlconcat_5/In1] [get_bd_pins xlconstant_1/dout] connect_bd_net -net xlslice_0_Dout [get_bd_pins xlconcat_4/In2] [get_bd_pins xlslice_0/Dout] connect_bd_net -net xlslice_1_Dout [get_bd_pins c_counter_binary_0/SCLR] [get_bd_pins c_counter_binary_1/SCLR] [get_bd_pins fifo_input/srst] [get_bd_pins fifo_output/rst] [get_bd_pins invert_reset_0/Res] # Create address segments # Perform GUI Layout regenerate_bd_layout -layout_string { "ExpandedHierarchyInLayout":"", "guistr":"# # String gsaved with Nlview 6.8.11 2018-08-07 bk=1.4403 VDI=40 GEI=35 GUI=JA:9.0 non-TLS # -string -flagsOSRD preplace port led17_r_0 -pg 1 -y 530 -defaultsOSRD preplace port eth_txen_0 -pg 1 -y 320 -defaultsOSRD preplace port led17_g_0 -pg 1 -y 500 -defaultsOSRD preplace port eth_rxerr_0 -pg 1 -y 260 -defaultsOSRD preplace port led16_r_0 -pg 1 -y 440 -defaultsOSRD preplace port led17_b_0 -pg 1 -y 470 -defaultsOSRD preplace port clk_100MHz -pg 1 -y 20 -defaultsOSRD preplace port eth_rstn_0 -pg 1 -y 200 -defaultsOSRD preplace port led16_b_0 -pg 1 -y 380 -defaultsOSRD preplace port eth_mdc_0 -pg 1 -y 110 -defaultsOSRD preplace port led16_g_0 -pg 1 -y 410 -defaultsOSRD preplace port eth_refclk_0 -pg 1 -y 170 -defaultsOSRD preplace port eth_mdio_0 -pg 1 -y 140 -defaultsOSRD preplace port reset_rtl_0 -pg 1 -y 50 -defaultsOSRD preplace port eth_crsdv_0 -pg 1 -y 80 -defaultsOSRD preplace portBus anodes_0 -pg 1 -y 20 -defaultsOSRD preplace portBus cathodes_0 -pg 1 -y 50 -defaultsOSRD preplace portBus eth_txd_0 -pg 1 -y 290 -defaultsOSRD preplace portBus led_0 -pg 1 -y 350 -defaultsOSRD preplace portBus sw_0 -pg 1 -y 80 -defaultsOSRD preplace portBus eth_rxd_0 -pg 1 -y 230 -defaultsOSRD preplace inst fifo_input -pg 1 -lvl 2 -y 970 -defaultsOSRD preplace inst packaging_0 -pg 1 -lvl 1 -y 200 -defaultsOSRD preplace inst fifo_output -pg 1 -lvl 2 -y 1140 -defaultsOSRD preplace inst ethernet_transceiver2_0 -pg 1 -lvl 2 -y 650 -defaultsOSRD preplace inst c_counter_binary_0 -pg 1 -lvl 2 -y 80 -defaultsOSRD preplace inst c_counter_binary_1 -pg 1 -lvl 2 -y 220 -defaultsOSRD preplace inst invert_reset_0 -pg 1 -lvl 1 -y 60 -defaultsOSRD preplace inst clk_wiz_0 -pg 1 -lvl 2 -y 350 -defaultsOSRD levelinfo -pg 1 0 170 520 730 -top 0 -bot 1240 " } # Restore current instance current_bd_instance $oldCurInst validate_bd_design save_bd_design close_bd_design $design_name } # End of cr_bd_design_1() cr_bd_design_1 "" set_property REGISTERED_WITH_MANAGER "1" [get_files design_1.bd ] set_property SYNTH_CHECKPOINT_MODE "Hierarchical" [get_files design_1.bd ] # Create wrapper file for design_1.bd make_wrapper -files [get_files design_1.bd] -import -top if { [get_files fp_accumulator_0_1.xci] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/ip/fp_accumulator_0_1/fp_accumulator_0_1.xci } if { [get_files fp_multiply_0_1.xci] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/ip/fp_multiply_0_1/fp_multiply_0_1.xci } if { [get_files Block_proc.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Block_proc.vhd } if { [get_files Loop_Border_proc.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_Border_proc.vhd } if { [get_files Loop_Border_proc_borderbuf.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_Border_proc_borderbuf.vhd } if { [get_files Loop_HConvH_proc6.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_HConvH_proc6.vhd } if { [get_files Loop_VConvH_proc.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_VConvH_proc.vhd } if { [get_files Loop_VConvH_proc_linebuf_0.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/Loop_VConvH_proc_linebuf_0.vhd } if { [get_files globals.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/globals.vhd } if { [get_files checksum.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/checksum.vhd } if { [get_files conv2d.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/conv2d.vhd } if { [get_files conv2d_5x5_224p.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/conv2d_5x5_224p.vhd } if { [get_files dummyModule.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/dummyModule.vhd } if { [get_files fifo_w32_d2_A.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/fifo_w32_d2_A.vhd } if { [get_files fifo_w32_d3_A.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/fifo_w32_d3_A.vhd } if { [get_files filter11x11_strm.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/filter11x11_strm.vhd } if { [get_files filter11x11_strm_ent.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/filter11x11_strm_ent.vhd } if { [get_files kernel_5x5.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/kernel_5x5.vhd } if { [get_files multiplex.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/multiplex.vhd } if { [get_files ram.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/ram.vhd } if { [get_files shiftIn.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/shiftIn.vhd } if { [get_files start_for_Block_proc_U0.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/start_for_Block_proc_U0.vhd } if { [get_files start_for_Loop_Border_proc_U0.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/start_for_Loop_Border_proc_U0.vhd } if { [get_files start_for_Loop_VConvH_proc_U0.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/start_for_Loop_VConvH_proc_U0.vhd } if { [get_files packaging.vhd] == "" } { import_files -quiet -fileset sources_1 C:/Users/johan/mlfpga/repos/vhdl-modules/src/hdl/packaging.vhd } # Proc to create BD tb_design_1 proc cr_bd_tb_design_1 { parentCell } { # The design that will be created by this Tcl proc contains the following # module references: # packaging # CHANGE DESIGN NAME HERE set design_name tb_design_1 common::send_msg_id "BD_TCL-003" "INFO" "Currently there is no design <$design_name> in project, so creating one..." create_bd_design $design_name set bCheckIPsPassed 1 ################################################################## # CHECK IPs ################################################################## set bCheckIPs 1 if { $bCheckIPs == 1 } { set list_check_ips "\ xilinx.com:ip:fifo_generator:13.2\ xilinx.com:ip:util_vector_logic:2.0\ " set list_ips_missing "" common::send_msg_id "BD_TCL-006" "INFO" "Checking if the following IPs exist in the project's IP catalog: $list_check_ips ." foreach ip_vlnv $list_check_ips { set ip_obj [get_ipdefs -all $ip_vlnv] if { $ip_obj eq "" } { lappend list_ips_missing $ip_vlnv } } if { $list_ips_missing ne "" } { catch {common::send_msg_id "BD_TCL-115" "ERROR" "The following IPs are not found in the IP Catalog:\n $list_ips_missing\n\nResolution: Please add the repository containing the IP(s) to the project." } set bCheckIPsPassed 0 } } ################################################################## # CHECK Modules ################################################################## set bCheckModules 1 if { $bCheckModules == 1 } { set list_check_mods "\ packaging\ " set list_mods_missing "" common::send_msg_id "BD_TCL-006" "INFO" "Checking if the following modules exist in the project's sources: $list_check_mods ." foreach mod_vlnv $list_check_mods { if { [can_resolve_reference $mod_vlnv] == 0 } { lappend list_mods_missing $mod_vlnv } } if { $list_mods_missing ne "" } { catch {common::send_msg_id "BD_TCL-115" "ERROR" "The following module(s) are not found in the project: $list_mods_missing" } common::send_msg_id "BD_TCL-008" "INFO" "Please add source files for the missing module(s) above." set bCheckIPsPassed 0 } } if { $bCheckIPsPassed != 1 } { common::send_msg_id "BD_TCL-1003" "WARNING" "Will not continue with creation of design due to the error(s) above." return 3 } variable script_folder if { $parentCell eq "" } { set parentCell [get_bd_cells /] } # Get object for parentCell set parentObj [get_bd_cells $parentCell] if { $parentObj == "" } { catch {common::send_msg_id "BD_TCL-100" "ERROR" "Unable to find parent cell <$parentCell>!"} return } # Make sure parentObj is hier blk set parentType [get_property TYPE $parentObj] if { $parentType ne "hier" } { catch {common::send_msg_id "BD_TCL-101" "ERROR" "Parent <$parentObj> has TYPE = <$parentType>. Expected to be ."} return } # Save current instance; Restore later set oldCurInst [current_bd_instance .] # Set parent object as current current_bd_instance $parentObj # Create interface ports set FIFO_READ_0 [ create_bd_intf_port -mode Slave -vlnv xilinx.com:interface:fifo_read_rtl:1.0 FIFO_READ_0 ] set FIFO_WRITE_0 [ create_bd_intf_port -mode Slave -vlnv xilinx.com:interface:fifo_write_rtl:1.0 FIFO_WRITE_0 ] # Create ports set clk_100MHz [ create_bd_port -dir I -type clk clk_100MHz ] set_property -dict [ list \ CONFIG.ASSOCIATED_RESET {reset_rtl_0} \ CONFIG.PHASE {0.0} \ ] $clk_100MHz set errorCode_0 [ create_bd_port -dir O -from 3 -to 0 errorCode_0 ] set overflow_0 [ create_bd_port -dir O overflow_0 ] set overflow_1 [ create_bd_port -dir O overflow_1 ] set rd_data_count_0 [ create_bd_port -dir O -from 8 -to 0 rd_data_count_0 ] set reset_rtl_0 [ create_bd_port -dir I -type rst reset_rtl_0 ] set stateOut_0 [ create_bd_port -dir O -from 3 -to 0 stateOut_0 ] # Create instance: fifo_input, and set properties set fifo_input [ create_bd_cell -type ip -vlnv xilinx.com:ip:fifo_generator:13.2 fifo_input ] set_property -dict [ list \ CONFIG.Almost_Empty_Flag {false} \ CONFIG.Data_Count {false} \ CONFIG.Data_Count_Width {6} \ CONFIG.Empty_Threshold_Assert_Value {2} \ CONFIG.Empty_Threshold_Assert_Value_rach {1022} \ CONFIG.Empty_Threshold_Assert_Value_wach {1022} \ CONFIG.Empty_Threshold_Assert_Value_wrch {1022} \ CONFIG.Empty_Threshold_Negate_Value {3} \ CONFIG.Enable_Safety_Circuit {false} \ CONFIG.FIFO_Implementation_rach {Common_Clock_Distributed_RAM} \ CONFIG.FIFO_Implementation_wach {Common_Clock_Distributed_RAM} \ CONFIG.FIFO_Implementation_wrch {Common_Clock_Distributed_RAM} \ CONFIG.Fifo_Implementation {Common_Clock_Distributed_RAM} \ CONFIG.Full_Flags_Reset_Value {0} \ CONFIG.Full_Threshold_Assert_Value {62} \ CONFIG.Full_Threshold_Assert_Value_rach {1023} \ CONFIG.Full_Threshold_Assert_Value_wach {1023} \ CONFIG.Full_Threshold_Assert_Value_wrch {1023} \ CONFIG.Full_Threshold_Negate_Value {61} \ CONFIG.INTERFACE_TYPE {Native} \ CONFIG.Input_Data_Width {32} \ CONFIG.Input_Depth {64} \ CONFIG.Output_Data_Width {32} \ CONFIG.Output_Depth {64} \ CONFIG.Overflow_Flag {true} \ CONFIG.Performance_Options {Standard_FIFO} \ CONFIG.Programmable_Empty_Type {No_Programmable_Empty_Threshold} \ CONFIG.Programmable_Full_Type {No_Programmable_Full_Threshold} \ CONFIG.Read_Data_Count {false} \ CONFIG.Read_Data_Count_Width {6} \ CONFIG.Reset_Pin {true} \ CONFIG.Reset_Type {Synchronous_Reset} \ CONFIG.Underflow_Flag {false} \ CONFIG.Use_Dout_Reset {true} \ CONFIG.Use_Embedded_Registers {false} \ CONFIG.Use_Extra_Logic {false} \ CONFIG.Valid_Flag {false} \ CONFIG.Write_Data_Count {false} \ CONFIG.Write_Data_Count_Width {6} \ ] $fifo_input # Create instance: fifo_output, and set properties set fifo_output [ create_bd_cell -type ip -vlnv xilinx.com:ip:fifo_generator:13.2 fifo_output ] set_property -dict [ list \ CONFIG.Almost_Empty_Flag {false} \ CONFIG.Almost_Full_Flag {false} \ CONFIG.Data_Count {false} \ CONFIG.Data_Count_Width {9} \ CONFIG.Empty_Threshold_Assert_Value {2} \ CONFIG.Empty_Threshold_Assert_Value_rach {1022} \ CONFIG.Empty_Threshold_Assert_Value_wach {1022} \ CONFIG.Empty_Threshold_Assert_Value_wrch {1022} \ CONFIG.Empty_Threshold_Negate_Value {3} \ CONFIG.Enable_Safety_Circuit {false} \ CONFIG.FIFO_Implementation_rach {Common_Clock_Distributed_RAM} \ CONFIG.FIFO_Implementation_wach {Common_Clock_Distributed_RAM} \ CONFIG.FIFO_Implementation_wrch {Common_Clock_Distributed_RAM} \ CONFIG.Fifo_Implementation {Independent_Clocks_Distributed_RAM} \ CONFIG.Full_Flags_Reset_Value {1} \ CONFIG.Full_Threshold_Assert_Value {509} \ CONFIG.Full_Threshold_Assert_Value_rach {1023} \ CONFIG.Full_Threshold_Assert_Value_wach {1023} \ CONFIG.Full_Threshold_Assert_Value_wrch {1023} \ CONFIG.Full_Threshold_Negate_Value {508} \ CONFIG.INTERFACE_TYPE {Native} \ CONFIG.Input_Data_Width {32} \ CONFIG.Input_Depth {512} \ CONFIG.Output_Data_Width {32} \ CONFIG.Output_Depth {512} \ CONFIG.Overflow_Flag {true} \ CONFIG.Performance_Options {Standard_FIFO} \ CONFIG.Programmable_Empty_Type {No_Programmable_Empty_Threshold} \ CONFIG.Programmable_Full_Type {No_Programmable_Full_Threshold} \ CONFIG.Read_Data_Count {true} \ CONFIG.Read_Data_Count_Width {9} \ CONFIG.Reset_Pin {true} \ CONFIG.Reset_Type {Asynchronous_Reset} \ CONFIG.Underflow_Flag {false} \ CONFIG.Use_Dout_Reset {true} \ CONFIG.Use_Embedded_Registers {false} \ CONFIG.Use_Extra_Logic {false} \ CONFIG.Valid_Flag {false} \ CONFIG.Write_Data_Count {false} \ CONFIG.Write_Data_Count_Width {9} \ ] $fifo_output # Create instance: invert_reset_0, and set properties set invert_reset_0 [ create_bd_cell -type ip -vlnv xilinx.com:ip:util_vector_logic:2.0 invert_reset_0 ] set_property -dict [ list \ CONFIG.C_OPERATION {not} \ CONFIG.C_SIZE {1} \ CONFIG.LOGO_FILE {data/sym_notgate.png} \ ] $invert_reset_0 # Create instance: packaging_0, and set properties set block_name packaging set block_cell_name packaging_0 if { [catch {set packaging_0 [create_bd_cell -type module -reference $block_name $block_cell_name] } errmsg] } { catch {common::send_msg_id "BD_TCL-105" "ERROR" "Unable to add referenced block <$block_name>. Please add the files for ${block_name}'s definition into the project."} return 1 } elseif { $packaging_0 eq "" } { catch {common::send_msg_id "BD_TCL-106" "ERROR" "Unable to referenced block <$block_name>. Please add the files for ${block_name}'s definition into the project."} return 1 } # Create interface connections connect_bd_intf_net -intf_net FIFO_READ_0_1 [get_bd_intf_ports FIFO_READ_0] [get_bd_intf_pins fifo_output/FIFO_READ] connect_bd_intf_net -intf_net FIFO_WRITE_0 [get_bd_intf_ports FIFO_WRITE_0] [get_bd_intf_pins fifo_input/FIFO_WRITE] # Create port connections connect_bd_net -net clk_0_1 [get_bd_ports clk_100MHz] [get_bd_pins fifo_input/clk] [get_bd_pins fifo_output/rd_clk] [get_bd_pins fifo_output/wr_clk] [get_bd_pins packaging_0/clk] connect_bd_net -net fifo_input_dout [get_bd_pins fifo_input/dout] [get_bd_pins packaging_0/inputStream] connect_bd_net -net fifo_input_empty [get_bd_pins fifo_input/empty] [get_bd_pins packaging_0/inputEmpty] connect_bd_net -net fifo_input_overflow [get_bd_ports overflow_0] [get_bd_pins fifo_input/overflow] connect_bd_net -net fifo_output_full [get_bd_pins fifo_output/full] [get_bd_pins packaging_0/outputFull] connect_bd_net -net fifo_output_overflow [get_bd_ports overflow_1] [get_bd_pins fifo_output/overflow] connect_bd_net -net fifo_output_rd_data_count [get_bd_ports rd_data_count_0] [get_bd_pins fifo_output/rd_data_count] connect_bd_net -net invert_reset_0_Res [get_bd_pins fifo_input/srst] [get_bd_pins fifo_output/rst] [get_bd_pins invert_reset_0/Res] connect_bd_net -net packaging_0_errorCode [get_bd_ports errorCode_0] [get_bd_pins packaging_0/errorCode] connect_bd_net -net packaging_0_inpRdEn [get_bd_pins fifo_input/rd_en] [get_bd_pins packaging_0/inpRdEn] connect_bd_net -net packaging_0_outData [get_bd_pins fifo_output/din] [get_bd_pins packaging_0/outData] connect_bd_net -net packaging_0_outWrEn [get_bd_pins fifo_output/wr_en] [get_bd_pins packaging_0/outWrEn] connect_bd_net -net packaging_0_stateOut [get_bd_ports stateOut_0] [get_bd_pins packaging_0/stateOut] connect_bd_net -net rst_0_1 [get_bd_ports reset_rtl_0] [get_bd_pins invert_reset_0/Op1] [get_bd_pins packaging_0/rst] # Create address segments # Perform GUI Layout regenerate_bd_layout -layout_string { "ExpandedHierarchyInLayout":"", "guistr":"# # String gsaved with Nlview 6.8.11 2018-08-07 bk=1.4403 VDI=40 GEI=35 GUI=JA:9.0 non-TLS # -string -flagsOSRD preplace port clk_100MHz -pg 1 -y 210 -defaultsOSRD preplace port FIFO_WRITE_0 -pg 1 -y 110 -defaultsOSRD preplace port overflow_0 -pg 1 -y 170 -defaultsOSRD preplace port overflow_1 -pg 1 -y 520 -defaultsOSRD preplace port reset_rtl_0 -pg 1 -y 290 -defaultsOSRD preplace port FIFO_READ_0 -pg 1 -y 610 -defaultsOSRD preplace portBus rd_data_count_0 -pg 1 -y 550 -defaultsOSRD preplace portBus stateOut_0 -pg 1 -y 350 -defaultsOSRD preplace portBus errorCode_0 -pg 1 -y 320 -defaultsOSRD preplace inst fifo_input -pg 1 -lvl 2 -y 200 -defaultsOSRD preplace inst packaging_0 -pg 1 -lvl 1 -y 310 -defaultsOSRD preplace inst fifo_output -pg 1 -lvl 2 -y 600 -defaultsOSRD preplace inst invert_reset_0 -pg 1 -lvl 1 -y 640 -defaultsOSRD preplace netloc packaging_0_errorCode 1 1 2 350J 350 760J preplace netloc FIFO_READ_0_1 1 0 2 10J 580 320J preplace netloc packaging_0_outData 1 1 1 360 preplace netloc clk_0_1 1 0 2 0 190 340 preplace netloc fifo_input_dout 1 0 2 10 200 370J preplace netloc rst_0_1 1 0 1 0 preplace netloc packaging_0_inpRdEn 1 1 1 320 preplace netloc FIFO_WRITE_0 1 0 2 NJ 110 N preplace netloc fifo_output_overflow 1 2 1 760J preplace netloc invert_reset_0_Res 1 1 1 370 preplace netloc fifo_output_rd_data_count 1 2 1 770 preplace netloc packaging_0_stateOut 1 1 2 320J 360 770J preplace netloc fifo_input_empty 1 0 2 20 210 NJ preplace netloc packaging_0_outWrEn 1 1 1 330 preplace netloc fifo_output_full 1 0 2 20 550 NJ preplace netloc fifo_input_overflow 1 2 1 760J levelinfo -pg 1 -20 170 570 790 -top 0 -bot 730 " } # Restore current instance current_bd_instance $oldCurInst validate_bd_design save_bd_design close_bd_design $design_name } # End of cr_bd_tb_design_1() cr_bd_tb_design_1 "" set_property REGISTERED_WITH_MANAGER "1" [get_files tb_design_1.bd ] # Create wrapper file for tb_design_1.bd make_wrapper -files [get_files tb_design_1.bd] -import -top # Create 'synth_1' run (if not found) if {[string equal [get_runs -quiet synth_1] ""]} { create_run -name synth_1 -part xc7a100tcsg324-1 -flow {Vivado Synthesis 2018} -strategy "Vivado Synthesis Defaults" -report_strategy {No Reports} -constrset constrs_1 } else { set_property strategy "Vivado Synthesis Defaults" [get_runs synth_1] set_property flow "Vivado Synthesis 2018" [get_runs synth_1] } set obj [get_runs synth_1] set_property set_report_strategy_name 1 $obj set_property report_strategy {Vivado Synthesis Default Reports} $obj set_property set_report_strategy_name 0 $obj # Create 'synth_1_synth_report_utilization_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs synth_1] synth_1_synth_report_utilization_0] "" ] } { create_report_config -report_name synth_1_synth_report_utilization_0 -report_type report_utilization:1.0 -steps synth_design -runs synth_1 } set obj [get_report_configs -of_objects [get_runs synth_1] synth_1_synth_report_utilization_0] if { $obj != "" } { set_property -name "display_name" -value "synth_1_synth_report_utilization_0" -objects $obj } set obj [get_runs synth_1] set_property -name "part" -value "xc7a100tcsg324-1" -objects $obj set_property -name "strategy" -value "Vivado Synthesis Defaults" -objects $obj # set the current synth run current_run -synthesis [get_runs synth_1] # Create 'impl_1' run (if not found) if {[string equal [get_runs -quiet impl_1] ""]} { create_run -name impl_1 -part xc7a100tcsg324-1 -flow {Vivado Implementation 2018} -strategy "Vivado Implementation Defaults" -report_strategy {No Reports} -constrset constrs_1 -parent_run synth_1 } else { set_property strategy "Vivado Implementation Defaults" [get_runs impl_1] set_property flow "Vivado Implementation 2018" [get_runs impl_1] } set obj [get_runs impl_1] set_property set_report_strategy_name 1 $obj set_property report_strategy {Vivado Implementation Default Reports} $obj set_property set_report_strategy_name 0 $obj # Create 'impl_1_init_report_timing_summary_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_init_report_timing_summary_0] "" ] } { create_report_config -report_name impl_1_init_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps init_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_init_report_timing_summary_0] if { $obj != "" } { set_property -name "is_enabled" -value "0" -objects $obj set_property -name "display_name" -value "impl_1_init_report_timing_summary_0" -objects $obj } # Create 'impl_1_opt_report_drc_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_opt_report_drc_0] "" ] } { create_report_config -report_name impl_1_opt_report_drc_0 -report_type report_drc:1.0 -steps opt_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_opt_report_drc_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_opt_report_drc_0" -objects $obj } # Create 'impl_1_opt_report_timing_summary_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_opt_report_timing_summary_0] "" ] } { create_report_config -report_name impl_1_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps opt_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_opt_report_timing_summary_0] if { $obj != "" } { set_property -name "is_enabled" -value "0" -objects $obj set_property -name "display_name" -value "impl_1_opt_report_timing_summary_0" -objects $obj } # Create 'impl_1_power_opt_report_timing_summary_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_power_opt_report_timing_summary_0] "" ] } { create_report_config -report_name impl_1_power_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps power_opt_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_power_opt_report_timing_summary_0] if { $obj != "" } { set_property -name "is_enabled" -value "0" -objects $obj set_property -name "display_name" -value "impl_1_power_opt_report_timing_summary_0" -objects $obj } # Create 'impl_1_place_report_io_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_io_0] "" ] } { create_report_config -report_name impl_1_place_report_io_0 -report_type report_io:1.0 -steps place_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_io_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_place_report_io_0" -objects $obj } # Create 'impl_1_place_report_utilization_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_utilization_0] "" ] } { create_report_config -report_name impl_1_place_report_utilization_0 -report_type report_utilization:1.0 -steps place_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_utilization_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_place_report_utilization_0" -objects $obj } # Create 'impl_1_place_report_control_sets_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_control_sets_0] "" ] } { create_report_config -report_name impl_1_place_report_control_sets_0 -report_type report_control_sets:1.0 -steps place_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_control_sets_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_place_report_control_sets_0" -objects $obj } # Create 'impl_1_place_report_incremental_reuse_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_incremental_reuse_0] "" ] } { create_report_config -report_name impl_1_place_report_incremental_reuse_0 -report_type report_incremental_reuse:1.0 -steps place_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_incremental_reuse_0] if { $obj != "" } { set_property -name "is_enabled" -value "0" -objects $obj set_property -name "display_name" -value "impl_1_place_report_incremental_reuse_0" -objects $obj } # Create 'impl_1_place_report_incremental_reuse_1' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_incremental_reuse_1] "" ] } { create_report_config -report_name impl_1_place_report_incremental_reuse_1 -report_type report_incremental_reuse:1.0 -steps place_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_incremental_reuse_1] if { $obj != "" } { set_property -name "is_enabled" -value "0" -objects $obj set_property -name "display_name" -value "impl_1_place_report_incremental_reuse_1" -objects $obj } # Create 'impl_1_place_report_timing_summary_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_timing_summary_0] "" ] } { create_report_config -report_name impl_1_place_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps place_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_timing_summary_0] if { $obj != "" } { set_property -name "is_enabled" -value "0" -objects $obj set_property -name "display_name" -value "impl_1_place_report_timing_summary_0" -objects $obj } # Create 'impl_1_post_place_power_opt_report_timing_summary_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_post_place_power_opt_report_timing_summary_0] "" ] } { create_report_config -report_name impl_1_post_place_power_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps post_place_power_opt_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_post_place_power_opt_report_timing_summary_0] if { $obj != "" } { set_property -name "is_enabled" -value "0" -objects $obj set_property -name "display_name" -value "impl_1_post_place_power_opt_report_timing_summary_0" -objects $obj } # Create 'impl_1_phys_opt_report_timing_summary_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_phys_opt_report_timing_summary_0] "" ] } { create_report_config -report_name impl_1_phys_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps phys_opt_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_phys_opt_report_timing_summary_0] if { $obj != "" } { set_property -name "is_enabled" -value "0" -objects $obj set_property -name "display_name" -value "impl_1_phys_opt_report_timing_summary_0" -objects $obj } # Create 'impl_1_route_report_drc_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_drc_0] "" ] } { create_report_config -report_name impl_1_route_report_drc_0 -report_type report_drc:1.0 -steps route_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_drc_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_route_report_drc_0" -objects $obj } # Create 'impl_1_route_report_methodology_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_methodology_0] "" ] } { create_report_config -report_name impl_1_route_report_methodology_0 -report_type report_methodology:1.0 -steps route_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_methodology_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_route_report_methodology_0" -objects $obj } # Create 'impl_1_route_report_power_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_power_0] "" ] } { create_report_config -report_name impl_1_route_report_power_0 -report_type report_power:1.0 -steps route_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_power_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_route_report_power_0" -objects $obj } # Create 'impl_1_route_report_route_status_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_route_status_0] "" ] } { create_report_config -report_name impl_1_route_report_route_status_0 -report_type report_route_status:1.0 -steps route_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_route_status_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_route_report_route_status_0" -objects $obj } # Create 'impl_1_route_report_timing_summary_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_timing_summary_0] "" ] } { create_report_config -report_name impl_1_route_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps route_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_timing_summary_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_route_report_timing_summary_0" -objects $obj } # Create 'impl_1_route_report_incremental_reuse_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_incremental_reuse_0] "" ] } { create_report_config -report_name impl_1_route_report_incremental_reuse_0 -report_type report_incremental_reuse:1.0 -steps route_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_incremental_reuse_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_route_report_incremental_reuse_0" -objects $obj } # Create 'impl_1_route_report_clock_utilization_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_clock_utilization_0] "" ] } { create_report_config -report_name impl_1_route_report_clock_utilization_0 -report_type report_clock_utilization:1.0 -steps route_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_clock_utilization_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_route_report_clock_utilization_0" -objects $obj } # Create 'impl_1_route_report_bus_skew_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_bus_skew_0] "" ] } { create_report_config -report_name impl_1_route_report_bus_skew_0 -report_type report_bus_skew:1.1 -steps route_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_bus_skew_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_route_report_bus_skew_0" -objects $obj } # Create 'impl_1_post_route_phys_opt_report_timing_summary_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_post_route_phys_opt_report_timing_summary_0] "" ] } { create_report_config -report_name impl_1_post_route_phys_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps post_route_phys_opt_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_post_route_phys_opt_report_timing_summary_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_post_route_phys_opt_report_timing_summary_0" -objects $obj } # Create 'impl_1_post_route_phys_opt_report_bus_skew_0' report (if not found) if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_post_route_phys_opt_report_bus_skew_0] "" ] } { create_report_config -report_name impl_1_post_route_phys_opt_report_bus_skew_0 -report_type report_bus_skew:1.1 -steps post_route_phys_opt_design -runs impl_1 } set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_post_route_phys_opt_report_bus_skew_0] if { $obj != "" } { set_property -name "display_name" -value "impl_1_post_route_phys_opt_report_bus_skew_0" -objects $obj } set obj [get_runs impl_1] set_property -name "part" -value "xc7a100tcsg324-1" -objects $obj set_property -name "strategy" -value "Vivado Implementation Defaults" -objects $obj set_property -name "steps.write_bitstream.args.readback_file" -value "0" -objects $obj set_property -name "steps.write_bitstream.args.verbose" -value "0" -objects $obj # set the current impl run current_run -implementation [get_runs impl_1] # Change current directory to project folder cd [file dirname [info script]] puts "INFO: Project created:${_xil_proj_name_}" # Create 'drc_1' gadget (if not found) if {[string equal [get_dashboard_gadgets [ list "drc_1" ] ] ""]} { create_dashboard_gadget -name {drc_1} -type drc } set obj [get_dashboard_gadgets [ list "drc_1" ] ] set_property -name "reports" -value "impl_1#impl_1_route_report_drc_0" -objects $obj # Create 'methodology_1' gadget (if not found) if {[string equal [get_dashboard_gadgets [ list "methodology_1" ] ] ""]} { create_dashboard_gadget -name {methodology_1} -type methodology } set obj [get_dashboard_gadgets [ list "methodology_1" ] ] set_property -name "reports" -value "impl_1#impl_1_route_report_methodology_0" -objects $obj # Create 'power_1' gadget (if not found) if {[string equal [get_dashboard_gadgets [ list "power_1" ] ] ""]} { create_dashboard_gadget -name {power_1} -type power } set obj [get_dashboard_gadgets [ list "power_1" ] ] set_property -name "reports" -value "impl_1#impl_1_route_report_power_0" -objects $obj # Create 'timing_1' gadget (if not found) if {[string equal [get_dashboard_gadgets [ list "timing_1" ] ] ""]} { create_dashboard_gadget -name {timing_1} -type timing } set obj [get_dashboard_gadgets [ list "timing_1" ] ] set_property -name "reports" -value "impl_1#impl_1_route_report_timing_summary_0" -objects $obj # Create 'utilization_1' gadget (if not found) if {[string equal [get_dashboard_gadgets [ list "utilization_1" ] ] ""]} { create_dashboard_gadget -name {utilization_1} -type utilization } set obj [get_dashboard_gadgets [ list "utilization_1" ] ] set_property -name "reports" -value "synth_1#synth_1_synth_report_utilization_0" -objects $obj set_property -name "run.step" -value "synth_design" -objects $obj set_property -name "run.type" -value "synthesis" -objects $obj # Create 'utilization_2' gadget (if not found) if {[string equal [get_dashboard_gadgets [ list "utilization_2" ] ] ""]} { create_dashboard_gadget -name {utilization_2} -type utilization } set obj [get_dashboard_gadgets [ list "utilization_2" ] ] set_property -name "reports" -value "impl_1#impl_1_place_report_utilization_0" -objects $obj move_dashboard_gadget -name {utilization_1} -row 0 -col 0 move_dashboard_gadget -name {power_1} -row 1 -col 0 move_dashboard_gadget -name {drc_1} -row 2 -col 0 move_dashboard_gadget -name {timing_1} -row 0 -col 1 move_dashboard_gadget -name {utilization_2} -row 1 -col 1 move_dashboard_gadget -name {methodology_1} -row 2 -col 1