LennartVH
New Contributor
4 years agoSDC constraints with native module for OpenCL
I'm creating a native verilog module for use within an OpenCL kernel.
I was wondering if it is possible to create SDC constraints for my native module. The openCL compiler does not accept .sdc files, as it only accepts .v, .vhd, and memory files. Is there a different area where I can specify my constraints?
In particular I wish to create a false path constraint to optimize a near-constant value used throughout the design.
Any ideas?