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

Subversion Repositories aes_pipe

[/] [aes_pipe/] [trunk/] [sim/] [rtl_sim/] [run/] [sim_ghdl.sh] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 subhasis25
#!/bin/sh
2
SRCROOT=../../../rtl/vhdl
3
TBROOT=../../../bench/vhdl
4
ghdl -a --ieee=synopsys $SRCROOT/aes_pkg.vhdl
5
ghdl -a --ieee=synopsys $SRCROOT/sbox.vhdl
6
ghdl -a --ieee=synopsys $SRCROOT/subsh.vhdl
7
ghdl -a --ieee=synopsys $SRCROOT/mixcol.vhdl
8
ghdl -a --ieee=synopsys $SRCROOT/colmix.vhdl
9
ghdl -a --ieee=synopsys $SRCROOT/keysched1.vhdl
10
ghdl -a --ieee=synopsys $SRCROOT/addkey.vhdl
11
ghdl -a --ieee=synopsys $SRCROOT/aes_top.vhdl
12
ghdl -a --ieee=synopsys $TBROOT/tb_aes.vhdl
13
ghdl -e --ieee=synopsys tb_aes
14
./tb_aes
15
ghdl --clean

powered by: WebSVN 2.1.0

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