Open shaos opened 1 year ago
Initially noticed this problem here: https://gf180mcu-pdk.readthedocs.io/en/latest/IPs/ips.html
@atorkmabrains - Could you take a look?
@FaragElsayed2 Could you please review the documentation?
@atorkmabrains I have checked it
Thanks @FaragElsayed2
Expected Behavior
gf180mcu_fd_ip_sramsram256x8m8wm1 should have A[7:0] gf180mcu_fd_ip_sram__sram512x8m8wm1 should have A[8:0] gf180mcu_fd_ip_sramsram64x8m8wm1 should have A[5:0]
Actual Behavior
in documentation all sram modules have A[6:0] as address description so it's correct only for sram128x8 (this is only documentation issue - in verilog everything looks ok)
Steps to Reproduce the Problem
Look into these 3 CSV files: cells/gf180mcu_fd_ip_sramsram256x8m8wm1/specs/1_pins_desc.csv:A[6:0],Input,"Address Input. This Address input port is used to cells/gf180mcu_fd_ip_sram__sram512x8m8wm1/specs/1_pins_desc.csv:A[6:0],Input,"Address Input. This Address input port is used to cells/gf180mcu_fd_ip_sramsram64x8m8wm1/specs/1_pins_desc.csv:A[6:0],Input,"Address Input. This Address input port is used to
Specifications