Skip to content

Commit

Permalink
get more SLICE fuzzing data
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Sep 21, 2023
1 parent 6036e66 commit c2ecc4d
Show file tree
Hide file tree
Showing 6 changed files with 2,700 additions and 1 deletion.
2 changes: 1 addition & 1 deletion timing/fuzzers/MachXO2/010-basic-cells/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def rewrite_celltype_XO2(name, type):
return type.split('/')[-1].split("_")[0]

def main():
cell_fuzzers.build_and_add(["../../../resource/picorv32_large.v", "../../../resource/picorv32_large_blockram.v", "../../../resource/distributed_ram.v"], density="7000", family="MachXO2", inc_cell=include_cell_XO2, rw_cell_func=rewrite_celltype_XO2)
cell_fuzzers.build_and_add(["../../../resource/picorv32_large.v", "../../../resource/picorv32_large_blockram.v", "../../../resource/distributed_ram.v", "../../../resource/altair.v", "../../../resource/jt49.v", "../../../resource/jt5205.v", "../../../resource/jt7759.v"], density="7000", family="MachXO2", inc_cell=include_cell_XO2, rw_cell_func=rewrite_celltype_XO2)


if __name__ == "__main__":
Expand Down
Loading

0 comments on commit c2ecc4d

Please sign in to comment.