Skip to content

Conversation

@abnerhexu
Copy link

Added name field for StorageAttributes.

When specify the name for a DRAM with current version, like

architecture:
  version: 0.4
  nodes:
  - !Container
    name: System
    attributes:
      technology: "40nm"
      global_cycle_seconds: 1e-9

  - !Component
    name: MainMemory
    class: DRAM
    attributes:
      width: 256
      datawidth: 8

triggers an error

Could not find attribute name in <class 'pytimeloop.timeloopfe.v4.arch.StorageAttributes'>.

Just simply add this field can resolve that.

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 this pull request may close these issues.

1 participant