-
Perdimos la Alu de la AC2, no nos deja importar los componentes. Debemos hacerla de 0? seria posible que nos den una y nosotros la modificamos? :(
-
**Design:** 50 points
-
#7203
-
**Design:** 25 points
-
The ALU writeup in doc folder is very interesting but does not seem match reality... In ALU mode, there seem to be only 3 inputs (I1, I2 and I3), unlike the documented A,B,C and D...
The lack of …
-
```
from tinygrad import Tensor, Device
a = Tensor([0, 1, 2, 3], device=f"{Device.DEFAULT}")
b = Tensor([0, 1, 2, 3], device=f"{Device.DEFAULT}:1")
print(f"{(a+b).tolist()}")
```
```
Tracebac…
-
openal-soft 1.24.0 doesn't build on macOS 10.15:
```
alc/alu.cpp:2148:9: error: member reference base type 'al::span' is not a structure or union
.subspan(Offset*FrameStep);
^~~~…
-
8-bit Computation ALU:
- [x] 8-bit Add/Sub
- [x] 8-bit Multiply
- [x] 8-bit Divide
- [x] 8-bit XOR
- [x] 8-bit OR
- [x] 8-bit AND
- [x] 8-bit Compliment
- [x] 8-bit Inc
- [x] 8-bit Dec
- [x] 8-bit Log…
-
```
ALU
```
-
I ran into a snag with the output of gowin_unpack.py when trying to synthesize it in the Gowin IDE.
The IDE fails with an error on ALU definitions like this one:
ALU R2C6_ALU_0
(
.SUM(R2C6_F0)…