Skip to content

Commit 82f5014

Browse files
committed
Update cpuid.
1 parent 59e4129 commit 82f5014

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rtl/ao486/autogen/write_commands.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ assign ss_to_reg =
448448
(cond_240)? ( task_ss) :
449449
ss;
450450
assign ebx_to_reg =
451-
(cond_164 && cond_165)? ( "ineG") :
451+
(cond_164 && cond_165)? ( "TSiM") :
452452
(cond_164 && cond_166)? ( 32'h00010000) :
453453
(cond_240)? ( (glob_descriptor[`DESC_BITS_TYPE] <= 4'd3)? { 16'hFFFF, exe_buffer_shifted[255:240] } : exe_buffer_shifted[271:240]) :
454454
(cond_263 && cond_264)? ( { wr_operand_16bit? ebx[31:16] : exe_buffer_shifted[95:80], exe_buffer_shifted[79:64] }) :
@@ -657,7 +657,7 @@ assign edx_to_reg =
657657
(cond_100 && cond_101)? ( (wr_operand_16bit)? { edx[31:16], result[31:16] } : result2) :
658658
(cond_133 && cond_134 && cond_101)? ( (wr_operand_16bit)? { edx[31:16], result[31:16] } : result2) :
659659
(cond_142 && cond_134 && cond_101)? ( (wr_operand_16bit)? { edx[31:16], result[31:16] } : result2) :
660-
(cond_164 && cond_165)? ( "Aenu") :
660+
(cond_164 && cond_165)? ( "A re") :
661661
(cond_164 && cond_166)? ( 32'd0) :
662662
(cond_215 && cond_83)? ( {32{eax[31]}}) :
663663
(cond_215 && ~cond_83)? ( { edx[31:16], {16{eax[15]}} }) :

rtl/ao486/commands/CMD_CPUID.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ IF(wr_cmd == `CMD_CPUID);
3434

3535
IF(eax == 32'd0);
3636
SAVE(eax, 32'd1);
37-
SAVE(ebx, "ineG");
38-
SAVE(edx, "Aenu");
37+
SAVE(ebx, "TSiM");
38+
SAVE(edx, "A re");
3939
SAVE(ecx, "684O");
4040
ENDIF();
4141

0 commit comments

Comments
 (0)