Commit Graph

14 Commits

Author SHA1 Message Date
Daniel Schultz 9214855aa2 fixup! settings: Handle return code correctly
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
2021-04-01 20:38:50 +02:00
Daniel Schultz 969f1dd5ee settings: Handle return code correctly
"eval $(python3 script.py)" does not handle the return code correctly and would try to evaluate
the complete output of the Python traceback. Temporarily save the output in a variable and check
the return code. If the RC is unequal to zero, return the RC and leave the bash script.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
2021-03-26 08:28:54 +01:00
Alessandro Comodi 3d4c9addf0 environment: fix environment set up
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2021-01-20 11:28:56 +01:00
Daniel Schultz 4122384e74 settings: Remove XRAX_PIN_xx from Makefile
These variables are not set by run_fuzzers

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
2021-01-12 22:36:58 +01:00
Robert Winkler 1478ab4e6b Change main fuzzed device to A100T
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
2020-07-16 00:04:50 +02:00
Tomasz Michalak 300bc62227 Add licensing header to bash scripts
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-05-26 07:33:12 -07:00
Tim Callahan 9d0499f87a Update settings/artix7*.sh with helpful comments regarding XRAY_IOI3_TILES
and other non-obvious things.

Signed-off-by: Tim Callahan <tcal@google.com>
2020-05-18 13:14:58 -07:00
Alessandro Comodi 5c829daa8c 005-tilegrid: fixed some over-specific settings in generate_full
Also added specimens to make some rquired fuzzers find all necessary
features

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2020-01-24 10:13:33 +01:00
Alessandro Comodi 93d1ae82f7 Enable the generation of extra part-dependents files
This change affects the extra-db target, by adding also the generation
of other part-dependent files, such as tilegrid, tileconn, and others.

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2020-01-24 10:13:33 +01:00
Alessandro Comodi aaa0406c27 artix7.sh: shrinking Y_MAX to exclude BRKH tiles
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2019-03-06 18:40:54 +01:00
Keith Rothman f0f29956d7 Add FASM features that are outside ROI grid, but inside used frames.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-12 17:25:52 -08:00
Tim 'mithro' Ansell 2eb1bf3bfe fuzzers: Add 000-init-db fuzzer.
Creates the .db files via make rather than via sourcing settings.sh
allowing pip fuzzers to interact correctly with `make clean`.

Fixes #604.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-05 00:44:09 +11:00
Karol Gugala 389be483b8 call init_db everytime settings are sourced
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2019-01-16 17:59:28 +01:00
Tim 'mithro' Ansell 5b1fa4133f Move the settings files out of the database into settings directory.
Fixes #421.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2018-12-31 10:30:36 +01:00