OpenCores

ClaiRISC - runs 12bit opcode PIC family.

Issue List
Problems with instruction OR, AND and memory manager #1
Open kolovoroter opened this issue over 15 years ago
kolovoroter commented over 15 years ago

instruction IORWF_W take arg b from instruction. But in docs it must obtain it's arg from memory. This in code: w_muxb_ctl = MUXB_EK; I set this: w_muxb_ctl =MUXB_REG; The same things for ANDWF (maybe others)

In mem_man reg 6:0 din_r, wr_addr_r; Must be reg 7:0 din_r, wr_addr_r;

In first variant it is a problem with w_muxb_ctl it is 7 bit lenght, but must be 8 bits


Assignee
No one
Labels
Bug