Skip to content

Commit b42b931

Browse files
committed
designs/asap7/aes-block: support settings BLOCKS= for testing purposes
locally it can be convenient to use aes-block module to create an a/b comparison with and without sub-blocks. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 65414c9 commit b42b931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/designs/asap7/aes-block/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export CORE_ASPECT_RATIO = 1
1313
export CORE_MARGIN = 2
1414
export PLACE_DENSITY = 0.65
1515

16-
export BLOCKS = aes_rcon aes_sbox
16+
export BLOCKS ?= aes_rcon aes_sbox
1717
export SYNTH_HIERARCHICAL = 1
1818
export RTLMP_FLOW = 1
1919

0 commit comments

Comments
 (0)