Skip to content

Commit

Permalink
machxo3: add modified PicoRV32 to get block RAM timings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenslofty committed Jul 19, 2023
1 parent f0194c9 commit af4941d
Show file tree
Hide file tree
Showing 2 changed files with 2,372 additions and 1 deletion.
2 changes: 1 addition & 1 deletion timing/fuzzers/MachXO3/010-basic-cells/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def main():
cell_fuzzers.build_and_add(["../../../resource/picorv32_large.v", "../../../resource/distributed_ram.v"], density="6900", family="MachXO3")
cell_fuzzers.build_and_add(["../../../resource/picorv32_large.v", "../../../resource/picorv32_large_blockram.v", "../../../resource/distributed_ram.v"], density="6900", family="MachXO3")


if __name__ == "__main__":
Expand Down
Loading

0 comments on commit af4941d

Please sign in to comment.