Code: Select all
assign STRAM_DECODE = A[29:24] != 6'h0 | ( A[23:20] != 4'h0 & A[23:20] != 4'h1 & A[23:20] != 4'h2 & A[23:20] != 4'h3 ) | AS30 | ~BGACK30;//
assign CIIN = (~ACCESS | (~STRAM_DECODE & (A[0] == 1'b0) & (SIZ[0] == 1'b0))) ;
Will see if I can pass TOSCE over to the cache logic.. its doubtful it will fit though..
EDIT:
wow compiling on the Ryzen CPU is way faster.. Still taking bloody ages tho
EDIT2:
"Process "Fit" failed"

