Skip to content

Commit

Permalink
fuzzers: Fuzz SPICB0 routing
Browse files Browse the repository at this point in the history
Signed-off-by: David Shah <dave@ds0.me>
  • Loading branch information
gatecat committed Jan 20, 2020
1 parent cf1345a commit 0483697
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fuzzers/ECP5/050-pio_routing/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
"pos": [(71, 11), (71, 12), (70, 11), (70, 12)],
"cfg": FuzzConfig(job="PIOROUTET", family="ECP5", device="LFE5U-45F", ncl="pioroute.ncl",
tiles=["MIB_R71C11:PICB0", "MIB_R71C12:PICB1"])
}
},
{
"pos": [(71, 18), (70, 18)],
"cfg": FuzzConfig(job="PIOROUTESB", family="ECP5", device="LFE5U-45F", ncl="pioroute.ncl",
tiles=["MIB_R71C18:SPICB0"])
},
]


Expand Down

0 comments on commit 0483697

Please sign in to comment.