Browse Source

adapt to new directory structure

master
T. Meissner 11 years ago
parent
commit
51745c47d3
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      cbcdes/sim/vhdl/makefile

+ 5
- 2
cbcdes/sim/vhdl/makefile View File

@ -19,12 +19,15 @@
# ======================================================================
SRC_FILES = ../../rtl/vhdl/des_pkg.vhd ../../rtl/vhdl/des.vhd ../../rtl/vhdl/cbcdes.vhd
all : sim wave
sim : tb_cbcdes.ghw
tb_cbcdes.ghw : ../rtl/*.vhd tb_cbcdes.vhd
ghdl -a ../rtl/des_pkg.vhd ../rtl/des.vhd ../rtl/cbcdes.vhd tb_cbcdes.vhd
tb_cbcdes.ghw : $(SRC_FILES) tb_cbcdes.vhd
ghdl -a $(SRC_FILES) tb_cbcdes.vhd
ghdl -e tb_cbcdes
ghdl -r tb_cbcdes --wave=tb_cbcdes.ghw --assert-level=error --stop-time=220us


Loading…
Cancel
Save