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

Subversion Repositories aes_beh_model

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /aes_beh_model/trunk/sim
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

/sim_dec.do
0,0 → 1,12
# This is for simulating the decryption model with Modelsim.
#
# Instructions for running simulation
# 1. Launch Modelsim
# 2. Change directory to sim/
# 3. Type "do sim_dec.do" from Modelsim prompt
 
vlib work
vmap work work
vlog +incdir+../src/verilog +incdir+../bench/verilog ../bench/verilog/aes_beh_model_decrypt_tb.sv
vsim aes_beh_model_decrypt_tb
run -all
/readme.txt
2,4 → 2,4
===================================
1. Launch Modelsim
2. Change directory to sim/
3. Type "do sim.do" from Modelsim prompt
3. Type either "do sim_enc.do" or "do sim_dec.do" from Modelsim prompt
/sim_enc.do
0,0 → 1,12
# This is for simulating the encryption model with Modelsim.
#
# Instructions for running simulation
# 1. Launch Modelsim
# 2. Change directory to sim/
# 3. Type "do sim_enc.do" from Modelsim prompt
 
vlib work
vmap work work
vlog +incdir+../src/verilog +incdir+../bench/verilog ../bench/verilog/aes_beh_model_encrypt_tb.sv
vsim aes_beh_model_encrypt_tb
run -all

powered by: WebSVN 2.1.0

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