brilliantlabsAR / frame-codebase

The complete codebase for Frame
https://www.brilliant.xyz
Other
146 stars 30 forks source link

JPEG move away from IP to inferred memories #180

Closed siliconwitch closed 1 month ago

rmetchev commented 1 month ago

EBR RAM/ROM summary:

  1. 4:2:0 sub sampling line buffer: Implemented with EBR instance (1)
  2. 8x8 MCU buffer: Implemented with EBR instances (18). Radiant is unable to infer EBRs due to byte enables.
  3. Transpose and Zig Zag buffers: Implemented with EBR instances (2). Radiant is unable to infer EBRs due to byte enables.
  4. Quantization tables: Inferred EBR (1)
  5. Huffman tables: Implemented with EBR instance (1). Radiant is unable to infer functionally correct EBR (checked w/ gate sims).