Skip to content

Commit

Permalink
Uncomment accidentally commented
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 259f645 commit feb331d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions fuzzers/ECP5/050-pio_routing/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
import re

jobs = [
# {
# "pos": [(47, 0), (48, 0), (49, 0)],
# "cfg": FuzzConfig(job="PIOROUTEL", family="ECP5", device="LFE5U-45F", ncl="pioroute.ncl",
# tiles=["MIB_R47C0:PICL0", "MIB_R48C0:PICL1", "MIB_R49C0:PICL2"])
# },
# {
# "pos": [(47, 90), (48, 90), (49, 90)],
# "cfg": FuzzConfig(job="PIOROUTER", family="ECP5", device="LFE5U-45F", ncl="pioroute.ncl",
# tiles=["MIB_R47C90:PICR0", "MIB_R48C90:PICR1", "MIB_R49C90:PICR2"])
# },
# {
# "pos": [(0, 22), (1, 23), (0, 22), (1, 23)],
# "cfg": FuzzConfig(job="PIOROUTET", family="ECP5", device="LFE5U-45F", ncl="pioroute.ncl",
# tiles=["MIB_R0C22:PIOT0", "MIB_R0C23:PIOT1", "MIB_R1C22:PICT0", "MIB_R1C23:PICT1"])
# },
# {
# "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": [(47, 0), (48, 0), (49, 0)],
"cfg": FuzzConfig(job="PIOROUTEL", family="ECP5", device="LFE5U-45F", ncl="pioroute.ncl",
tiles=["MIB_R47C0:PICL0", "MIB_R48C0:PICL1", "MIB_R49C0:PICL2"])
},
{
"pos": [(47, 90), (48, 90), (49, 90)],
"cfg": FuzzConfig(job="PIOROUTER", family="ECP5", device="LFE5U-45F", ncl="pioroute.ncl",
tiles=["MIB_R47C90:PICR0", "MIB_R48C90:PICR1", "MIB_R49C90:PICR2"])
},
{
"pos": [(0, 22), (1, 23), (0, 22), (1, 23)],
"cfg": FuzzConfig(job="PIOROUTET", family="ECP5", device="LFE5U-45F", ncl="pioroute.ncl",
tiles=["MIB_R0C22:PIOT0", "MIB_R0C23:PIOT1", "MIB_R1C22:PICT0", "MIB_R1C23:PICT1"])
},
{
"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_spicb.ncl",
Expand Down

0 comments on commit feb331d

Please sign in to comment.