File: compile.do

package info (click to toggle)
bladerf 0.2022.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 373,752 kB
  • sloc: ansic: 1,186,428; xml: 150,799; vhdl: 24,182; tcl: 15,408; python: 3,409; sh: 1,551; makefile: 1,255; asm: 158; csh: 18; cpp: 9
file content (16 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Create work library
vlib nuand

# Compile design files
vcom -work nuand -2008 ../vhdl/wishbone_master.vhd

vcom -work nuand -2008 ../vhdl/tb/wishbone_master_tb.vhd

# Elaborate design
vsim nuand.wishbone_master_tb

# Add waves
add wave -hexadecimal "sim:/wishbone_master_tb/U_wishbone_master/*"

# Run
run -all