mirror of https://github.com/openXC7/prjxray.git
utils: top_generate: generate setseed.vh for all targets
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
49d8a6c22c
commit
e6eb0db9f9
|
|
@ -6,5 +6,8 @@ set -ex
|
|||
|
||||
export FUZDIR=$PWD
|
||||
source ${XRAY_GENHEADER}
|
||||
|
||||
echo '`define SEED 32'"'h$(echo $1 | md5sum | cut -c1-8)" > setseed.vh
|
||||
|
||||
make -f $XRAY_DIR/utils/top_generate.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue