Add parsing but otherwise ignore std::randomize (#5354)

This commit is contained in:
Arkadiusz Kozdra
2024-08-09 17:21:32 -04:00
committed by GitHub
parent f4acc59b82
commit 367249ec84
6 changed files with 70 additions and 4 deletions
+3
View File
@@ -195,4 +195,7 @@ package std;
$urandom(s.atoi()); // Set the seed using a string
endfunction
endclass
function int randomize();
randomize = 0;
endfunction
endpackage