aboutsummaryrefslogtreecommitdiff
path: root/cryptech/__init__.py
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (plain) (blame)

light .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
project = novena_eim
vendor = xilinx
family = spartan6
part = xc6slx45csg324-3
top_module = novena_top
isedir = /opt/Xilinx/14.7/ISE_DS
xil_env = . $(isedir)/settings64.sh
ucf = ../ucf/novena_eim.ucf

vfiles = \
	../rtl/novena_eim.v \
	../../common/rtl/novena_regs.v \
	../../common/rtl/novena_clkmgr.v \
	../../common/rtl/ipcore/clkmgr_dcm.v \
	../../../common/core_selector/src/rtl/core_selector.v \
	../../../common/core_selector/src/rtl/global_selector.v \
	../../../common/core_selector/src/rtl/cipher_selector.v \
	../../../common/core_selector/src/rtl/hash_selector.v \
	../../../common/core_selector/src/rtl/rng_selector.v \
	../../../../comm/eim/src/rtl/cdc_bus_pulse.v \
	../../../../comm/eim/src/rtl/eim_arbiter_cdc.v \
	../../../../comm/eim/src/rtl/eim_arbiter.v \
	../../../../comm/eim/src/rtl/eim_da_phy.v \
	../../../../comm/eim/src/rtl/eim_indicator.v \
	../../../../comm/eim/src/rtl/eim_regs.v \
	../../../../comm/eim/src/rtl/eim.v \
	../../../../hash/sha1/src/rtl/sha1.v \
	../../../../hash/sha1/src/rtl/sha1_core.v \
	../../../../hash/sha1/src/rtl/sha1_w_mem.v \
	../../../../hash/sha256/src/rtl/sha256.v \
	../../../../hash/sha256/src/rtl/sha256_core.v \
	../../../../hash/sha256/src/rtl/sha256_k_constants.v \
	../../../../hash/sha256/src/rtl/sha256_w_mem.v \
	../../../../hash/sha512/src/rtl/sha512.v \
	../../../../hash/sha512/src/rtl/sha512_core.v \
	../../../../hash/sha512/src/rtl/sha512_h_constants.v \
	../../../../hash/sha512/src/rtl/sha512_k_constants.v \
	../../../../hash/sha512/src/rtl/sha512_w_mem.v \
	../../../../rng/avalanche_entropy/src/rtl/avalanche_entropy.v \
	../../../../rng/avalanche_entropy/src/rtl/avalanche_entropy_core.v \
	../../../../rng/rosc_entropy/src/rtl/rosc.v \
	../../../../rng/rosc_entropy/src/rtl/rosc_entropy.v \
	../../../../rng/rosc_entropy/src/rtl/rosc_entropy_core.v \
	../../../../rng/trng/src/rtl/trng.v \
	../../../../rng/trng/src/rtl/trng_csprng.v \
	../../../../rng/trng/src/rtl/trng_csprng_fifo.v \
	../../../../rng/trng/src/rtl/trng_mixer.v \
	../../../../cipher/chacha/src/rtl/chacha.v \
	../../../../cipher/chacha/src/rtl/chacha_core.v \
	../../../../cipher/chacha/src/rtl/chacha_qr.v

include xilinx.mk