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

Subversion Repositories csa

[/] [csa/] [trunk/] [rtl/] [makefile] - Diff between revs 45 and 49

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 45 Rev 49
Line 1... Line 1...
PROJ_NAME ?=decrypt
PROJ_NAME ?=group_decrypt
DEBUG ?=y
DEBUG ?=y
 
 
ifeq ($(DEBUG),y)
ifeq ($(DEBUG),y)
VFLAGS=-DDEBUG
VFLAGS=-DDEBUG
else
else
Line 19... Line 19...
block_decypher:
block_decypher:
        iverilog -S $(VFLAGS) -tnull $@.v          \
        iverilog -S $(VFLAGS) -tnull $@.v          \
                        block_perm.v               \
                        block_perm.v               \
                        block_sbox.v
                        block_sbox.v
 
 
 
group_decrypt:
 
        iverilog -S $(VFLAGS) -tnull $@.v          \
 
                        stream_cypher.v            \
 
                        stream_8bytes.v            \
 
                        stream_byte.v            \
 
                        stream_iteration.v           \
 
                        sboxes.v           \
 
                        sbox1.v                            \
 
                        sbox2.v                            \
 
                        sbox3.v                            \
 
                        sbox4.v                            \
 
                        sbox5.v                            \
 
                        sbox6.v                            \
 
                        sbox7.v                            \
 
                        block_perm.v                            \
 
                        block_sbox.v                            \
 
                        block_decypher.v
 
 
 
 
stream_cypher:
stream_cypher:
        iverilog -S $(VFLAGS) -tnull $@.v          \
        iverilog -S $(VFLAGS) -tnull $@.v          \
                sbox1.v                            \
                sbox1.v                            \
                sbox2.v                            \
                sbox2.v                            \
                sbox3.v                            \
                sbox3.v                            \

powered by: WebSVN 2.1.0

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