Skip to content

Commit e879e55

Browse files
committed
dslx/stdlib: Add missing acm_random DSLX library
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent 431afd7 commit e879e55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xls/dslx/stdlib/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ xls_dslx_prove_quickcheck_test(
5959
srcs = ["std.x"],
6060
)
6161

62+
xls_dslx_library(
63+
name = "acm_random_dslx",
64+
srcs = ["acm_random.x"],
65+
)
66+
6267
xls_dslx_test(
6368
name = "acm_random_dslx_test",
6469
srcs = ["acm_random.x"],

0 commit comments

Comments
 (0)