$fgets SystemVerilog function doesn't read from stdin

前端 未结 0 588
被撕碎了的回忆
被撕碎了的回忆 2021-01-22 15:16

In the following testbench

module for_loop;

    int c; 
  
  initial begin
    $display("Write Here!");
    c = $fgetc(\'h8000_0000);
    $display(c);
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题