URL
https://opencores.org/ocsvn/uart2bus_testbench/uart2bus_testbench/trunk
Subversion Repositories uart2bus_testbench
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 14 to Rev 15
- ↔ Reverse comparison
Rev 14 → Rev 15
/uart2bus_testbench/trunk/tb/run_script.sh
0,0 → 1,38
rm -rf work |
vlib work |
#------------------------------ |
# BFMs Compiling |
#------------------------------ |
vlog -novopt interfaces/uart_interface.sv +incdir+../ |
vlog -novopt interfaces/rf_interface.sv +incdir+../ |
vlog -novopt interfaces/uart_arbiter.sv +incdir+../ |
#----------------------------- |
# Agent Compiling |
#------------------------------ |
vlog -novopt agent/agent_pkg.sv +incdir+agent +incdir+agent/driver +incdir+./ +incdir+agent/configuration +incdir+agent/sequence +incdir+agent/transaction +incdir+agent/monitor +incdir+agent/coverage |
#----------------------------- |
# Environment & Scoreboard Compiling |
#------------------------------ |
vlog -novopt env/env_pkg.sv +incdir+env +incdir+analysis |
#----------------------------- |
# UART TEST Compiling |
#------------------------------ |
vlog -novopt uart_pkg.sv +incdir+test/ +incdir+agent/ +incdir+env/ +incdir+./ +incdir+../ |
#----------------------------- |
# UART DUT Compiling |
#------------------------------ |
vlog ../rtl/uart_tx.v +incdir+../rtl |
vlog ../rtl/uart_rx.v +incdir+../rtl |
vlog ../rtl/baud_gen.v +incdir+../rtl |
vlog ../rtl/uart_top.v +incdir+../rtl |
vlog ../rtl/uart_parser.v +incdir+../rtl |
vlog ../rtl/uart2bus_top.v +incdir+../rtl |
#----------------------------- |
# UART Top Testbench Compiling |
#------------------------------ |
vlog -novopt uart_top.sv +incdir+../../rtl/i2c/ +incdir+./ +incdir+../rtl +UVM_TESTNAME=write_text_mode |
#----------------------------- |
# UART Top Testbench Simulation |
#------------------------------ |
vsim -novopt +coverage -c uart_top_tb |
#run -all |
uart2bus_testbench/trunk/tb/run_script.sh
Property changes :
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property