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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [sim/] [z8k/] [mem.h] - Rev 1765

Compare with Previous | Blame | View Log

#define Z8k_PAGE_SIZE (1<<PAGE_POWER)
 
int sim_read_byte PARAMS((sim_state_type *, sim_phys_addr_type));
unsigned int sim_read_short PARAMS((sim_state_type *, sim_phys_addr_type));
void sim_write_long PARAMS((sim_state_type *, sim_phys_addr_type,
			    int));
void sim_write_short PARAMS((sim_state_type *, sim_phys_addr_type, int));
void sim_write_byte PARAMS((sim_state_type *, sim_phys_addr_type, int));
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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