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

Subversion Repositories aes_pipe

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /aes_pipe/trunk/sim/rtl_sim/run
    from Rev 9 to Rev 12
    Reverse comparison

Rev 9 → Rev 12

/sim.sh File deleted
/sim_ghdl.sh
0,0 → 1,15
#!/bin/sh
SRCROOT=../../../rtl/vhdl
TBROOT=../../../bench/vhdl
ghdl -a --ieee=synopsys $SRCROOT/aes_pkg.vhdl
ghdl -a --ieee=synopsys $SRCROOT/sbox.vhdl
ghdl -a --ieee=synopsys $SRCROOT/subsh.vhdl
ghdl -a --ieee=synopsys $SRCROOT/mixcol.vhdl
ghdl -a --ieee=synopsys $SRCROOT/colmix.vhdl
ghdl -a --ieee=synopsys $SRCROOT/keysched1.vhdl
ghdl -a --ieee=synopsys $SRCROOT/addkey.vhdl
ghdl -a --ieee=synopsys $SRCROOT/aes_top.vhdl
ghdl -a --ieee=synopsys $TBROOT/tb_aes.vhdl
ghdl -e --ieee=synopsys tb_aes
./tb_aes
ghdl --clean
sim_ghdl.sh Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Index: sim_isim.sh =================================================================== --- sim_isim.sh (nonexistent) +++ sim_isim.sh (revision 12) @@ -0,0 +1,3 @@ +#!/bin/sh +fuse -incremental -o tb.exe -prj ../src/tb_aes.prj tb_aes +./tb.exe
sim_isim.sh Property changes : Added: svn:mergeinfo ## -0,0 +0,0 ##

powered by: WebSVN 2.1.0

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