hkust-zhiyao / MasterRTL

MasterRTL: A Pre-Synthesis PPA Estimation Framework for Any RTL Design
23 stars 1 forks source link

how can this design apply to some other RTL design? #11

Closed Lucas-Wye closed 3 months ago

Lucas-Wye commented 4 months ago

could you write a script to help for customized HDL design?

fangwenji commented 3 months ago

The pre-processing part using Yosys are able to deal with most kinds of customized HDL designs. Please refer to the yosys script in https://github.com/hkust-zhiyao/MasterRTL/blob/main/ys_script/run_TinyRocket_sog.ys

Lucas-Wye commented 3 months ago

I mean a script to deal with all, rather than only one part. With that script, we can run the full flow automatically.

fangwenji commented 3 months ago

Please refer to #10