Action 2fa832eba433781173b4b695dec42dad7efdb2b378640db2099c71370e6d7a69
Summary
crate:v0.20.0dso:v0.23.0driver:crate:v0.20.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 545c98d4b8dc2ad841bab5d0c2ddb8db5bbed44678c6dfaa450aab3b731dd6e7 | 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 |
|---|---|---|---|
545c98d4b8dc2ad841bab5d0c2ddb8db5bbed44678c6dfaa450aab3b731dd6e7 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/54/5c/545c98d4b8dc2ad841bab5d0c2ddb8db5bbed44678c6dfaa450aab3b731dd6e7/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
e734fe088e81459dcaabfe7ab3af34cf1a2860ae88a69e7a2a4c34f79297fda2 | done | driver_ir_equiv | lhs=545c98d4b8dc rhs=2fa832eba433 top=__fixed_point__binary_exponent | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
4e3a83ec9204fed55c8f6128903f1f67287ac5850c3aa7bbca1b0e97ac11dfab | done | driver_ir_to_delay_info | ir=2fa832eba433 top=__fixed_point__binary_exponent model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
ae298192f866547de46b8b957b2893ee737da2b7bbf2c3898e6aec54c14b1b6c | done | driver_ir_to_g8r_aig | ir=2fa832eba433 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
260c6c82193def951e99cff446e064b0e506765c7aed65af8d0f8a79be4a06ba | done | driver_ir_to_g8r_aig | ir=2fa832eba433 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
7a054ae802ad3f342eb0f45301c126f252a56f26104f671a7c3309ac40553c4a | done | ir_fn_to_combinational_verilog | ir=2fa832eba433 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-2fa832eba4337811-1374217-5610 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/54/5c/545c98d4b8dc2ad841bab5d0c2ddb8db5bbed44678c6dfaa450aab3b731dd6e7/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/2fa832eba433781173b4b695dec42dad7efdb2b378640db2099c71370e6d7a69-1374217-1771540991126108147/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.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": "__fixed_point__binary_exponent",
"xlsynth_version": "v0.23.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "545c98d4b8dc2ad841bab5d0c2ddb8db5bbed44678c6dfaa450aab3b731dd6e7",
"top_fn_name": "__fixed_point__binary_exponent",
"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"
}
}