Hello. Thanks ethan for you feedback. I fixed the ...
# openlane_cloudrunner
k
Hello. Thanks ethan for you feedback. I fixed the unclickable job link and made other enhancements . I added the ability to submit multiple designs in one job form as well as upload designs using a json file i.e.
Copy code
{
  "designs": [
    {
      "designName": "spm1",
      "repoURL": "<https://github.com/KhaledSoliman/spm>",
      "pdkVariant": "sky130_fd_sc_hd",
      "config": "config"
    },
    {
      "designName": "spm2",
      "repoURL": "<https://github.com/The-OpenROAD-Project/OpenLane/tree/master/designs/spm>",
      "pdkVariant": "sky130_fd_sc_hd",
      "config": "config"
    }
  ]
}
You can also now specify a config file and provide a url of folder in a github repo. Until we setup https, you can avoid using your google account to login by creating an account in the cloudrunner. Finally, the negative area per cell is a small issue I found out with openlane which I am going make a PR to fix it