Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
resources:fpga:docs:arch [27 Sep 2022 15:03] – Add interrupts section. More details to gpios. Remove spi details Iulia Moldovanresources:fpga:docs:arch [29 Sep 2022 14:25] – Add details to interrupts Iulia Moldovan
Line 108: Line 108:
  
 When developing the Linux software parts for an HDL project, the interrupts number to the PS have a different number in the software side. When developing the Linux software parts for an HDL project, the interrupts number to the PS have a different number in the software side.
 +
 +Not a rule, but in our designs we preffer to use firstly the interrupts from 15 and to go down to 0. Be careful when assigning one, because it might be used in the base design of the carrier!
 +
 +Always check which are used (in ///projects/common/$carrier/$carrier_system_bd.tcl//)
  
 ++++ Click here to see the interrupts table | ++++ Click here to see the interrupts table |
 ^HDL interrupt ^Linux Zynq ^Actual Zynq ^Linux ZynqMP ^Actual ZynqMP ^ ^HDL interrupt ^Linux Zynq ^Actual Zynq ^Linux ZynqMP ^Actual ZynqMP ^
-|  0    29  |  61  |  89    121  | 
-|  1    30  |  62  |  90    122  | 
-|  2    31  |  63  |  91    123  | 
-|  3    32  |  64  |  92    124  | 
-|  4    33  |  65  |  93    125  | 
-|  5    34  |  66  |  94    126  | 
-|  6    35  |  67  |  95    127  | 
-|  7    36  |  68  |  96    128  | 
-|  8    52  |  84  |  104  |  136  | 
-|  9    53  |  85  |  105  |  137  | 
-|  10  |  54  |  86  |  106  |  138  | 
-|  11  |  55  |  87  |  107  |  139  | 
-|  12  |  56  |  88  |  108  |  140  | 
-|  13  |  57  |  89  |  109  |  141  | 
-|  14  |  58  |  90  |  110  |  142  | 
 |  15  |  59  |  91  |  111  |  143  | |  15  |  59  |  91  |  111  |  143  |
 +|  14  |  58  |  90  |  110  |  142  |
 +|  13  |  57  |  89  |  109  |  141  |
 +|  12  |  56  |  88  |  108  |  140  |
 +|  11  |  55  |  87  |  107  |  139  |
 +|  10  |  54  |  86  |  106  |  138  |
 +|  9    53  |  85  |  105  |  137  |
 +|  8    52  |  84  |  104  |  136  |
 +|  7    36  |  68  |  96    128  |
 +|  6    35  |  67  |  95    127  |
 +|  5    34  |  66  |  94    126  |
 +|  4    33  |  65  |  93    125  |
 +|  3    32  |  64  |  92    124  |
 +|  2    31  |  63  |  91    123  |
 +|  1    30  |  62  |  90    122  |
 +|  0    29  |  61  |  89    121  |
 ++++ ++++
  
resources/fpga/docs/arch.txt · Last modified: 08 Apr 2024 14:37 by iulia Moldovan