Action 4d99cee81f973f1d37dc476326b5987ea75c0fc1070bc9ab0035a43d2379533c
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::is_inf | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/21/66/216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
415b7d257e01e1157732138d1931491f32739410294760f8713dd8dec9ddf920 | done | driver_ir_equiv | lhs=216602070419 rhs=4d99cee81f97 top=__float32__is_inf | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
b65206eb603df01bee2b3d98ce8ef78dd005449c206d60928b9ab1f1da016e73 | done | driver_ir_to_delay_info | ir=4d99cee81f97 top=__float32__is_inf model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
67bcbed9eadc4efc66eaa4aeab82b26129c32b6dbb8c0bd1223a392608cbee62 | done | driver_ir_to_g8r_aig | ir=4d99cee81f97 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
b1dfaf51515f49586a349a6e7bf5167e31e91e0cd757c7d56aae088ebb71d9f0 | done | driver_ir_to_g8r_aig | ir=4d99cee81f97 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
28e2ea9e91cdaa1ea5ddeb9bfebbe39873a3557df97a1cc0a180e9baceff0db4 | done | ir_fn_to_combinational_verilog | ir=4d99cee81f97 top=__float32__is_inf system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 818 | 9d705fa501ab1199847372d4c65642fd0da91fc88e2a3a07372f5d5eeae4a0bc |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-273527-54 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/21/66/216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-273527-1771527616715484436-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__is_inf -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": "74652667b5f2e174bba50dbbb2dd2e2653cda1c830ae628282e3fd8f3e62597e",
"ir_top": "__float32__is_inf",
"semantic_cache_hit": {
"from_action_id": "790a9803cdc8e318479ec8acda14b0b36deaa0aa756ad76b5d5a202d792b2143",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1",
"top_fn_name": "__float32__is_inf",
"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"
}
}