URL
https://opencores.org/ocsvn/steelcore/steelcore/trunk
Subversion Repositories steelcore
[/] [vivado/] [steel-core.sim/] [sim_1/] [behav/] [xsim/] [simulate.sh] - Rev 11
Compare with Previous | Blame | View Log
#!/bin/bash -f # **************************************************************************** # Vivado (TM) v2019.2 (64-bit) # # Filename : simulate.sh # Simulator : Xilinx Vivado Simulator # Description : Script for simulating the design by launching the simulator # # Generated by Vivado on Sun Oct 11 01:59:08 -03 2020 # SW Build 2708876 on Wed Nov 6 21:39:14 MST 2019 # # Copyright 1986-2019 Xilinx, Inc. All Rights Reserved. # # usage: simulate.sh # # **************************************************************************** set -Eeuo pipefail echo "xsim tb_compliance_behav -key {Behavioral:sim_1:Functional:tb_compliance} -tclbatch tb_compliance.tcl -log simulate.log" xsim tb_compliance_behav -key {Behavioral:sim_1:Functional:tb_compliance} -tclbatch tb_compliance.tcl -log simulate.log