-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ORFS from docker image #16
Use ORFS from docker image #16
Commits on Mar 25, 2024
-
Required for passing correct paths to mount in the docker container Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f37684 - Browse repository at this point
Copy the full SHA 3f37684View commit details
Commits on Apr 11, 2024
-
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd0131e - Browse repository at this point
Copy the full SHA bd0131eView commit details -
Import slightly modified docker_shell.sh utility from ORFS Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dd5a91 - Browse repository at this point
Copy the full SHA 4dd5a91View commit details -
openroad.bzl: Add macro for generating config files
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc26801 - Browse repository at this point
Copy the full SHA fc26801View commit details -
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 910f38a - Browse repository at this point
Copy the full SHA 910f38aView commit details -
openroad.bzl: set docker_shell commandline in a separate helper function
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aaaa411 - Browse repository at this point
Copy the full SHA aaaa411View commit details -
openroad.bzl: move _mock_area targets generation to a separate macro
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28122c3 - Browse repository at this point
Copy the full SHA 28122c3View commit details -
openroad.bzl: Specify make targets to execute in ORFS in a separate f…
…unction Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5cbb9e5 - Browse repository at this point
Copy the full SHA 5cbb9e5View commit details -
Assume util.tcl is always a dependency for synth, floorplan and place stages. Introduce UTIL_TCL env var which should be used for including util.tcl in different scripts Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49d7b61 - Browse repository at this point
Copy the full SHA 49d7b61View commit details -
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9826ec7 - Browse repository at this point
Copy the full SHA 9826ec7View commit details -
Fix synth_sdc for L1MetadataArray
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aadb9ae - Browse repository at this point
Copy the full SHA aadb9aeView commit details -
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 489c4e4 - Browse repository at this point
Copy the full SHA 489c4e4View commit details -
openroad.bzl: Improve stage dictionaries handling
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23def9d - Browse repository at this point
Copy the full SHA 23def9dView commit details -
openroad.bzl: move outputs and reports dictionary specification to se…
…parate functions Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a96c71a - Browse repository at this point
Copy the full SHA a96c71aView commit details -
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cb6262 - Browse repository at this point
Copy the full SHA 4cb6262View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a79b8 - Browse repository at this point
Copy the full SHA f0a79b8View commit details -
openroad.bzl: stage targets: synthesis depends on clock_period stage
Signed-off-by: Paweł Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 519ac33 - Browse repository at this point
Copy the full SHA 519ac33View commit details -
CI: Enable tests of _stage targets with docker flow
* Run job in default GitHub Runner container * Load the ORFS image before running bazel targets Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42ed8b5 - Browse repository at this point
Copy the full SHA 42ed8b5View commit details -
CI: clean disk space on GitHub runner
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbfcd2a - Browse repository at this point
Copy the full SHA fbfcd2aView commit details -
CI: local flow: run all targets through local flow
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d7bbbb - Browse repository at this point
Copy the full SHA 0d7bbbbView commit details -
Introduce full L1MetadataArray build
Add modified configuration for L1MetadataArray design Perform additional 'route' and 'flow' stages Signed-off-by: Paweł Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1414e5 - Browse repository at this point
Copy the full SHA d1414e5View commit details -
README: update after adding docker flow
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ec0a45 - Browse repository at this point
Copy the full SHA 2ec0a45View commit details -
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 905ac3d - Browse repository at this point
Copy the full SHA 905ac3dView commit details -
openroad.bzl: memory target: Fix no rule to make target, add Docker a…
…nd Make version Signed-off-by: Eryk Szpotanski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5510b9a - Browse repository at this point
Copy the full SHA 5510b9aView commit details -
docker_shell: Add parameter for mounting cache
Signed-off-by: Eryk Szpotanski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15a9223 - Browse repository at this point
Copy the full SHA 15a9223View commit details -
CI: Add tests for _memory target
Signed-off-by: Eryk Szpotanski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 750fe08 - Browse repository at this point
Copy the full SHA 750fe08View commit details -
CI: Implement test using stage target and make scripts
Check if it is possible to locally continue physical design flow which was started with the docker flow. Signed-off-by: Eryk Szpotanski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 089efaa - Browse repository at this point
Copy the full SHA 089efaaView commit details -
BUILD: Create rule for lb_32x128 and L1MetadataArray with multiple va…
…lues in GDS_ALLOW_EMPTY Signed-off-by: Eryk Szpotanski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4cd578 - Browse repository at this point
Copy the full SHA d4cd578View commit details -
CI: Add tests for multiple values in GDS_ALLOW_EMPTY
Signed-off-by: Eryk Szpotanski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abaccf8 - Browse repository at this point
Copy the full SHA abaccf8View commit details -
openroad.bzl: fix constraint handling when attribute is empty
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb542fa - Browse repository at this point
Copy the full SHA fb542faView commit details -
openroad.bzl: generalize path handling
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 758f74a - Browse repository at this point
Copy the full SHA 758f74aView commit details -
docker_shell: generalize path handling
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78536a1 - Browse repository at this point
Copy the full SHA 78536a1View commit details -
Signed-off-by: Pawel Czarnecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53389b3 - Browse repository at this point
Copy the full SHA 53389b3View commit details -
Use Bzlmod project configuration
Signed-off-by: Eryk Szpotanski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c6a77e - Browse repository at this point
Copy the full SHA 9c6a77eView commit details