diff options
Diffstat (limited to 'async_8bit_bus_adapter_hw')
| -rw-r--r-- | async_8bit_bus_adapter_hw/async_8bit_bus_adapter_hw.tcl | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/async_8bit_bus_adapter_hw/async_8bit_bus_adapter_hw.tcl b/async_8bit_bus_adapter_hw/async_8bit_bus_adapter_hw.tcl index 1481798..bbe656e 100644 --- a/async_8bit_bus_adapter_hw/async_8bit_bus_adapter_hw.tcl +++ b/async_8bit_bus_adapter_hw/async_8bit_bus_adapter_hw.tcl @@ -1,11 +1,11 @@  # TCL File Generated by Component Editor 13.0sp1 -# Tue Oct 15 03:23:37 BST 2013 +# Mon Oct 14 21:26:59 BST 2013  # DO NOT MODIFY  #   # async_8bit_bus_adapter "async_8bit_bus_adapter" v1.0 -#  2013.10.15.03:23:37 +#  2013.10.14.21:26:59  #   #  @@ -96,7 +96,6 @@ set_interface_property avalon_slave burstOnBurstBoundariesOnly false  set_interface_property avalon_slave burstcountUnits WORDS  set_interface_property avalon_slave explicitAddressSpan 0  set_interface_property avalon_slave holdTime 0 -set_interface_property avalon_slave isMemoryDevice true  set_interface_property avalon_slave linewrapBursts false  set_interface_property avalon_slave maximumPendingReadTransactions 0  set_interface_property avalon_slave readLatency 0 @@ -117,8 +116,9 @@ add_interface_port avalon_slave rd_n read_n Input 1  add_interface_port avalon_slave wait_n waitrequest_n Output 1  add_interface_port avalon_slave readdata readdata Output 8  add_interface_port avalon_slave byte_enable_n byteenable_n Input 1 +  set_interface_assignment avalon_slave embeddedsw.configuration.isFlash 0 -set_interface_assignment avalon_slave embeddedsw.configuration.isMemoryDevice 1 +set_interface_assignment avalon_slave embeddedsw.configuration.isMemoryDevice 0  set_interface_assignment avalon_slave embeddedsw.configuration.isNonVolatileStorage 0  set_interface_assignment avalon_slave embeddedsw.configuration.isPrintableDevice 0 | 
