Action f600c89112c51cfb3fab8a8eb2215ddba27286012cea4da06c0e7d6bec9e872f
Summary
crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 548e06872a2e520c5ca00e28f5281c3b418094e07103e34daf54abf4e43d11df | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/hfloat16.x::floor_daz | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
548e06872a2e520c5ca00e28f5281c3b418094e07103e34daf54abf4e43d11df | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/54/8e/548e06872a2e520c5ca00e28f5281c3b418094e07103e34daf54abf4e43d11df/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
4dc10a2662af1c64c361e5608cf39f709cd910fbfd4bc6590cc12574abe353b5 | done | driver_ir_equiv | lhs=548e06872a2e rhs=f600c89112c5 top=__hfloat16__floor_daz | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
c84f3ed5f4f863e92472f5f1da95f8b38eace4dc01c1094d8d7d7dbd074b27f0 | done | driver_ir_to_delay_info | ir=f600c89112c5 top=__hfloat16__floor_daz model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
bb1d212ea9bc9ee9cf06db8f88f7ab3aab258ee5f94f23e2cae05b006f5c8e7c | done | driver_ir_to_g8r_aig | ir=f600c89112c5 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
d143182980deda7a4ad553dbc221295d23a6fd8955fbbd3b2cb7cd51377a7ab5 | done | driver_ir_to_g8r_aig | ir=f600c89112c5 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
fc68621ea4584b0c71cffb08e4518b146b35ac4b5812d3f3578d886c2f77bb11 | done | ir_fn_to_combinational_verilog | ir=f600c89112c5 top=__hfloat16__floor_daz system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 7039 | e85220cbd709c84e007272a5841053f6f4ee5c9fe552b2e3ab390bbdb844a66d |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-20055 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/54/8e/548e06872a2e520c5ca00e28f5281c3b418094e07103e34daf54abf4e43d11df/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771557851687948874-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__floor_daz -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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
|
| 2 | 0 | docker run --name xlsynth-bvc-run-f600c89112c51cfb-3016926-20084 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/54/8e/548e06872a2e520c5ca00e28f5281c3b418094e07103e34daf54abf4e43d11df/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f600c89112c51cfb3fab8a8eb2215ddba27286012cea4da06c0e7d6bec9e872f-3016926-1771557851666004743/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__floor_daz -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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.29.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.29.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "bd72c7eee8f2a612235c8e04ae0e71347b71f868ba9369502f6c8ee69d4bbfd9",
"ir_top": "__hfloat16__floor_daz",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "548e06872a2e520c5ca00e28f5281c3b418094e07103e34daf54abf4e43d11df",
"top_fn_name": "__hfloat16__floor_daz",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.29.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.29.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}