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

Subversion Repositories csa

[/] [csa/] [trunk/] [rtl/] [makefile] - Diff between revs 20 and 21

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

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

powered by: WebSVN 2.1.0

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