Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a65920

Browse files
export xor2 cell in treegates
1 parent2921b0c commit0a65920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎std/gates/treegates.act‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ defproc sigbuf_gen (bool in; bool out[N])
330330
export defproc sigbuf <: sigbuf_gen<0> () { }
331331
export defproc sigbufa <: sigbuf_gen<1> () { }
332332

333-
defcell xor2 (bool? in[2]; bool! out)
333+
exportdefcell xor2 (bool? in[2]; bool! out)
334334
{
335335
bool _in0, _in1;
336336
prs {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp