Hey everyone, I wanted to know if there's a way to...
# caravel
a
Hey everyone, I wanted to know if there's a way to supply an external clock to my design inside caravel. Can I use one of the GPIOs?
1
h
@User Yes, that should be possible now. You need to declare the net as a clock net, and there were some practical issues in OpenLane which caused trouble, but this should be resolved in a recent version.
1
m
what were the issues before?
1
m
Yes, there were. You had to rewrite your own constraints file for STA
And it was difficult because, I believe, STA needed it to be a pin but clock synthesis required it to be a net
So you needed to make sure that synthesis didn't change the pin name by making it a module pin