cjg91 / trans-fat

An FPGA Accelerator for Transformer Inference
72 stars 12 forks source link

FPGA1 + FPGA2 SW test #12

Closed danielstumpp closed 2 years ago

danielstumpp commented 2 years ago

SW test for the combination of all stages is done. Currently, it results in a floating-point exception, however, that's due to the missing stage2 code.

I had to refactor and rename some things to get things to compile and link properly, so before the next push of stage2 code, you'll have to merge your branch into these changes.