Action 3b20b1ddd514d9c68f5d6b389e4499704e90b7f399fc738cf01d401e5f47c85b
Summary
crate:v0.20.0dso:v0.23.0driver:crate:v0.20.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | d23e40712cfa462af7006346e1f19b652da0bcba9345d7670c33597bf67f4a0a | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::has_fractional_part | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
d23e40712cfa462af7006346e1f19b652da0bcba9345d7670c33597bf67f4a0a | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/d2/3e/d23e40712cfa462af7006346e1f19b652da0bcba9345d7670c33597bf67f4a0a/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
e2d2d977dff729d76713367b1dcded317187ea36251a7cd85acd56525ae7714d | done | driver_ir_equiv | lhs=d23e40712cfa rhs=3b20b1ddd514 top=__float32__has_fractional_part | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
b76f2477e113add1b3fef5b17b2d34cb0a0cb8a2030860b262e4d829f873bf99 | done | driver_ir_to_delay_info | ir=3b20b1ddd514 top=__float32__has_fractional_part model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
6a4d0bab15e7545a603f045bdd4f3875c1ee2fd9f7a2f47a38eca37a06672c38 | done | driver_ir_to_g8r_aig | ir=3b20b1ddd514 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
8b5b1207c6b99e84ab1dd42d62b84cfe980abb7239a30196c177f3ada3a9c4df | done | driver_ir_to_g8r_aig | ir=3b20b1ddd514 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
6b10a7cf50038c371a019f034ae7fdbc7727ec27daa70169b8f59478d026885b | done | ir_fn_to_combinational_verilog | ir=3b20b1ddd514 top=__float32__has_fractional_part system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 534 | 4ab0895e3c51bf559f636fe18a95a06c99e2e5925d788d402bcac5642dea15f0 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-3b20b1ddd514d9c6-1374217-7176 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/d2/3e/d23e40712cfa462af7006346e1f19b652da0bcba9345d7670c33597bf67f4a0a/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/3b20b1ddd514d9c68f5d6b389e4499704e90b7f399fc738cf01d401e5f47c85b-1374217-1771541626220726820/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__has_fractional_part -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.23.0 xlsynth-bvc-driver:0.20.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.20.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.20.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.20.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.23.0",
"input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\nstdout:\n\nstderr:\nerror: unrecognized subcommand 'ir-fn-structural-hash'\n\n tip: a similar subcommand exists: 'ir-fn-eval'\n\nUsage: xlsynth-driver [OPTIONS] [COMMAND]\n\nFor more information, try '--help'.\n",
"ir_top": "__float32__has_fractional_part",
"xlsynth_version": "v0.23.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "d23e40712cfa462af7006346e1f19b652da0bcba9345d7670c33597bf67f4a0a",
"top_fn_name": "__float32__has_fractional_part",
"version": "v0.23.0",
"runtime": {
"driver_version": "0.20.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.20.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}