StanfordVLSI / dragonphy2

Open Source PHY v2
Apache License 2.0
22 stars 2 forks source link

mflowgen updates #87

Closed sgherbst closed 4 years ago

sgherbst commented 4 years ago

This PR adds various updates to the mflowgen setup:

  1. Add a method for integrating input_buffer, output_buffer, analog_core, and mdll_r1 in PnR (custom mflowgen steps that pull data from the home directories of the designers)
  2. Add method for generating outputs for use by the CGRA team (get_dragonphy_outputs.sh)
  3. Add QTMs for input_buffer, output_buffer, and analog_core
  4. Align flow better with what is being used in Garnet (using Tile_MemCore and global_controller as templates) and what was used in ButterPHY
zamyers commented 4 years ago

I just merged into the branch the changes I made to the TSMC specific SRAM. After that is checked, I will do the PR.

sgherbst commented 4 years ago

Great, thanks for fixing those issues!