Action f2607967d2591c7fbb4fed9ba18ff7cea14b2ffc43f6bbcda5ea643adb29064c
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 06ff264efed8a2f8d95cb037679df317ffac24437c6ad22bfeeee8328ba1f65e | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float64.x::lt_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
06ff264efed8a2f8d95cb037679df317ffac24437c6ad22bfeeee8328ba1f65e | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/06/ff/06ff264efed8a2f8d95cb037679df317ffac24437c6ad22bfeeee8328ba1f65e/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
372b6448feba0c8a2c5dc8b1aa7252205ae9ef233f66d06877f6b54eb922eba2 | done | driver_ir_equiv | lhs=06ff264efed8 rhs=f2607967d259 top=__float64__lt_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
c7adfeeec8e0dab3db22a01fc22fab1471d52498419ab1cc19ca9e30e0c4b178 | done | driver_ir_to_delay_info | ir=f2607967d259 top=__float64__lt_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
a05b023b19c42bb4bfe61f16a8206fb7ed4308286bb4839efb9eb0af4a0bcdc6 | done | driver_ir_to_g8r_aig | ir=f2607967d259 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
59e6bf84d60366fe28bd4c51fc2a7d4dc53c5b10da26c6833c38494a8e02bcd5 | done | driver_ir_to_g8r_aig | ir=f2607967d259 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
76f9da1d251838d1ecff79b6dc2b7318b39327c5599da483b2e5369823340162 | done | ir_fn_to_combinational_verilog | ir=f2607967d259 top=__float64__lt_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6706 | 7a210122101b811949c31eaf568f5aa0021577af10aa72140509101acd2cde92 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1296 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/06/ff/06ff264efed8a2f8d95cb037679df317ffac24437c6ad22bfeeee8328ba1f65e/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528354482578443-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__lt_2 -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": "b4c9102b95c6d8de176d565eff5149f67d88edea4221013353e1a4a0ca39602b",
"ir_top": "__float64__lt_2",
"semantic_cache_hit": {
"from_action_id": "40df92cdeed7c5b7606d5db51068b1fd785f274b82be2691c7d08b10cff30d05",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "06ff264efed8a2f8d95cb037679df317ffac24437c6ad22bfeeee8328ba1f65e",
"top_fn_name": "__float64__lt_2",
"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"
}
}