by@satos___jp
WA
module a; integer c,i,j,x,y; initial begin for (i=0;i<10;i=i+1) begin $fscanf(32'h8000_0000,"%b",x); $write("%d\n", x); end end endmodule
00000001 10010101 00011100 01001011 01000100 00000011 10001000 00001001 01010000 01111000 01001110 11011001 10000001 01101110 00100100 11100111 11111101 11010010 00000000 11111111 10110101 01000011 00001010 00110111 10100011 10111110 00100000 11110110 10101011 11010111 10010100 01011011 00010111 11100101 00001111 11100001 10010001 00010101 01000010 10011001 00000110 01101111 00101010 00101101 00000110 11010110 11101101 11111101 00000100 01101001
/tmp/code: Program not runnable, 1 errors.
/volume/CODE:5: Error: $fscanf() is a system function, it cannot be called as a task.