google / CFU-Playground

Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.
http://cfu-playground.rtfd.io/
Apache License 2.0
452 stars 116 forks source link

Synthesizing the model #798

Open abhishekingale opened 1 year ago

abhishekingale commented 1 year ago

Hi @tcal-x and @alanvgreen I am fairly new to the hardware design and synthesis world. I am working on the pdti8 model project. I have implemented few custom cfu instructions in verilog. The renode emulation is working correctly. Now I want to synthesize this project to see the number of LUTs FFs and routing netlist. How do I do this? I couldn't find concrete steps/process for this on the documentation page.