URL
https://opencores.org/ocsvn/steelcore/steelcore/trunk
Subversion Repositories steelcore
[/] [vivado/] [steel-core.sim/] [sim_1/] [behav/] [xsim/] [compile.sh] - Rev 11
Compare with Previous | Blame | View Log
#!/bin/bash -f # **************************************************************************** # Vivado (TM) v2019.2 (64-bit) # # Filename : compile.sh # Simulator : Xilinx Vivado Simulator # Description : Script for compiling the simulation design source files # # Generated by Vivado on Sun Oct 11 02:44:20 -03 2020 # SW Build 2708876 on Wed Nov 6 21:39:14 MST 2019 # # Copyright 1986-2019 Xilinx, Inc. All Rights Reserved. # # usage: compile.sh # # **************************************************************************** set -Eeuo pipefail echo "xvlog --incr --relax -prj tb_compliance_vlog.prj" xvlog --incr --relax -prj tb_compliance_vlog.prj 2>&1 | tee compile.log