Chargement…
Chargement…
Analyze the schematic and write the matching VHDL. GHDL simulation validates your code.
mu0 - Top-level assembly
Wire the mu0 processor components to build a functional top level.
UART - Top-level assembly
Wire the top-level of a full UART (TX + RX) from the provided components.
Repeated-Addition Multiplier
Rebuild an FSMD that multiplies two 8-bit operands using repeated additions.
GCD by Subtractions
Recode a GCD FSMD based on comparisons, swap and subtraction.
Square-Root Approximation
Rebuild an FSMD that approximates the magnitude of two signed 8-bit values.