forked from M-Labs/zynq-rs
add zynq::axi_gp
This commit is contained in:
parent
b541160f38
commit
83b8bb096a
|
@ -0,0 +1,2 @@
|
|||
pub const M_AXI_GP0: usize = 0x4000_0000;
|
||||
pub const M_AXI_GP1: usize = 0x8000_0000;
|
|
@ -1 +1,2 @@
|
|||
pub mod axi_hp;
|
||||
pub mod axi_gp;
|
||||
|
|
Loading…
Reference in New Issue