Action d144d5e4615a141d1de18fa71a3a99d606e72a808efcc2743852f80de00e6ec3
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 695c22901bd3b12c161aee15cdd7b74630f4486a25b2fccd00f16ba9231dce52 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::floor_with_denorms | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
695c22901bd3b12c161aee15cdd7b74630f4486a25b2fccd00f16ba9231dce52 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/69/5c/695c22901bd3b12c161aee15cdd7b74630f4486a25b2fccd00f16ba9231dce52/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
ab93fd62c2ba7a4f29aeb48701308b9efa6a94ccd6b64c130e4e889ebfe196fc | done | driver_ir_equiv | lhs=695c22901bd3 rhs=d144d5e4615a top=__float64__floor_with_denorms | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
529d867b279aecdce2f86686498a8c01f5251f18cd27105672550b0fb6113ff0 | done | driver_ir_to_delay_info | ir=d144d5e4615a top=__float64__floor_with_denorms model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
d619902c512b738f98e27814380fb51e4438a54d8b395c5b003ded578116b807 | done | driver_ir_to_g8r_aig | ir=d144d5e4615a top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ca437ccaf21a6cc04b76daee63627de4dbf9ec132a4206e43c6ec0f393e02e49 | done | driver_ir_to_g8r_aig | ir=d144d5e4615a top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
d4e8665d8d79783537a87ba1180f52fa1394e6b4df126514a16039c64b2bd74a | done | ir_fn_to_combinational_verilog | ir=d144d5e4615a top=__float64__floor_with_denorms system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6228 | b5eacd2b5a579c303087f5892240a61f722f771954e8b0a31c3c332a8bd1ea60 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-18008 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/69/5c/695c22901bd3b12c161aee15cdd7b74630f4486a25b2fccd00f16ba9231dce52/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771557249226242411-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__floor_with_denorms -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.0 bash -lc set -euo pipefail
cache_dir="/cache/${XLSYNTH_VERSION}/${XLSYNTH_PLATFORM}"
if [ ! -d "${cache_dir}" ]; then
echo "missing cached xlsynth release at ${cache_dir}" >&2
exit 1
fi
rm -rf /tmp/xlsynth-release
mkdir -p /tmp/xlsynth-release
cp -a "${cache_dir}/." /tmp/xlsynth-release/
for ext in so dylib; do
if [ -f "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" ]; then
ln -sf "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" "/tmp/xlsynth-release/libxls-${XLSYNTH_VERSION}-${XLSYNTH_PLATFORM}.${ext}"
fi
done
export XLSYNTH_TOOLS=/tmp/xlsynth-release
export LD_LIBRARY_PATH="/tmp/xlsynth-release:${LD_LIBRARY_PATH:-}"
cat > /tmp/xlsynth-toolchain.toml <<'TOML'
[toolchain]
tool_path = "/tmp/xlsynth-release"
TOML
xlsynth-driver --toolchain /tmp/xlsynth-toolchain.toml ir-fn-structural-hash /inputs/input.ir --top "${IR_TOP}" --json true > /scratch/structural_hash.json
test -s /scratch/structural_hash.json
|
| 2 | 0 | docker run --name xlsynth-bvc-run-d144d5e4615a141d-3016926-18044 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/69/5c/695c22901bd3b12c161aee15cdd7b74630f4486a25b2fccd00f16ba9231dce52/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/d144d5e4615a141d1de18fa71a3a99d606e72a808efcc2743852f80de00e6ec3-3016926-1771557249201174702/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__floor_with_denorms -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.0 bash -lc set -euo pipefail
cache_dir="/cache/${XLSYNTH_VERSION}/${XLSYNTH_PLATFORM}"
if [ ! -d "${cache_dir}" ]; then
echo "missing cached xlsynth release at ${cache_dir}" >&2
exit 1
fi
rm -rf /tmp/xlsynth-release
mkdir -p /tmp/xlsynth-release
cp -a "${cache_dir}/." /tmp/xlsynth-release/
for ext in so dylib; do
if [ -f "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" ]; then
ln -sf "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" "/tmp/xlsynth-release/libxls-${XLSYNTH_VERSION}-${XLSYNTH_PLATFORM}.${ext}"
fi
done
export XLSYNTH_TOOLS=/tmp/xlsynth-release
export LD_LIBRARY_PATH="/tmp/xlsynth-release:${LD_LIBRARY_PATH:-}"
cat > /tmp/xlsynth-toolchain.toml <<'TOML'
[toolchain]
tool_path = "/tmp/xlsynth-release"
TOML
xlsynth-driver --toolchain /tmp/xlsynth-toolchain.toml ir2opt /inputs/input.ir --top "${IR_TOP}" > /outputs/package.opt.ir
|
Details JSON
{
"crate_version_label": "crate:v0.29.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.29.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "4bb7af87db3612f683ec0e9da2a3de09ea4c807b262fc5bc445133909ef61f13",
"ir_top": "__float64__floor_with_denorms",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "695c22901bd3b12c161aee15cdd7b74630f4486a25b2fccd00f16ba9231dce52",
"top_fn_name": "__float64__floor_with_denorms",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.29.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}