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

Subversion Repositories csa

[/] [csa/] [trunk/] [makefile] - Diff between revs 47 and 48

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

Rev 47 Rev 48
Line 45... Line 45...
                binstr=$$(echo "ibase=10;obase=16;$$n"|bc) ;           \
                binstr=$$(echo "ibase=10;obase=16;$$n"|bc) ;           \
                binstr=$$(echo "000: $$binstr " | xxd -r );           \
                binstr=$$(echo "000: $$binstr " | xxd -r );           \
                str+=$$binstr ;                 \
                str+=$$binstr ;                 \
        done          ;                                                \
        done          ;                                                \
        echo -n $$str  >$(TEST_IN_FILE)  ;         \
        echo -n $$str  >$(TEST_IN_FILE)  ;         \
        hexdump -C $(TEST_IN_FILE)  ;
 
 
 
preare_block_decypher:
preare_block_decypher:
        $(call preare_fn,64)
        $(call preare_fn,64)
 
 
preare_key_perm:
preare_key_perm:

powered by: WebSVN 2.1.0

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