I'm trying to implement including false path and multi cycle path RTL code for test design compiler.
So does anyone know where some example codes are ?
http://www.sunburst-design.com/ has good papers on multi-cycle paths.
Moreover Synopsys documentation is also a good source to learn about multi-cycle paths.
"So does anyone know where some example codes are ?" - shouldn't that be specific to your design? I would learn the concept and then try to implement as per use case.
http://www.sunburst-design.com/ has good papers on multi-cycle paths.
Moreover Synopsys documentation is also a good source to learn about multi-cycle paths.
"So does anyone know where some example codes are ?" - shouldn't that be specific to your design? I would learn the concept and then try to implement as per use case.
Thanks Sir,
I just have a query bout as following sentence.
"So does anyone know where some example codes are ?" - shouldn't that be specific to your design? I would learn the concept and then try to implement as per use case.
I don't know why you do this. Did you just rephrase from original question?
Observe the display output and see that both ff_1 and ff_2 only update every four clock cycles. Even though lfsr updates every clock cycle the value loaded into ff_1 only updates every four clocks and the transfer between ff_1 and ff_2 only updates every four clocks. Both ff_1 and ff_2 have a multi-cycle path of 4.