Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

How to set avalon_tristate_slave to native address mode

HI,I know that when I create an avalon_slave (not tristate), I can choose addressing mode in deprecated setting. But there is no addressing mode in deprecated setting when I create an avalon_tristate_slave. The follows are listed items in deprecated setting:Non-volatile storage, Memory device, Can receive stdout/stderr, Max pending read transactions. I need to set avalon_tristate_slave to native address mode, So how can I do that? Thanks.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I add an interface property "addressAlignment" in avalon_tristate_slave's tcl file, and the avalon_tristate_slave can be set to native mode.

    Add the interface property as follow:

    set_interface_property avalon_tristate_slave addressAlignment NATIVE