Skip to content

Commit

Permalink
Merge pull request #356 from proppy/fix-xls-patches
Browse files Browse the repository at this point in the history
hls/xls: refresh patches and tests
  • Loading branch information
proppy authored Oct 24, 2023
2 parents fc5f16b + 96fca6a commit db7f613
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 48 deletions.
33 changes: 0 additions & 33 deletions hls/xls/bump-python-deps.patch

This file was deleted.

7 changes: 2 additions & 5 deletions hls/xls/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ package:
source:
- git_url: https://github.com/google/xls.git
git_rev: main
patches:
- use-llvm-toolchain.patch
- bump-python-deps.patch
- url: https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64
sha256: 6b0bcb2ea15bca16fffabe6fda75803440375354c085480fe361d2cbf32501db
- url: https://github.com/bazelbuild/bazelisk/releases/download/v1.18.0/bazelisk-linux-amd64
sha256: ce52caa51ef9e509fb6b7e5ad892e5cf10feb0794b0aed4d2f36adb00a1a2779

build:
# number: 202202082028
Expand Down
2 changes: 1 addition & 1 deletion hls/xls/test_stdlib.x
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type F8 = apfloat::APFloat<4, 3>;
#[test]
fn cast_test() {
let fixed1 = s8:1;
let float1 = apfloat::cast_from_fixed<u32:4, u32:3>(fixed1);
let float1 = apfloat::cast_from_fixed_using_rne<u32:4, u32:3>(fixed1);
assert_eq(
apfloat::cast_to_fixed<u32:8, u32:4, u32:3>(float1),
fixed1
Expand Down
9 changes: 0 additions & 9 deletions hls/xls/use-llvm-toolchain.patch

This file was deleted.

0 comments on commit db7f613

Please sign in to comment.