Commit Graph

44 Commits

Author SHA1 Message Date
litghost 5e9211d57c
Merge pull request #727 from litghost/bufmrce
Solve remaining bits in the ROI
2019-03-22 07:58:00 -07:00
Tim 'mithro' Ansell a041e4e8b8 Re-enable the DSP fuzzer.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-03-21 09:33:38 -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 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
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
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
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 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
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 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
Keith Rothman 72ffe32e33 Isolate IMUX<x>.GFAN[01] pips into seperate fuzzer.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-19 16:53:03 -08:00
Keith Rothman 276c6e0d31 Disable 042 fuzzer for now, not critical path.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-19 07:45:59 -08:00
Keith Rothman 2311f25149 Add initial BUFG config bits.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-12 15:15:46 -08:00
litghost c39b67007a
Merge pull request #638 from litghost/add_clk_hrow_bits
Add CLK HROW bits
2019-02-12 15:15:03 -08:00
Keith Rothman d2c9c96b96 Add 041 to root fuzzer Makefile.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-12 13:24:08 -08:00
Alessandro Comodi b7ca06bd6d added fan-alt fuzzer to get the FAN_ALT?.GFAN? PIPs
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
2019-02-12 15:23:52 +01:00
Keith Rothman 3b10ceed54 Rename fuzzer and add 040 to root fuzzer make.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-08 14:29:48 -08:00
Tim 'mithro' Ansell d144c9d2c8 fuzzers: Disable the DSP fuzzer for the moment.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 21:59:25 +11:00
Tim 'mithro' Ansell 314ee62b3f Fixing number of review comments.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell 6249f24fd2 fuzzers: Use make directly when VERBOSE=Y
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Tim 'mithro' Ansell f8c3ada041 Adding wrapper to get understandable output.
* Saves stdout / stderr to log files.
 * Prefixes all messages with fuzzer name.
 * Gives regular status updates.
 * Successfully passes jobserver details down.
 * Correctly handles dry-run and question options.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-07 02:43:44 -08:00
Keith Rothman bf817f3548 Add fuzzer for BRAM/FIFO enable bits.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-04 15:39:20 -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
Tim 'mithro' Ansell 357c32a53a fuzzers: 074-dump_all depends on 005-tilegrid.
The `generate_grid.py` tool requires tilegrid.json to run.

Fixes #601.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-02-03 20:49:28 +11:00
Keith Rothman 0edc3facde Add initial FIFO configuration.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2019-02-01 13:57:47 -08:00
Karol Gugala 96bac6bf00 fuzzers: Makefile: add explicit all target
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2019-01-31 17:20:22 +01:00
Karol Gugala 88646806ed Fuzzers: Makefile: use single colon target for run.ok targets
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2019-01-29 16:45:07 +01:00
Karol Gugala 74f1f0a484 fuzzers: update 051 folder name in Makefile
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2019-01-17 22:54:03 +01:00
Karol Gugala b753915718 fuzzers: remove fuzzer 054
The PIPs can be resolved by fuzzer 056. 056 is redundant.

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
2019-01-15 18:03:32 +01:00
John McMaster 815c3d4af2 fuzzers: name with tile type
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2019-01-07 23:08:45 +01:00
John McMaster bbb6d5b4a2 BITONLY
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-12-27 21:24:32 +01:00
John McMaster 6b8e8c1d62 fuzzers: quick target for QUICK
Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
2018-12-21 10:29:20 -08:00
John McMaster 236ccc2ade fuzzers: build 100-dsp-mskpat
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-12-18 17:42:40 -08:00
John McMaster 1714011271 QUICK: include 055-056 now that gnd supports QUICK
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-12-17 14:51:10 -08:00
John McMaster 33a7151413 quick: disable slow high number fuzzers
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-12-10 16:38:36 -08:00
John McMaster c37c1082de quick: merge into main makefile
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-12-05 17:36:51 -08:00
John McMaster 3f77043458 BRAM: 101 => 025 fuzzer number, add to fuzzers Makefile
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-10-31 18:56:17 -07:00
Tim 'mithro' Ansell feb1a2ca7b Remove 070-tileconn fuzzer from top level Makefile.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2018-10-22 16:14:29 +00:00
Keith Rothman 85e14f81a1 Generate tile types, site types, tilegrid, tileconn for entire part.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2018-09-26 22:37:33 -07:00
Clifford Wolf a80b80c63d Fixes in fuzzers top-level Makefile, Update README
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-01-05 22:16:12 +01:00
Clifford Wolf 77933f7212 Add fuzzers top-level "make clean"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-01-04 16:31:31 +01:00
Clifford Wolf f00f9c27b4 Add top-level fuzzers Makefile
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-01-04 16:07:50 +01:00