Is there no xschem schematic file for the user_pro...
# xschem
x
Is there no xschem schematic file for the user_project_wrapper in open_frame projects? can't seem to find one
m
@Xiaochen Ni Not for
user_project_wrapper
- it’s intended for digital designs. There is a xschem schematic for
user_analog_project_wrapper
- it’s intended for analog designs. You can find it in the
caravel_user_project_analog
repo.
x
Oh, I am interested in finding a wrapper schematic for the open frame
was creating a openframe_project_wrapper_empty .xschem file myself and noticed something weird about the .mag file: mask_rev[13] gets shorted to mask_rev[9] in extraction due to the port numbers being the same
m
@Xiaochen Ni Thanks for the report!
@Xiaochen Ni Reported to efabless with a pull request. Thanks again.