diff options
Diffstat (limited to 'regress/AddNot.fir')
| -rw-r--r-- | regress/AddNot.fir | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/AddNot.fir b/regress/AddNot.fir new file mode 100644 index 00000000..38c72a16 --- /dev/null +++ b/regress/AddNot.fir @@ -0,0 +1,6 @@ +circuit AddNot: + module AddNot: + input a: UInt<8> + input b: UInt<8> + output o: UInt<9> + o <= add(a, not(b)) |
