Hi, I have a setup for GF180 in caravel_user_proje...
# gf180mcu
c
Hi, I have a setup for GF180 in caravel_user_project, and when I run
make user_proj_example
to try it out, I get an error with IO Placement, do you know why?
v
Have you missed to define any pin names as per RTL file?
c
This might be it! Thank you!
v
Have you fixed it?
c
Not yet, I'm eating dinner right now.🙏
I removed "FP_PIN_ORDER_CFG" from the configuration file, and IO Placement was accepted, so I will deal with it for the time being. Thank you.
v
yes, that is the fix we can use temporary until above GH issue resolves
🙏 1