Action 544efffa315bb72f8b8d38584413daae028b795bca5e02e0b456994c61e1b0a4
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21c | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::qnan | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21c | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/fe/cc/fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21c/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
24ea4f94c524d1a198978ad14ccc52fac90ae84da1be3b6fa16502400cb4ffba | done | driver_ir_equiv | lhs=fecc2279431f rhs=544efffa315b top=__float64__qnan | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
42e45c6f6d8f52fc063312bf9daebb6bc925a854727bc7af5046288cdc9510a6 | done | driver_ir_to_delay_info | ir=544efffa315b top=__float64__qnan model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
9bc4702f3d0949eea0dcfb041e44be7eb64c77de33da159ea7c6924da574b88b | done | driver_ir_to_g8r_aig | ir=544efffa315b top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
1ac1a9194586821b5825d41613f857c391cfb0c9b1c9ae8259d42eaf2a6fdced | done | driver_ir_to_g8r_aig | ir=544efffa315b top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
0b80ead21f2ff4a3d860ccee21bf274005a3cd412b9916e06114e8fd4742207d | done | ir_fn_to_combinational_verilog | ir=544efffa315b top=__float64__qnan system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 368 | ee58666345030e5ca068365aab1c287fc95aae3d1b1603927d18f5be5f79a3c5 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-21127 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/fe/cc/fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21c/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771558155756455889-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__qnan -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-544efffa315bb72f-3016926-21165 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/fe/cc/fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21c/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/544efffa315bb72f8b8d38584413daae028b795bca5e02e0b456994c61e1b0a4-3016926-1771558155649330061/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__qnan -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": "547fcbac523f4ccdac8f6706479a45d3af06f2e6fbf2eb07c81c2433f3788e2b",
"ir_top": "__float64__qnan",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21c",
"top_fn_name": "__float64__qnan",
"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"
}
}