hkust-zhiyao / RTLLM

An open-source benchmark for generating design RTL with natural language
MIT License
62 stars 13 forks source link

How to calculate timing for combinational logic circuits #8

Open pierowu opened 4 months ago

pierowu commented 4 months ago

I try to calculate PPA for designs in RTLLM. Following the setting in the paper, I employ DC to conduct logic synthesis. For timing, I use PT to perform Static Timing Analysis. But I don't know how to get timing for combinational logic circuits like the adder. Can you share some suggestions? Thanks.