Action 2fea26fe216a788a729ed0a7d78d8eba6f0bfcc73870dcd8c8b3bdd0dd3f7475
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | b3b68fc7887a68f2d6e8ec0fe072834dde6e447dec770f1f8cca1dccdf5283a8 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::fma | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
b3b68fc7887a68f2d6e8ec0fe072834dde6e447dec770f1f8cca1dccdf5283a8 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/b3/b6/b3b68fc7887a68f2d6e8ec0fe072834dde6e447dec770f1f8cca1dccdf5283a8/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
9ad72f39c1aa8ea37056bfe29aa525385189c956fcb9cd5821060cc80490d628 | done | driver_ir_equiv | lhs=b3b68fc7887a rhs=2fea26fe216a top=__float32__fma | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
92a29583cb86dafe889534de65d4ee9750e32b4de25b130f4882dd83994938ee | done | driver_ir_to_delay_info | ir=2fea26fe216a top=__float32__fma model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
e861ccb7dc0daa4df289f00e72d0f0c9c37f888dfdc2f99bb9fed46fdd44f1d6 | done | driver_ir_to_g8r_aig | ir=2fea26fe216a top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ad4ff2abf1002de92d3d0f03da0afc7f2be60abedda2d132dc8386cb4e2a8b3d | done | driver_ir_to_g8r_aig | ir=2fea26fe216a top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
b4bae7fbe7f88680a639423afe1349f6fd3fd8e1ca3d0aa7d030ca0266907d56 | done | ir_fn_to_combinational_verilog | ir=2fea26fe216a top=__float32__fma system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 25982 | 04aa29e99b6cd5d45ff06a0df845f2157d5ae8d93bb66d0132b438d7e4ac8881 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-302 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/b3/b6/b3b68fc7887a68f2d6e8ec0fe072834dde6e447dec770f1f8cca1dccdf5283a8/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527963298472104-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__fma -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.31.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
|
Details JSON
{
"crate_version_label": "crate:v0.31.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.31.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "6d3ed1ef77a20f81bd4fa2436ec0fc9e607ecbcf706b5ed6dcad2d109c7e6e5b",
"ir_top": "__float32__fma",
"semantic_cache_hit": {
"from_action_id": "517a00275d1ac24ab37bdf39bd00d4c69ccdf2f602ebb44f06fb877acd835337",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "b3b68fc7887a68f2d6e8ec0fe072834dde6e447dec770f1f8cca1dccdf5283a8",
"top_fn_name": "__float32__fma",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.31.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}