Action 93e2383a0d755f1bd6a6589ed886202f65558be79f02082b17b88f0001d30c4c
Summary
crate:v0.10.0dso:v0.11.0driver:crate:v0.10.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 3e20a369c86044c56cee07d1d0ee0bfc48e4e6379d4ac958074533b9cc8e8a2f | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/float32.x::floor_daz | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
3e20a369c86044c56cee07d1d0ee0bfc48e4e6379d4ac958074533b9cc8e8a2f | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/3e/20/3e20a369c86044c56cee07d1d0ee0bfc48e4e6379d4ac958074533b9cc8e8a2f/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
0d86328879cb437b672aaaa5c29b9e4b111e7e173afe419eaa367e9ee233ce66 | done | driver_ir_equiv | lhs=3e20a369c860 rhs=93e2383a0d75 top=__float32__floor_daz | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
cb2eaf1985c226d1ae0e7a51fd5a7149fdd57104caceb7f57e61844a39bfaae7 | done | driver_ir_to_delay_info | ir=93e2383a0d75 top=__float32__floor_daz model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
757b450fcaad1188cbef13f11180ed1968961ff744d99824709ab7f20f62cadc | done | driver_ir_to_g8r_aig | ir=93e2383a0d75 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
c9300c277fd45f81592ebf58551be1156b72a1519f339665693db72b3782abf6 | done | driver_ir_to_g8r_aig | ir=93e2383a0d75 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
8af169146dcdbd931df532b4cb03b4aa21d1e574ba89b338cca6266e93d44850 | done | ir_fn_to_combinational_verilog | ir=93e2383a0d75 top=__float32__floor_daz system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 7126 | 62fb26a7d2cc0c045ed385f5d4d5004c4a6432687bce2203da63301c9fae85b4 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-93e2383a0d755f1b-1374217-3219 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/3e/20/3e20a369c86044c56cee07d1d0ee0bfc48e4e6379d4ac958074533b9cc8e8a2f/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/93e2383a0d755f1bd6a6589ed886202f65558be79f02082b17b88f0001d30c4c-1374217-1771538809708252086/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__floor_daz -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.11.0 xlsynth-bvc-driver:0.10.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.10.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.10.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.11.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": "__float32__floor_daz",
"xlsynth_version": "v0.11.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "3e20a369c86044c56cee07d1d0ee0bfc48e4e6379d4ac958074533b9cc8e8a2f",
"top_fn_name": "__float32__floor_daz",
"version": "v0.11.0",
"runtime": {
"driver_version": "0.10.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.10.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}