Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Address width in descriptions for 3 SRAM modules #10

Open
shaos opened this issue Nov 28, 2022 · 5 comments · May be fixed by #11
Open

Incorrect Address width in descriptions for 3 SRAM modules #10

shaos opened this issue Nov 28, 2022 · 5 comments · May be fixed by #11
Assignees

Comments

@shaos
Copy link

shaos commented Nov 28, 2022

Expected Behavior

gf180mcu_fd_ip_sram__sram256x8m8wm1 should have A[7:0]
gf180mcu_fd_ip_sram__sram512x8m8wm1 should have A[8:0]
gf180mcu_fd_ip_sram__sram64x8m8wm1 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_sram__sram256x8m8wm1/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_sram__sram64x8m8wm1/specs/1_pins_desc.csv:A[6:0],Input,"Address Input. This Address input port is used to

Specifications

  • Version:
  • Platform:
@shaos
Copy link
Author

shaos commented Nov 28, 2022

Initially noticed this problem here: https://gf180mcu-pdk.readthedocs.io/en/latest/IPs/ips.html

@mithro
Copy link
Contributor

mithro commented Nov 28, 2022

@atorkmabrains - Could you take a look?

@atorkmabrains
Copy link
Collaborator

@FaragElsayed2 Could you please review the documentation?

@FaragElsayed2
Copy link
Collaborator

@atorkmabrains I have checked it

@atorkmabrains
Copy link
Collaborator

Thanks @FaragElsayed2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants