Action 1ef8f98d66b82e046123258b56ec11a4cb088c3ddee6b1d249a7ff4b267a8924
Summary
crate:v0.6.0dso:v0.7.0driver:crate:v0.6.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 5a3336641830252693e22e81020e93769fd0d53a6c18890d86db4b884ea45a8e | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/fixed_point.x::binary_exponent | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
5a3336641830252693e22e81020e93769fd0d53a6c18890d86db4b884ea45a8e | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/5a/33/5a3336641830252693e22e81020e93769fd0d53a6c18890d86db4b884ea45a8e/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
30e57d9320dd0bc760c0d09a032708457f3ef55828cd76fa4a9980fd2fbd60df | done | driver_ir_equiv | lhs=5a3336641830 rhs=1ef8f98d66b8 top=__fixed_point__binary_exponent | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
662fd84b7089da113f153282360e79599517574b3fa5f101fbd2e70c168958cd | done | driver_ir_to_delay_info | ir=1ef8f98d66b8 top=__fixed_point__binary_exponent model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
15d82fa6aa7d7d4954dede0cd00c19b91addf6feaa1ea28084abfeea8f63287e | done | driver_ir_to_g8r_aig | ir=1ef8f98d66b8 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
dee7028165d3c3de15e37539fa429e296bdc327bd0bd821551baf0444931b0e7 | done | driver_ir_to_g8r_aig | ir=1ef8f98d66b8 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
fce816551710237cf6e72faedba469313538c01c9906c576fe9c5558b1825407 | done | ir_fn_to_combinational_verilog | ir=1ef8f98d66b8 top=__fixed_point__binary_exponent system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 492 | 945dd383579ffdcbb6d9708f503dbf1ea563bb91e8d6c54df73b3ed5c6ab13f3 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-1ef8f98d66b82e04-1374217-7786 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/5a/33/5a3336641830252693e22e81020e93769fd0d53a6c18890d86db4b884ea45a8e/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/1ef8f98d66b82e046123258b56ec11a4cb088c3ddee6b1d249a7ff4b267a8924-1374217-1771542286836361727/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__binary_exponent -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.7.0 xlsynth-bvc-driver:0.6.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.6.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.6.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.7.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": "__fixed_point__binary_exponent",
"xlsynth_version": "v0.7.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "5a3336641830252693e22e81020e93769fd0d53a6c18890d86db4b884ea45a8e",
"top_fn_name": "__fixed_point__binary_exponent",
"version": "v0.7.0",
"runtime": {
"driver_version": "0.6.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}