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

Subversion Repositories open_hitter

[/] [open_hitter/] [trunk/] [bench/] [vhdl/] [build.sh] - Blame information for rev 3

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 stvhawes
#!/bin/bash
2
 
3
# analysis
4
ghdl -a parse_price.vhd
5
ghdl -a parse_price_sim.vhd
6
ghdl -a parse_price_wrapper.vhd
7
ghdl -a hitter_sim.vhd
8
ghdl -a hitter_wrapper.vhd
9
 
10
# elaboration & run
11
ghdl -e parse_price
12
 
13
ghdl -e hitter_sim
14
ghdl -e parse_price_sim
15
 
16
ghdl -e parse_price_wrapper
17
ghdl -r parse_price_wrapper
18
 
19
ghdl -e hitter_wrapper
20
ghdl -r hitter_wrapper

powered by: WebSVN 2.1.0

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