AndrewSftD
08/11/2020, 10:56 PMAndrewSftD
08/11/2020, 10:57 PMHarikumar S
08/12/2020, 3:42 AMRussell Friesenhahn
08/12/2020, 1:42 PMspm
built, should we still be using rc2 or is there a better version to be running with yet?GitHub (Legacy)
08/12/2020, 3:46 PMdevelop
Issue opened by frznchckn
I'm using Ubuntu (see below) and this system successful build rc2
and ran the example design spm
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
The docker build fails on vlogtoverilog
~/git/openlane-develop/docker_build$ make build-vlogtoverilog
mkdir -p logs/docker
export DOCKER_BUILDKIT=1; docker build --rm -t vlogtoverilog docker/vlogtoverilog | tee logs/docker/vlogtoverilog.build.txt
[+] Building 15.3s (5/16)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 38B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for <http://docker.io/library/centos:centos6|docker.io/library/centos:centos6> 0.0s
=> CACHED [1/13] FROM <http://docker.io/library/centos:centos6|docker.io/library/centos:centos6> 0.0s
=> ERROR [2/13] RUN yum -y install centos-release-scl && yum -y install devtoolset-6 devtoolset-6-libatomic-devel 15.2s
------
> [2/13] RUN yum -y install centos-release-scl && yum -y install devtoolset-6 devtoolset-6-libatomic-devel:
#5 0.415 Loaded plugins: fastestmirror, ovl
#5 0.622 Setting up Install Process
#5 12.38 Resolving Dependencies
#5 12.38 --> Running transaction check
#5 12.38 ---> Package centos-release-scl.noarch 10:7-4.el6.centos will be installed
#5 12.38 --> Processing Dependency: centos-release-scl-rh for package: 10:centos-release-scl-7-4.el6.centos.noarch
#5 12.48 --> Running transaction check
#5 12.48 ---> Package centos-release-scl-rh.noarch 0:2-4.el6.centos will be installed
#5 12.49 --> Finished Dependency Resolution
#5 12.50
#5 12.50 Dependencies Resolved
#5 12.50
#5 12.50 ================================================================================
#5 12.50 Package Arch Version Repository Size
#5 12.50 ================================================================================
#5 12.50 Installing:
#5 12.50 centos-release-scl noarch 10:7-4.el6.centos extras 12 k
#5 12.50 Installing for dependencies:
#5 12.50 centos-release-scl-rh noarch 2-4.el6.centos extras 12 k
#5 12.50
#5 12.50 Transaction Summary
#5 12.50 ================================================================================
#5 12.50 Install 2 Package(s)
#5 12.50
#5 12.50 Total download size: 24 k
#5 12.50 Installed size: 39 k
#5 12.50 Downloading Packages:
#5 12.78 --------------------------------------------------------------------------------
#5 12.78 Total 85 kB/s | 24 kB 00:00
#5 12.78 warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
#5 12.79 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#5 12.81 Importing GPG key 0xC105B9DE:
#5 12.81 Userid : CentOS-6 Key (CentOS 6 Official Signing Key) <centos-6-key@centos.org>
#5 12.81 Package: centos-release-6-10.el6.centos.12.3.x86_64 (@CentOS/6.10)
#5 12.81 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#5 12.83 Running rpm_check_debug
#5 12.83 Running Transaction Test
#5 12.84 Transaction Test Succeeded
#5 12.84 Running Transaction
Installing : centos-release-scl-rh-2-4.el6.centos.noarch 1/2
Installing : 10:centos-release-scl-7-4.el6.centos.noarch 2/2
Verifying : centos-release-scl-rh-2-4.el6.centos.noarch 1/2
Verifying : 10:centos-release-scl-7-4.el6.centos.noarch 2/2
#5 13.05
#5 13.05 Installed:
#5 13.05 centos-release-scl.noarch 10:7-4.el6.centos
#5 13.05
#5 13.05 Dependency Installed:
#5 13.05 centos-release-scl-rh.noarch 0:2-4.el6.centos
#5 13.05
#5 13.05 Complete!
#5 13.19 Loaded plugins: fastestmirror, ovl
#5 13.19 Setting up Install Process
#5 13.26 Determining fastest mirrors
#5 13.77 * base: <http://centos.host-engine.com|centos.host-engine.com>
#5 13.77 * centos-sclo-rh: <http://mirror.steadfastnet.com|mirror.steadfastnet.com>
#5 13.77 * centos-sclo-sclo: <http://repos-tx.psychz.net|repos-tx.psychz.net>
#5 13.77 * extras: <http://repo1.dal.innoscale.net|repo1.dal.innoscale.net>
#5 13.77 * updates: <http://centos.host-engine.com|centos.host-engine.com>
#5 14.97 No package devtoolset-6 available.
#5 15.08 No package devtoolset-6-libatomic-devel available.
#5 15.14 Error: Nothing to do
------
failed to solve with frontend dockerfile.v0: failed to build LLB: executor failed running [/bin/sh -c yum -y install centos-release-scl && yum -y install devtoolset-6 devtoolset-6-libatomic-devel]: runc did not terminate sucessfully
Seems odd as I don't think the dockerfile for this tool has changed between rc2
and the HEAD of develop
, but I'm just getting used to this repo, so I could be mistaken.
efabless/openlaneKennedy Caisley
08/16/2020, 11:37 PMNickson Jose
08/17/2020, 7:05 PMNickson Jose
08/19/2020, 6:07 AMPraharsha
08/19/2020, 6:14 AM[INFO] FillerInit: FillerCellArea = -nan
[INFO] FillerInit: FillerCellSize = (-nan, -nan)
[ERROR]: during executing: "replace < /openLANE_flow/scripts//replace_gp.tcl |& tee >&@stdout /openLANE_flow/designs/AMUX2_3V_top/runs/19-08_05-37//logs/placement/replace.log"
[ERROR]: Last 10 lines:
child killed: segmentation violation
After debugging found out that the following line in replace_gp.tcl is causing the error:
rep place_cell_nesterov_place.
can someone help?tnt
08/19/2020, 7:05 AMHarikumar S
08/19/2020, 11:48 AMTim Edwards
08/19/2020, 12:40 PMAhmed Ghazy
08/19/2020, 12:45 PMfeedback save
) alongside the magic logs, so you could have a look at the fatal errors there. @User: This is basically the same as feedback why
, right?Tim Edwards
08/19/2020, 12:46 PMHarikumar S
08/19/2020, 1:22 PMHarikumar S
08/19/2020, 3:07 PMAhmed Ghazy
08/19/2020, 3:14 PMpackage require openlane
prep -design <design_name> -tag <run_tag_name>; # this is the name of the directory containing the run files under designs/<design_name>/runs/<run_tag_name>
# if you want to change the DEF to be used by the next commands, then use:
# set_def /path/to/def/file
# your commands here:
run_magic
Then execute it using ./flow.tcl -interactive -file /path/to/above/script
GitHub (Legacy)
08/19/2020, 5:41 PM[INFO] 80pCellArea = -nan [INFO] FillerInit: TotalFillerArea = 821.911865 [INFO] FillerInit: NumFillerCells = -2147483648 [INFO] FillerInit: FillerCellArea = -nan [INFO] FillerInit: FillerCellSize = (-nan, -nan) [ERROR]: during executing: "replace < /openLANE_flow/scripts//replace_gp.tcl |& tee >&@stdout /openLANE_flow/designs/AMUX2_3V_top/runs/19-08_07-19//logs/placement/replace.log" [ERROR]: Last 10 lines: child killed: segmentation violation
After debugging, I understood that rep place_cell_nesterov_place
is causing error which is present in replace_gp.tcl
Can someone please help?
efabless/openlanePraharsha
08/20/2020, 7:36 AMHarikumar S
08/20/2020, 11:16 AMGitHub (Legacy)
08/23/2020, 12:32 AMPraharsha
08/23/2020, 12:02 PMHarikumar S
08/24/2020, 7:41 AMNickson Jose
08/24/2020, 8:52 AMtnt
08/24/2020, 9:42 AMPraharsha
08/24/2020, 2:45 PMPraharsha
08/24/2020, 4:38 PMTim 'mithro' Ansell
Trevor Clarke
08/26/2020, 8:38 PMSimon
08/26/2020, 11:21 PM