chipsalliance / VeeRwolf

FuseSoC-based SoC for VeeR EH1 and EL2
284 stars 64 forks source link

Adding Wolf Pack to VeeRwolves branch #75

Closed gsinside closed 1 month ago

gsinside commented 1 month ago

VeeRwolves is a pack of VeeRwolf cores in a daisy-chain configuration primarily intended for comparing the capacity of FPGAs. The cores self contained and run out of ROM with GPIO and UART peripherals. The UART and GPIO outputs from each core are passed to the next in a daisy-chain fashion. The ROM code reads the UART and GPIO inputs, increments the value, and repeats the incremented value on its output so that the final output is the input value plus the number of cores.

olofk commented 1 month ago

Very good! Looks perfectly nice and clean. Thank you for your contributions. Picked and pushed