FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5930 Discussions

How to set avalon_tristate_slave to native address mode

Altera_Forum
Honored Contributor II
901 Views

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.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
204 Views

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
0 Kudos
Reply