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

Subversion Repositories csa

[/] [csa/] [trunk/] [rtl/] [makefile] - Diff between revs 17 and 18

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

Rev 17 Rev 18
Line 1... Line 1...
PROJ_NAME ?=block_decypher
PROJ_NAME ?=decrypt
DEBUG ?=y
DEBUG ?=y
 
 
ifeq ($(DEBUG),y)
ifeq ($(DEBUG),y)
VFLAGS=-DDEBUG
VFLAGS=-DDEBUG
else
else
Line 16... Line 16...
        iverilog -S $(VFLAGS) -tnull $@.v key_perm.v
        iverilog -S $(VFLAGS) -tnull $@.v key_perm.v
 
 
block_decypher:
block_decypher:
        iverilog -S $(VFLAGS) -tnull $@.v block_perm.v block_sbox.v
        iverilog -S $(VFLAGS) -tnull $@.v block_perm.v block_sbox.v
 
 
 
decrypt:
 
        iverilog -S $(VFLAGS) -tnull $@.v
 
 
clean:
clean:
 
 

powered by: WebSVN 2.1.0

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