OpenCores
URL https://opencores.org/ocsvn/mod_sim_exp/mod_sim_exp/trunk

Subversion Repositories mod_sim_exp

[/] [mod_sim_exp/] [trunk/] [doc/] [src/] [axi_interface.tex] - Diff between revs 88 and 92

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 88 Rev 92
Line 196... Line 196...
Special attention must be taken when writing data to the operands and modulus. The least significant bit of the data has be on the lowest
Special attention must be taken when writing data to the operands and modulus. The least significant bit of the data has be on the lowest
address and the most significant bit on the highest address. A write to the RAM has to happen 1 word at a time, byte writes are not
address and the most significant bit on the highest address. A write to the RAM has to happen 1 word at a time, byte writes are not
supported due to the structure of the RAM.
supported due to the structure of the RAM.
 
 
\section{Handling interrupts}
\section{Handling interrupts}
When the embedded processor receives an interrupt signal from this core, it is up to the controlling software to
 
determine the source of the interrupt by reading out the interrupt flag of the control register.
 
 No newline at end of file
 No newline at end of file
 
When the embedded processor receives an interrupt signal from this core, it is up to the controlling software to determine the source of the interrupt by reading out the interrupt flags of the control register. After handling the interrupt, the appropriate flag must be cleared by user. A reset or core start operation also resets the flags. The interrupt signal is high level sensitive.
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.