Skip to content

Files

Latest commit

 

History

History

resource_sharing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Resource sharing

From resource_sharing, create symbolic link to Buffers:

ln -s /home/dynamatic/Dynamatic/etc/dynamatic/Buffers/src src/DFnetlist

Create the bin directory

mkdir bin

From resource_sharing, compile the code:

make

To run the code:

To synthesis_optimize.tcl script, optimize command, add flag -area:

optimize -area

To run the code (old):

Use the regression test to create the optimized version of an example in its regular folder. Add the example to filelist.lst in the resource_sharing folder.

In resource_sharing, create folder for output files:

mkdir output

From resource_sharing, run:

./run_all.sh

This script will run resource sharing on all examples in filelist.lst.