You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to do post-synthesis simulation. When i compile my primitives.v and my sky130_fd_sc_hs.v, i get for example this error : "Module 'sky130_fd_sc_hs__u_df_p_r_pg' is not defined."
Looking at the files, i discovered that the naming of these primitives does not match.
example:
In sky130_fd_sc_hs.v : sky130_fd_sc_hs__u_df_p_r_pg
In primitives.v : sky130_fd_sc_hs__udp_dff$PR_pp$PG
Looking at the cells individually I see the same as sky130_fd_sc_hs.v
Has anyone else encountered this problem and if so what was your solution?
I am trying to do post-synthesis simulation. When i compile my primitives.v and my sky130_fd_sc_hs.v, i get for example this error :
"Module 'sky130_fd_sc_hs__u_df_p_r_pg' is not defined."
Looking at the files, i discovered that the naming of these primitives does not match.
example:
In sky130_fd_sc_hs.v : sky130_fd_sc_hs__u_df_p_r_pg
In primitives.v : sky130_fd_sc_hs__udp_dff$PR_pp$PG
Looking at the cells individually I see the same as sky130_fd_sc_hs.v
Has anyone else encountered this problem and if so what was your solution?
my configure command:
The text was updated successfully, but these errors were encountered: