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

Subversion Repositories open_hitter

[/] [open_hitter/] [trunk/] [bench/] [vhdl/] [build.sh] - Diff between revs 10 and 12

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 10 Rev 12
Line 1... Line 1...
#!/bin/bash
#!/bin/bash
 
 
# analysis
# analysis
ghdl -a ../../rtl/vhdl/parse_price.vhd
ghdl -a ../../rtl/vhdl/parse_price.vhd
 
ghdl -a ../../rtl/vhdl/search_item.vhd
 
#
ghdl -a ../../sim/rtl_sim/src/parse_price_sim.vhd
ghdl -a ../../sim/rtl_sim/src/parse_price_sim.vhd
ghdl -a parse_price_wrapper.vhd
 
ghdl -a ../../sim/rtl_sim/src/hitter_sim.vhd
ghdl -a ../../sim/rtl_sim/src/hitter_sim.vhd
 
ghdl -a search_item_wrapper.vhd
 
ghdl -a parse_price_wrapper.vhd
ghdl -a hitter_wrapper.vhd
ghdl -a hitter_wrapper.vhd
 
 
 
 
# elaboration & run
# elaboration & run
ghdl -e parse_price
ghdl -e parse_price
 
 
ghdl -e hitter_sim
ghdl -e hitter_sim
ghdl -e parse_price_sim
ghdl -e parse_price_sim
 
 
ghdl -e parse_price_wrapper
ghdl -e parse_price_wrapper
ghdl -r parse_price_wrapper
#ghdl -r parse_price_wrapper
 
 
ghdl -e hitter_wrapper
ghdl -e hitter_wrapper
ghdl -r hitter_wrapper
#ghdl -r hitter_wrapper
 
 
 
ghdl -e search_item_wrapper
 
#ghdl -r search_item_wrapper
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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