Action dfa40803f7da8580f8cb93f9de34a23a13546f816c85ae9f7f7b590a93278c97
Summary
crate:v0.10.0dso:v0.11.0driver:crate:v0.10.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | a44ade383b91c4dd330271491c2916103a461c5f46ae8a112311ec6f69960aa0 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::fixed_fraction | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
a44ade383b91c4dd330271491c2916103a461c5f46ae8a112311ec6f69960aa0 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/a4/4a/a44ade383b91c4dd330271491c2916103a461c5f46ae8a112311ec6f69960aa0/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
ee397bbf6b06707998a56c117dbc06c73063e440314e7da0a3a72a944f3eda62 | done | driver_ir_equiv | lhs=a44ade383b91 rhs=dfa40803f7da top=__float32__fixed_fraction | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
e93c542c6bb452ce1d7247b959a59e90673c07f19319bf2ab0fd91d6aa749f9e | done | driver_ir_to_delay_info | ir=dfa40803f7da top=__float32__fixed_fraction model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
a37891939198752a74669ea2fe47c96371985459ba1b0fda3462837deeef738b | done | driver_ir_to_g8r_aig | ir=dfa40803f7da top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
4d737f509401987273f19596928b550665e07b2d89f24f99df4dea128178e296 | done | driver_ir_to_g8r_aig | ir=dfa40803f7da top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
f47d76037915cd8d1786004a9098a5275e08a6324c8668518e9e8d8dd274f988 | done | ir_fn_to_combinational_verilog | ir=dfa40803f7da top=__float32__fixed_fraction system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 2235 | f45f896580bedc149d692abf6351c97da2bf41f24ee329ed0c0166b41f6a2852 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-dfa40803f7da8580-1374217-4414 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/a4/4a/a44ade383b91c4dd330271491c2916103a461c5f46ae8a112311ec6f69960aa0/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/dfa40803f7da8580f8cb93f9de34a23a13546f816c85ae9f7f7b590a93278c97-1374217-1771539231988372768/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__fixed_fraction -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.11.0 xlsynth-bvc-driver:0.10.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.10.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.10.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.11.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__fixed_fraction",
"xlsynth_version": "v0.11.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "a44ade383b91c4dd330271491c2916103a461c5f46ae8a112311ec6f69960aa0",
"top_fn_name": "__float32__fixed_fraction",
"version": "v0.11.0",
"runtime": {
"driver_version": "0.10.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}