OpenCores
URL https://opencores.org/ocsvn/yahamm/yahamm/trunk

Subversion Repositories yahamm

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /yahamm
    from Rev 6 to Rev 7
    Reverse comparison

Rev 6 → Rev 7

/trunk/sim/rtl_sim/bin/Makefile
25,11 → 25,11
@mkdir -p $(LIBPREFIX)/yahamm
ghdl -a $(GHDLFLAGS) $<
 
simulate: yahamm_tb0 yahamm_tb1 yahamm_tb2 yahamm_tb3
@for f in $^ ;do \
./$$f --vcdgz=../out/$$f.vcdgz; \
done
simulate: simulate_tb0 simulate_tb1 simulate_tb2 simulate_tb3
 
simulate_%: yahamm_%
./$< --vcdgz=../out/$<.vcdgz
 
view_%: yahamm_%
gunzip -c ../out/$<.vcdgz | $(VIEWER) --vcd
 
36,3 → 36,5
clean:
@ghdl --remove $(GHDLFLAGS)
@rm -f ../../../sim/rtl_sim/out/*.vcdgz
 
.PHONY: simulate clean view_%

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.