add zynq::axi_gp

master
Astro 2019-10-19 01:46:43 +02:00
parent b541160f38
commit 83b8bb096a
2 changed files with 3 additions and 0 deletions

2
src/zynq/axi_gp.rs Normal file
View File

@ -0,0 +1,2 @@
pub const M_AXI_GP0: usize = 0x4000_0000;
pub const M_AXI_GP1: usize = 0x8000_0000;

View File

@ -1 +1,2 @@
pub mod axi_hp;
pub mod axi_gp;