-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: ABKGroup/FakeRAM2.0
base: main
head repository: The-OpenROAD-Project/FakeRAM2.0
compare: main
- 16 commits
- 90 files changed
- 4 contributors
Commits on Feb 24, 2025
-
black formatting Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7125a37 - Browse repository at this point
Copy the full SHA 7125a37View commit details -
Merge pull request #1 from jeffng-or/unit-test
added unit and flow tests
Configuration menu - View commit details
-
Copy full SHA for 7441c5d - Browse repository at this point
Copy the full SHA 7441c5dView commit details -
black re-formatting Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8eed1c - Browse repository at this point
Copy the full SHA c8eed1cView commit details -
Merge pull request #2 from jeffng-or/refactor-export-methods
refactored export methods
Configuration menu - View commit details
-
Copy full SHA for 2fbbb6d - Browse repository at this point
Copy the full SHA 2fbbb6dView commit details
Commits on Mar 5, 2025
-
Signed-off-by: Vitor Bandeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 753684d - Browse repository at this point
Copy the full SHA 753684dView commit details
Commits on May 2, 2025
-
Removed tech node requirement in prep for newer technology (#6)
Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75611b2 - Browse repository at this point
Copy the full SHA 75611b2View commit details
Commits on Jun 5, 2025
-
Re-factored fakeram to support sp/dp ram/regfile (#7)
fixed coverage instrumentation more cleanup and code coverage comment updates and parse_input.py removal Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61faced - Browse repository at this point
Copy the full SHA 61facedView commit details -
Switched to use dict.get() (#8)
Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db3968e - Browse repository at this point
Copy the full SHA db3968eView commit details
Commits on Jun 9, 2025
-
fixed SV bbox bus msb; black formatting (#9)
fixed snapping which was creating off-grid pins added calc_y_step unit test + black formatting Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c04e62 - Browse repository at this point
Copy the full SHA 9c04e62View commit details
Commits on Jul 15, 2025
-
added additional_height option (#10)
updated flow test to test add height; black formatting added rect_pin_mode for tight pin situations fixed track_count calculation if spare_tracks is dead on fixed we_in hardcoding in liberty + added hooks for future spreadsheet input removed comma from last pin in Verilog list Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d7b566 - Browse repository at this point
Copy the full SHA 8d7b566View commit details
Commits on Jul 16, 2025
-
Updated infra to eventually support original and spreadsheet input (#11)
updated tests for LEF changes fixed verilog/sv output updated liberty to new infra black reformatting Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a61aaa - Browse repository at this point
Copy the full SHA 1a61aaaView commit details
Commits on Jul 18, 2025
-
Added ability to generate single port RAM from spreadsheet (#12)
Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6431ac - Browse repository at this point
Copy the full SHA e6431acView commit details -
dual port sram from spreadsheet support (#13)
Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63706f6 - Browse repository at this point
Copy the full SHA 63706f6View commit details
Commits on Jan 15, 2026
-
Fix write logic in SP model (#14)
The simulation model for SP memories wasn't describing a functional memory as on a write it was only setting bits, never clearing them. Fix the write statement. The bitwise OR operation may have been a remnant of a write mask. Before commit 0fb7f8c ("Re-factored fakeram to support sp/dp ram/regfile") there was a commented-out line: # V_file.write(' mem[addr_in] <= (wd_in & w_mask_in) | (mem[addr_in] & ~w_mask_in);\n') Signed-off-by: Martin Povišer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fb92f4 - Browse repository at this point
Copy the full SHA 4fb92f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a6bf1 - Browse repository at this point
Copy the full SHA b0a6bf1View commit details
Commits on Feb 4, 2026
-
added related pins to rw_port_group (#16)
Signed-off-by: Jeff Ng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23f8a37 - Browse repository at this point
Copy the full SHA 23f8a37View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main