OpenCores
URL https://opencores.org/ocsvn/steelcore/steelcore/trunk

Subversion Repositories steelcore

[/] [vivado/] [steel-core.sim/] [sim_1/] [behav/] [xsim/] [compile.sh] - Blame information for rev 11

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 11 rafaelcalc
#!/bin/bash -f
2
# ****************************************************************************
3
# Vivado (TM) v2019.2 (64-bit)
4
#
5
# Filename    : compile.sh
6
# Simulator   : Xilinx Vivado Simulator
7
# Description : Script for compiling the simulation design source files
8
#
9
# Generated by Vivado on Sun Oct 11 02:44:20 -03 2020
10
# SW Build 2708876 on Wed Nov  6 21:39:14 MST 2019
11
#
12
# Copyright 1986-2019 Xilinx, Inc. All Rights Reserved.
13
#
14
# usage: compile.sh
15
#
16
# ****************************************************************************
17
set -Eeuo pipefail
18
echo "xvlog --incr --relax -prj tb_compliance_vlog.prj"
19
xvlog --incr --relax -prj tb_compliance_vlog.prj 2>&1 | tee compile.log
20
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.