omara007
Advanced Member level 4
- Joined
- Jan 6, 2003
- Messages
- 1,237
- Helped
- 50
- Reputation
- 102
- Reaction score
- 16
- Trophy points
- 1,318
- Location
- Cairo/Egypt
- Activity points
- 9,716
mc8051 core
Hi guys ..
Anyone used Oregano's mc8051 VHDL core before ? .. Anyone stimulated/tested it with a real 8051 program out of Keil for example ? .. I guess there is a problem in the core .. it forbids u from writing in the internal memory range (128 -> 255) completely .. it doesn't only menace u from writing irrespectively, but it allows you not to write at all ..
for example, if you want to execute this instruction :
MOVE AA, #20H
the write enable of the internal RAM doesn't go high to enable the writing to the location (AA) ..
So, anyone encountered this before ?
Hi guys ..
Anyone used Oregano's mc8051 VHDL core before ? .. Anyone stimulated/tested it with a real 8051 program out of Keil for example ? .. I guess there is a problem in the core .. it forbids u from writing in the internal memory range (128 -> 255) completely .. it doesn't only menace u from writing irrespectively, but it allows you not to write at all ..
for example, if you want to execute this instruction :
MOVE AA, #20H
the write enable of the internal RAM doesn't go high to enable the writing to the location (AA) ..
So, anyone encountered this before ?