Keith Rothman
a5b086bfcf
Clearify ZDB and how it was generated.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-15 19:37:23 -07:00
Keith Rothman
4c0f36b755
Add new fuzzer to root Makefile.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-15 18:46:09 -07:00
Keith Rothman
66c7c4c3ab
Add fuzzers for HCLK_CMT tiles.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-15 18:43:21 -07:00
Keith Rothman
953d64a7b9
Run make format.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-15 18:42:40 -07:00
Keith Rothman
c2df5c97eb
Working complete HROW pip fuzzer.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-14 20:05:27 -07:00
Keith Rothman
023cd55bb1
Refactor 041 fuzzer to avoid requiring insight into mux structure.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-12 18:26:38 -07:00
Keith Rothman
5091d0a59e
Add 044 to fuzzer Makefile.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-12 16:11:15 -07:00
Keith Rothman
3232ae3edc
Run make format.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-12 16:10:25 -07:00
Keith Rothman
3d70606d79
Add explicit l/r flag.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-12 16:07:56 -07:00
Keith Rothman
6ca687ad5f
Add comment to build_zdb.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-12 16:07:37 -07:00
Keith Rothman
9187df2c95
Initial BUFG PIP fuzzer.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-12 16:03:51 -07:00
Keith Rothman
1f53d5719b
Fix piplist location for 041 fuzzer.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-12 11:06:30 -07:00
Keith Rothman
72d2b0d63a
Fix 048 not using correct directory.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-12 10:47:27 -07:00
litghost
484eae2bb7
Merge pull request #702 from litghost/lower_retry_count
...
Lower retry count to avoid taking a long time to fail when the fuzzer is broken
2019-03-06 13:18:46 -08:00
Keith Rothman
d7116a86cb
Lower retry count to avoid taking a long time to fail when the fuzzer is broken.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-06 13:15:48 -08:00
litghost
885d5599aa
Merge pull request #699 from antmicro/007-keyerror
...
fuzzers: 007: fix linprog callback to fit scipy 1.2.1
2019-03-06 08:28:28 -08:00
Karol Gugala
a7436e09e0
fuzzers: 007: fix linprog callback to fit scipy 1.2.1
...
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2019-03-06 16:50:33 +01:00
litghost
fa2b44896b
Merge pull request #695 from antmicro/042-fuzzer-stabilization
...
fuzzer 042: Increase specimen count and enable execution
2019-03-06 06:16:09 -08:00
Tomasz Michalak
fd57c185c5
fuzzer 042: Add bitfilter and restore execution
...
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
2019-03-06 08:02:16 +01:00
litghost
05055fe028
Merge pull request #696 from antmicro/lock-mergedb
...
utils: mergedb: lock database accesses
2019-03-05 16:41:06 -08:00
litghost
721e9eb0ab
Merge pull request #686 from litghost/fix_piplist_directory
...
Use seperate build directory for each piplist.
2019-03-05 16:40:55 -08:00
Keith Rothman
df6050bb9c
Fix CHECK_ARGS passing.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-05 13:41:24 -08:00
Karol Gugala
6247c02bc9
fuzzers: Makefile: add clean_locks target
...
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2019-03-05 20:22:00 +01:00
Keith Rothman
08a6cc7621
Refactor 050 fuzzer to use pip_loop.mk
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-05 10:45:50 -08:00
litghost
36e6290ec6
Merge pull request #691 from antmicro/ologic-fuzz
...
Fuzzers: add ologic fuzzer
2019-03-05 09:34:45 -08:00
Keith Rothman
fbab956017
Use seperate build directory for each piplist.
...
Vivado expects to be executed in a unique directory in batch mode.
Previous Makefile had all piplist's running the same directory,
resulting in a race condition.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-05 07:35:23 -08:00
litghost
7a57020ce9
Merge pull request #690 from litghost/iob_sing
...
IOB_SING solution via segbit aliases.
2019-03-05 07:27:59 -08:00
Karol Gugala
59cff08be0
fuzzers: int_loop: exit on empty todo
...
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2019-03-04 17:53:42 +01:00
Karol Gugala
529e5a884a
Fuzzers: add ologic fuzzer
...
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2019-03-03 19:59:23 +01:00
Keith Rothman
1307e11397
IOB_SING solution via segbit aliases.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-01 17:02:18 -08:00
litghost
ca45656e5f
Merge pull request #683 from litghost/iob_rework
...
Rework IOB fuzzers.
2019-03-01 16:46:17 -08:00
litghost
e2dc1f56f6
Merge pull request #687 from litghost/fix_bram_regression
...
Only tag some tags when running in TDP mode.
2019-03-01 15:03:18 -08:00
Keith Rothman
49b09b4051
Only tag some tags when running in TDP mode.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-01 13:30:49 -08:00
Tim 'mithro' Ansell
f973cf2b20
Fix running without -j
...
Fixes #680 .
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-03-01 12:44:38 -08:00
Keith Rothman
8f5fa39914
Rework stepdown bits to isolate top and bottom IOBs.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-01 10:56:47 -08:00
Keith Rothman
8d18665182
Fix bugs found during review.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-03-01 08:21:36 -08:00
Keith Rothman
9dccf2a59e
ZINV_D applies to both IFF and direct data path.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-28 18:08:19 -08:00
Keith Rothman
ac4accbd57
Add bit for standards that are stepdown.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-28 17:12:09 -08:00
Keith Rothman
a2d32d19a3
Run make format.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-28 16:43:49 -08:00
Keith Rothman
816bf44156
Rework IOB fuzzers.
...
- Add most single ended IOSTANDARD's.
- Add bits for input, output and input/output buffers for single ended
IOBs.
- Add initial ILOGIC fuzzer.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-28 16:36:02 -08:00
Alessandro Comodi
01a1289bcf
Merge pull request #656 from antmicro/segmatch-warning
...
segmatch.cpp: if f_in does not exits returns -1
2019-02-26 11:12:03 +01:00
Alessandro Comodi
2ba0192a1f
058-hclk: changed makefile to solve missing files issue
...
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2019-02-25 17:40:37 +01:00
litghost
de92aa9e60
Merge pull request #674 from litghost/wide_sdp_config
...
Add bits for SDP 36-bit BRAM.
2019-02-23 15:27:49 -08:00
Keith Rothman
890f12b1d4
Add bits for SDP 36-bit BRAM.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-22 23:08:06 -08:00
Tim Ansell
78565b6d23
Merge pull request #672 from litghost/save_logs_on_success
...
Save fuzzer logs, even on success.
2019-02-22 11:49:51 -08:00
Keith Rothman
2a114a9726
Output required_features as a list rather than a string with newlines.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-21 15:40:07 -08:00
Keith Rothman
0595663bb1
Simplify BRAM data fuzzer and rename to match RAMB18E1 parameter names.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-21 09:06:05 -08:00
Keith Rothman
acf7aafce1
Save fuzzer logs, even on success.
...
Previous CI logic deleted logs files along with intermediate outputs
from fuzzers. This makes debugging issues like #661 harder.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-20 14:36:17 -08:00
Keith Rothman
3c764a65e1
Revert 054 fuzzer.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-19 20:56:31 -08:00
Keith Rothman
9c2c2c2ab6
Seperate out the INT list initialization.
...
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-19 20:07:07 -08:00