Hi,
I'm having trouble interfacing an ultrasonic rangefinder pmod to the Zedboard.
My approach was to connect the ultrasonic rangefinder to the pmod inteface 'JA' and write the following code in the constraint file:
set_property PACKAGE_PIN C5 [get_ports {pwm_in}]
set_property IOSTANDARD LVCMOS33 [get_ports{pwml_in}]
When I synthesize the design, I'm getting an error that no 'object' has been defined for set_property.
I'm using Xilinx Vivado and trying to get the pwm signal from the pmod.