PipelineC icon indicating copy to clipboard operation
PipelineC copied to clipboard

Implement false path support

Open JulianKemmerer opened this issue 2 years ago • 1 comments

Primarily for making large chunks of untimed ~'constant' logic anywhere in the design work with no extra manual registers from the user added.

JulianKemmerer avatar Mar 21 '22 01:03 JulianKemmerer

ASYNC_WIRE pragma https://github.com/JulianKemmerer/PipelineC/wiki/Pragmas exists for global wires but only is actually async if separate clock domains - if same clock domain then doesnt actually mark path as async/false...

JulianKemmerer avatar Jun 25 '22 02:06 JulianKemmerer