URL
https://opencores.org/ocsvn/aes_core/aes_core/trunk
Subversion Repositories aes_core
[/] [aes_core/] [trunk/] [syn/] [bin/] [design_spec.dc] - Rev 8
Go to most recent revision | Compare with Previous | Blame | View Log
###############################################################################
#
# Design Specification
#
# Author: Rudolf Usselmann
# rudi@asics.ws
#
# Revision:
# 3/7/01 RU Initial Sript
#
#
###############################################################################
# ==============================================
# Setup Design Parameters
set design_files {aes_rcon aes_sbox aes_key_expand_128 aes_cipher_top}
set design_name aes_cipher_top
set active_design aes_cipher_top
#set design_files {aes_rcon aes_inv_sbox aes_key_expand_128 aes_inv_cipher_top}
#set design_name aes_inv_cipher_top
#set active_design aes_inv_cipher_top
# Next Statement defines all clocks and resets in the design
set special_net {clk}
set hdl_src_dir ../../rtl/verilog/
Go to most recent revision | Compare with Previous | Blame | View Log