URL
https://opencores.org/ocsvn/csa/csa/trunk
[/] [csa/] [trunk/] [rtl/] [makefile] - Diff between revs 41 and 45
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 41 |
Rev 45 |
Line 11... |
Line 11... |
|
|
key_perm:
|
key_perm:
|
iverilog -S $(VFLAGS) -tnull $@.v
|
iverilog -S $(VFLAGS) -tnull $@.v
|
|
|
key_schedule:
|
key_schedule:
|
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
|
|
|
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 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 key_cnt.v ts_sync.v ts_serial_out.v
|
iverilog -S $(VFLAGS) -tnull $@.v \
|
|
block_decypher.v \
|
|
block_perm.v \
|
|
block_sbox.v \
|
|
group_decrypt.v \
|
|
key_cnt.v \
|
|
key_perm.v \
|
|
key_schedule.v \
|
|
sbox1.v \
|
|
sbox2.v \
|
|
sbox3.v \
|
|
sbox4.v \
|
|
sbox5.v \
|
|
sbox6.v \
|
|
sbox7.v \
|
|
sboxes.v \
|
|
stream_8bytes.v \
|
|
stream_byte.v \
|
|
stream_cypher.v \
|
|
stream_iteration.v \
|
|
ts_serial_out.v \
|
|
ts_sync.v
|
|
|
|
|
clean:
|
clean:
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.