Here we provide the setup to run SP&R of MemPool_tile on NanGate45 using commercial and open-source tools. MemPool tile is part of MemPool which is an open-source many-core system targeting image processing applications. It can be downloaded from mempool GitHub repo.
All the required scripts to run P\&R are available in the ./scripts/cadence/ directory.
We use an unnamed commercial logic synthesis tool to synthesize the MemPool tile. The synthesized gate-level (standard cells and SRAM macros) netlist is available in ./netlist/ directory. We use this netlist for the P&R run.
P\&R: run_innovus.tcl contains the setup for the P&R run using Innvous. It reads the gate-level netlist provided in ./netlist/ directory. To launch the P\&R run please use the below command.
innovus -64 -init run_invs.tcl -log log/run.log
Innovus requires a configuration file to run the macro placement flow. For this we use proto_design -constraints mp_config.tcl command. The configuration file mp_config.tcl is available in the ./scripts/cadence/ directory. Some details of the configuration files are as follows:
Below is the screenshot of the mempool_tile SP\&R databse.
This script was written and developed by ABKGroup students at UCSD; however, the underlying commands and reports are copyrighted by Cadence. We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.