blob: 304bd540577ba01dd44309f8cc85c24425c2c23f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Copyright 2018 Ettus Research
#
source $::env(VIV_TOOLS_DIR)/scripts/viv_utils.tcl
# STEP#1: Create project, add sources, refresh IP
vivado_utils::initialize_project
# STEP#2: Run elaboration
vivado_utils::check_design
# Cleanup
vivado_utils::close_batch_project
|