Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 529 Bytes

PPU

img


Build instructions

Check out BUILD.md (might be outdated)


Arch

The design is customizable in terms of Posit format (P<any, any>), operations supported (e.g. including/leaving out conversions) and internal implementations details (e.g. using LUT for division or adding newton-raphson steps) via macros and preprocessor ifdefs.

Get started

Generate single systemverilog file. Changing $TOP to any other module should work as well.

make TOP=ppu_top