Skip to content

Commit

Permalink
fuzzers: Fuzz bottom IOLOGIC
Browse files Browse the repository at this point in the history
Signed-off-by: David Shah <dave@ds0.me>
  • Loading branch information
gatecat committed Oct 25, 2019
1 parent 912140b commit f7056c2
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 2 deletions.
14 changes: 14 additions & 0 deletions fuzzers/ECP5/060-iologic_modes/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@
"site": "IOL_T20B",
"iol": "B"
},
{
"cfg": FuzzConfig(job="IOLOGICBA", family="ECP5", device="LFE5U-25F", ncl="empty.ncl",
tiles=["MIB_R50C11:PICB0", "MIB_R50C12:PICB1"]),
"side": "B",
"site": "IOL_B11A",
"iol": "A"
},
{
"cfg": FuzzConfig(job="IOLOGICBB", family="ECP5", device="LFE5U-25F", ncl="empty.ncl",
tiles=["MIB_R50C11:PICB0", "MIB_R50C12:PICB1"]),
"side": "B",
"site": "IOL_B11B",
"iol": "B"
},
]


Expand Down
16 changes: 16 additions & 0 deletions fuzzers/ECP5/061-basic_ddr/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,22 @@
"iol": "B",
"pin": "E9"
},
{
"cfg": FuzzConfig(job="IOLOGICBA", family="ECP5", device="LFE5U-25F", ncl="empty.ncl",
tiles=["MIB_R50C11:PICB0", "MIB_R50C12:PICB1"]),
"side": "B",
"site": "IOL_B11A",
"iol": "A",
"pin": "V2"
},
{
"cfg": FuzzConfig(job="IOLOGICBB", family="ECP5", device="LFE5U-25F", ncl="empty.ncl",
tiles=["MIB_R50C11:PICB0", "MIB_R50C12:PICB1"]),
"side": "B",
"site": "IOL_B11B",
"iol": "B",
"pin": "W2"
},
]


Expand Down
16 changes: 16 additions & 0 deletions fuzzers/ECP5/066-iodelay/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,22 @@
"iol": "B",
"rc": "R0C20",
},
{
"cfg": FuzzConfig(job="IOLOGICBA", family="ECP5", device="LFE5U-25F", ncl="empty.ncl",
tiles=["MIB_R50C11:PICB0", "MIB_R50C12:PICB1"]),
"side": "B",
"site": "IOL_B11A",
"iol": "A",
"rc": "R50C11"
},
{
"cfg": FuzzConfig(job="IOLOGICBB", family="ECP5", device="LFE5U-25F", ncl="empty.ncl",
tiles=["MIB_R50C11:PICB0", "MIB_R50C12:PICB1"]),
"side": "B",
"site": "IOL_B11B",
"iol": "B",
"rc": "R50C11"
},
]


Expand Down
16 changes: 16 additions & 0 deletions fuzzers/ECP5/067-ioreg/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,22 @@
"iol": "B",
"pin": "E9"
},
{
"cfg": FuzzConfig(job="IOLOGICBA", family="ECP5", device="LFE5U-25F", ncl="empty.ncl",
tiles=["MIB_R50C11:PICB0", "MIB_R50C12:PICB1"]),
"side": "B",
"site": "IOL_B11A",
"iol": "A",
"pin": "V2"
},
{
"cfg": FuzzConfig(job="IOLOGICBB", family="ECP5", device="LFE5U-25F", ncl="empty.ncl",
tiles=["MIB_R50C11:PICB0", "MIB_R50C12:PICB1"]),
"side": "B",
"site": "IOL_B11B",
"iol": "B",
"pin": "W2"
},
]


Expand Down
4 changes: 2 additions & 2 deletions fuzzers/ECP5/069-copy_pio_data/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def main():
"PICR0": ["PICR0_DQS2"],
"PICR1": ["PICR1_DQS0", "PICR1_DQS3"],
"PICR2": ["PICR2_DQS1", "MIB_CIB_LR_A"],
"EFB2_PICB0": ["EFB0_PICB0"],
"EFB3_PICB1": ["EFB1_PICB1"],
"PICB0": ["EFB0_PICB0", "EFB2_PICB0"],
"PICB1": ["EFB1_PICB1", "EFB3_PICB1"],
}

for src, dest_tiles in sorted(copy_config_rules.items()):
Expand Down

0 comments on commit f7056c2

Please sign in to comment.