Skip to content

Commit 82a1c3f

Browse files
committed
Merge branch 'main' into genwrap
2 parents d7b1859 + 6f29814 commit 82a1c3f

26 files changed

+6
-1501
lines changed

.github/workflows/install_dependencies_doc_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
brew update
44

5-
brew install mactex-no-gui
5+
brew install texlive

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
# Bluespec Compiler
44

5-
[![Version]](https://github.com/B-Lang-org/bsc/releases/tag/2024.01) [![License]](./COPYING) [![Build Status]](https://github.com/b-lang-org/bsc/actions?query=workflow%3ACI+event%3Apush)
5+
[![Version]](https://github.com/B-Lang-org/bsc/releases/tag/2024.07)
6+
[![License]](./COPYING)
7+
[![Build Status]](https://github.com/b-lang-org/bsc/actions?query=workflow%3ACI+event%3Apush)
68

79
[License]: https://img.shields.io/badge/license-BSD%203-blueviolet.svg
8-
[Version]: https://img.shields.io/badge/release-2024.01-red.svg?logo=v
10+
[Version]: https://img.shields.io/badge/release-2024.07-red.svg?logo=v
911
[Build Status]: https://github.com/b-lang-org/bsc/workflows/CI/badge.svg?branch=main&event=push
1012

1113
**[Community] • [Download] • [Documentation] • [Build] • [Test]**

doc/libraries_ref_guide/LibDoc/Prelude.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ \subsubsection{BitExtend}
12981298
\cline{2-2}
12991299
&\begin{libverbatim}
13001300
function x#(m) truncate (x#(n) d)
1301-
provisos (Add#(k, n, m));
1301+
provisos (Add#(k, m, n));
13021302
\end{libverbatim}
13031303
\\
13041304
\hline

testsuite/bsc.scheduler/sat/AddTest_sat-cudd.bsv.bsc-sched-out.expected

Lines changed: 0 additions & 55 deletions
This file was deleted.

testsuite/bsc.scheduler/sat/ArraySelectImplCondTest_sat-cudd.bsv.bsc-sched-out.expected

Lines changed: 0 additions & 86 deletions
This file was deleted.

testsuite/bsc.scheduler/sat/ArraySelectLongIndexTest_sat-cudd.bsv.bsc-sched-out.expected

Lines changed: 0 additions & 68 deletions
This file was deleted.

testsuite/bsc.scheduler/sat/ArraySelectShortIndexTest_sat-cudd.bsv.bsc-sched-out.expected

Lines changed: 0 additions & 67 deletions
This file was deleted.

testsuite/bsc.scheduler/sat/ArraySelectTest_sat-cudd.bsv.bsc-sched-out.expected

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)