cdonovick / peak

Peak : Processor Specification Language ala Newell and Bell's ISP
19 stars 3 forks source link

Fixes peak magma compilation in the case of floats #238

Closed rdaly525 closed 2 years ago

rdaly525 commented 2 years ago

Major changes: -Specializes const_rm to only stamp out logic for that particular rounding mode (opposed to muxing all rounding modes)a -Adds fp_add and fp_mul to magma's BFloat type -Adds test that generates floating point hardware in magma -Adds basic test for associating peak with a magma-wrapped verilog file

@jack-melchert, this should incorporate all the changes you need. Can you verify that this works with your lassen branch?

rdaly525 commented 2 years ago

Looks like travis is failing to install fault for some reason.

jack-melchert commented 2 years ago

@rdaly525 this works on my side, thanks!